var/cache/dev/twig/de/dec7319ee453860a237523eec61242e5ec0c352517734bbce75d4522eeaf2aa4.php line 157

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* front_v4/base.html.twig */
  14. class __TwigTemplate_06693a5501e38fe8f55edd2f7dee42a2947f44f74fa1fecb629a1600fccec436 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'meta_title_whitelabel' => [$this'block_meta_title_whitelabel'],
  25.             'meta_title_orl' => [$this'block_meta_title_orl'],
  26.             'meta_title' => [$this'block_meta_title'],
  27.             'meta_description_whitelabel' => [$this'block_meta_description_whitelabel'],
  28.             'meta_description_orl' => [$this'block_meta_description_orl'],
  29.             'meta_description' => [$this'block_meta_description'],
  30.             'meta_global' => [$this'block_meta_global'],
  31.             'meta_robots' => [$this'block_meta_robots'],
  32.             'meta_canonical' => [$this'block_meta_canonical'],
  33.             'meta_custom' => [$this'block_meta_custom'],
  34.             'stylesheets' => [$this'block_stylesheets'],
  35.             'content' => [$this'block_content'],
  36.             'javascripts' => [$this'block_javascripts'],
  37.         ];
  38.     }
  39.     protected function doDisplay(array $context, array $blocks = [])
  40.     {
  41.         $macros $this->macros;
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front_v4/base.html.twig"));
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front_v4/base.html.twig"));
  46.         // line 1
  47.         echo "<!DOCTYPE html>
  48. <html lang=\"fr\">
  49. <head>
  50.     <!-- Required Meta Tags Always Come First -->
  51.     <meta charset=\"utf-8\">
  52.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  53.     ";
  54.         // line 8
  55.         if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
  56.             // line 9
  57.             echo "    <!-- Title -->
  58.     <title>";
  59.             // line 10
  60.             $this->displayBlock('meta_title_whitelabel'$context$blocks);
  61.             echo "</title>
  62.     <!-- Favicon -->
  63.     <link rel=\"shortcut icon\" href=\"";
  64.             // line 13
  65.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/whitelabel/images/favicon_depistage_auditif.ico?v=6"), "html"nulltrue);
  66.             echo "\"
  67.           type=\"image/x-icon\">
  68.     <link rel=\"icon\" href=\"";
  69.             // line 15
  70.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/whitelabel/images/favicon_depistage_auditif.ico?v=6"), "html"nulltrue);
  71.             echo "\"
  72.           type=\"image/x-icon\">
  73.     ";
  74.         } elseif ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
  75.             // line 19
  76.             echo "    <!-- Title -->
  77.     <title>";
  78.             // line 20
  79.             $this->displayBlock('meta_title_orl'$context$blocks);
  80.             echo "</title>
  81.     <!-- Favicon -->
  82.     <link rel=\"shortcut icon\" href=\"";
  83.             // line 23
  84.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/orl/images/favicon_ORL.ico?v=8"), "html"nulltrue);
  85.             echo "\" type=\"image/x-icon\">
  86.     <link rel=\"icon\" href=\"";
  87.             // line 24
  88.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/orl/images/favicon_ORL.ico?v=8"), "html"nulltrue);
  89.             echo "\" type=\"image/x-icon\">
  90.     ";
  91.         } else {
  92.             // line 27
  93.             echo "        <!-- Title -->
  94.         <title>";
  95.             // line 28
  96.             $this->displayBlock('meta_title'$context$blocks);
  97.             echo "</title>
  98.         <!-- Favicon -->
  99.         <link rel=\"shortcut icon\" href=\"";
  100.             // line 31
  101.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/favicon.ico?v=6"), "html"nulltrue);
  102.             echo "\" type=\"image/x-icon\">
  103.         <link rel=\"icon\" href=\"";
  104.             // line 32
  105.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/build/favicon.ico?v=6"), "html"nulltrue);
  106.             echo "\" type=\"image/x-icon\">
  107.     ";
  108.         }
  109.         // line 34
  110.         echo "
  111.     ";
  112.         // line 35
  113.         if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
  114.             // line 36
  115.             echo "        <meta name=\"description\"
  116.               content=\"";
  117.             // line 37
  118.             $this->displayBlock('meta_description_whitelabel'$context$blocks);
  119.             echo "\"/>
  120.     ";
  121.         } elseif ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
  122.             // line 39
  123.             echo "        <meta name=\"description\"
  124.               content=\"";
  125.             // line 40
  126.             $this->displayBlock('meta_description_orl'$context$blocks);
  127.             echo "\"/>
  128.     ";
  129.         } else {
  130.             // line 42
  131.             echo "        <meta name=\"description\"
  132.               content=\"";
  133.             // line 43
  134.             $this->displayBlock('meta_description'$context$blocks);
  135.             echo "\"/>
  136.     ";
  137.         }
  138.         // line 45
  139.         echo "
  140.     ";
  141.         // line 46
  142.         $this->displayBlock('meta_global'$context$blocks);
  143.         // line 80
  144.         echo "
  145.     <!-- Font -->
  146.     <link href=\"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap\" rel=\"stylesheet\">
  147. ";
  148.         // line 85
  149.         echo "
  150.     <!-- CSS Front Template -->
  151.     ";
  152.         // line 87
  153.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("init");
  154.         echo "
  155.     ";
  156.         // line 89
  157.         if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
  158.             // line 90
  159.             echo "        <!-- Whitelabel CSS -->
  160.         <link rel=\"stylesheet\" href=\"";
  161.             // line 91
  162.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/whitelabel/css/theme_whitelabel.css"), "html"nulltrue);
  163.             echo "\">
  164.     ";
  165.         }
  166.         // line 93
  167.         echo "
  168.     ";
  169.         // line 94
  170.         if ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
  171.             // line 95
  172.             echo "        <!-- ORL CSS -->
  173.         ";
  174.             // line 96
  175.             echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("base_orl");
  176.             echo "
  177.     ";
  178.         }
  179.         // line 98
  180.         echo "
  181.     ";
  182.         // line 99
  183.         $this->displayBlock('stylesheets'$context$blocks);
  184.         // line 104
  185.         echo "
  186.     ";
  187.         // line 105
  188.         if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
  189.             // line 106
  190.             echo "        ";
  191.             // line 107
  192.             echo "        ";
  193.             $context["gtm_id"] = "TSGPBXL";
  194.             // line 108
  195.             echo "    ";
  196.         } elseif ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
  197.             // line 109
  198.             echo "        ";
  199.             // line 110
  200.             echo "        ";
  201.             $context["gtm_id"] = "W2PBSRD";
  202.             // line 111
  203.             echo "    ";
  204.         } else {
  205.             // line 112
  206.             echo "        ";
  207.             // line 113
  208.             echo "        ";
  209.             $context["gtm_id"] = "PVX3WXL";
  210.             // line 114
  211.             echo "    ";
  212.         }
  213.         // line 115
  214.         echo "
  215.     <!-- GTM Datalayer-->
  216.     <script>
  217.         dataLayer = [];
  218.     </script>
  219.     <!-- End GTM Datalayer-->
  220.     <!-- Google Tag Manager -->
  221.     <script>(function (w, d, s, l, i) {
  222.             w[l] = w[l] || [];
  223.             w[l].push({
  224.                 'gtm.start':
  225.                     new Date().getTime(), event: 'gtm.js'
  226.             });
  227.             var f = d.getElementsByTagName(s)[0],
  228.                 j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
  229.             j.async = true;
  230.             j.src =
  231.                 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  232.             f.parentNode.insertBefore(j, f);
  233.         })(window, document, 'script', 'dataLayer', 'GTM-";
  234.         // line 135
  235.         echo twig_escape_filter($this->env, (isset($context["gtm_id"]) || array_key_exists("gtm_id"$context) ? $context["gtm_id"] : (function () { throw new RuntimeError('Variable "gtm_id" does not exist.'135$this->source); })()), "html"nulltrue);
  236.         echo "');</script>
  237.     <!-- End Google Tag Manager -->
  238. </head>
  239. <body>
  240. <!-- Google Tag Manager (noscript) -->
  241. <noscript>
  242.     <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-";
  243.         // line 143
  244.         echo twig_escape_filter($this->env, (isset($context["gtm_id"]) || array_key_exists("gtm_id"$context) ? $context["gtm_id"] : (function () { throw new RuntimeError('Variable "gtm_id" does not exist.'143$this->source); })()), "html"nulltrue);
  245.         echo "\"
  246.             height=\"0\" width=\"0\"></iframe>
  247. </noscript>
  248. <!-- End Google Tag Manager (noscript) -->
  249. <!-- Loading Page LP -->
  250. ";
  251.         // line 149
  252.         if ((array_key_exists("displayLoadingModal"$context) && ((isset($context["displayLoadingModal"]) || array_key_exists("displayLoadingModal"$context) ? $context["displayLoadingModal"] : (function () { throw new RuntimeError('Variable "displayLoadingModal" does not exist.'149$this->source); })()) == true))) {
  253.             // line 150
  254.             echo "    ";
  255.             $this->loadTemplate("front_v4/mca/partials/_loading_modal.html.twig""front_v4/base.html.twig"150)->display($context);
  256.         }
  257.         // line 152
  258.         echo "
  259. ";
  260.         // line 153
  261.         if ( !array_key_exists("hideNavbar"$context)) {
  262.             // line 154
  263.             echo "    ";
  264.             $this->loadTemplate("front_v4/mca/partials/_navbar.html.twig""front_v4/base.html.twig"154)->display($context);
  265.         }
  266.         // line 156
  267.         echo "
  268. ";
  269.         // line 157
  270.         $this->displayBlock('content'$context$blocks);
  271.         // line 159
  272.         echo "
  273. ";
  274.         // line 160
  275.         if ( !array_key_exists("hideFooter"$context)) {
  276.             // line 161
  277.             echo "    ";
  278.             $this->loadTemplate("front_v4/mca/partials/_footer.html.twig""front_v4/base.html.twig"161)->display($context);
  279.         }
  280.         // line 163
  281.         echo "
  282. <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM\" crossorigin=\"anonymous\"></script>
  283. <!-- JS Front -->
  284. ";
  285.         // line 166
  286.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("init");
  287.         echo "
  288. ";
  289.         // line 169
  290.         if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
  291.             // line 170
  292.             echo "    <!-- ORL JS -->
  293.     ";
  294.             // line 171
  295.             echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("whitelabel_init");
  296.             echo "
  297. ";
  298.         }
  299.         // line 173
  300.         echo "
  301. ";
  302.         // line 174
  303.         if ($this->extensions['App\Twig\OrlExtension']->isOrlWebsite()) {
  304.             // line 175
  305.             echo "    <!-- ORL JS -->
  306.     ";
  307.             // line 176
  308.             echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("base_orl");
  309.             echo "
  310. ";
  311.         }
  312.         // line 178
  313.         echo "
  314. <!-- FOS JS ROUTING -->
  315. <script src=\"";
  316.         // line 180
  317.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/fosjsrouting/js/router.min.js"), "html"nulltrue);
  318.         echo "\"></script>
  319. <script src=\"";
  320.         // line 181
  321.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
  322.         echo "\"></script>
  323. ";
  324.         // line 184
  325.         $this->displayBlock('javascripts'$context$blocks);
  326.         // line 186
  327.         echo "</body>
  328. </html>
  329. ";
  330.         
  331.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  332.         
  333.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  334.     }
  335.     // line 10
  336.     public function block_meta_title_whitelabel($context, array $blocks = [])
  337.     {
  338.         $macros $this->macros;
  339.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  340.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title_whitelabel"));
  341.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  342.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title_whitelabel"));
  343.         echo "Trouver le centre auditif le plus proche - Depistage-auditif.fr";
  344.         
  345.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  346.         
  347.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  348.     }
  349.     // line 20
  350.     public function block_meta_title_orl($context, array $blocks = [])
  351.     {
  352.         $macros $this->macros;
  353.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  354.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title_orl"));
  355.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  356.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title_orl"));
  357.         echo "Trouver un ORL à proximité de chez vous - Annuaire-orl.com";
  358.         
  359.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  360.         
  361.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  362.     }
  363.     // line 28
  364.     public function block_meta_title($context, array $blocks = [])
  365.     {
  366.         $macros $this->macros;
  367.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  368.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  369.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  370.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  371.         echo "Trouver le centre auditif le plus proche - Mon Centre Auditif";
  372.         
  373.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  374.         
  375.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  376.     }
  377.     // line 37
  378.     public function block_meta_description_whitelabel($context, array $blocks = [])
  379.     {
  380.         $macros $this->macros;
  381.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  382.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description_whitelabel"));
  383.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  384.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description_whitelabel"));
  385.         echo "Depistage-auditif.fr vous facilite vos démarches pour la réalisation d'un bilan auditif";
  386.         
  387.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  388.         
  389.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  390.     }
  391.     // line 40
  392.     public function block_meta_description_orl($context, array $blocks = [])
  393.     {
  394.         $macros $this->macros;
  395.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  396.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description_orl"));
  397.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  398.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description_orl"));
  399.         echo "Prenez rendez-vous avec les ORL proches de chez vous afin d'établir un diagnostic complet de l'état de vos oreilles.";
  400.         
  401.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  402.         
  403.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  404.     }
  405.     // line 43
  406.     public function block_meta_description($context, array $blocks = [])
  407.     {
  408.         $macros $this->macros;
  409.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  410.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description"));
  411.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  412.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description"));
  413.         echo "Mon centre auditif vous aide à trouver le centre auditif le plus proche de chez vous afin de réaliser un bilan auditif et faciliter vos démarches d’accès aux soins";
  414.         
  415.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  416.         
  417.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  418.     }
  419.     // line 46
  420.     public function block_meta_global($context, array $blocks = [])
  421.     {
  422.         $macros $this->macros;
  423.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  424.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_global"));
  425.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  426.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_global"));
  427.         // line 47
  428.         echo "        ";
  429.         $this->displayBlock('meta_robots'$context$blocks);
  430.         // line 50
  431.         echo "        ";
  432.         $this->displayBlock('meta_canonical'$context$blocks);
  433.         // line 54
  434.         echo "        <meta property=\"og:site_name\" content=\"Mon centre auditif\">
  435.         <meta property=\"og:url\"
  436.               content=\"";
  437.         // line 56
  438.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "getSchemeAndHttpHost", [], "any"falsefalsefalse56) . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "baseUrl", [], "any"falsefalsefalse56)) . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "pathInfo", [], "any"falsefalsefalse56)), "html"nulltrue);
  439.         echo "\">
  440.         <meta property=\"og:image:width\" content=\"1200\"/>
  441.         <meta property=\"og:image:height\" content=\"630\"/>
  442.         <meta property=\"business:contact_data:street_address\" content=\"36, rue montgrand\">
  443.         <meta property=\"business:contact_data:locality\" content=\"Marseille\">
  444.         <meta property=\"business:contact_data:region\" content=\"France\">
  445.         <meta property=\"business:contact_data:postal_code\" content=\"13006\">
  446.         <meta property=\"business:contact_data:country_name\" content=\"PACA\">
  447.         ";
  448.         // line 65
  449.         if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
  450.             // line 66
  451.             echo "            <meta name=\"facebook-domain-verification\" content=\"358xlf6jysujspbvpovs33gzf5ddh3\" />
  452.         ";
  453.         } else {
  454.             // line 68
  455.             echo "            <meta name=\"facebook-domain-verification\" content=\"l29kxg616xei9u64a5axd5gob61t7n\"/>
  456.         ";
  457.         }
  458.         // line 70
  459.         echo "
  460.         ";
  461.         // line 71
  462.         $this->displayBlock('meta_custom'$context$blocks);
  463.         // line 79
  464.         echo "    ";
  465.         
  466.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  467.         
  468.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  469.     }
  470.     // line 47
  471.     public function block_meta_robots($context, array $blocks = [])
  472.     {
  473.         $macros $this->macros;
  474.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  475.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robots"));
  476.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  477.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robots"));
  478.         // line 48
  479.         echo "            <meta name=\"robots\" content=\"index, follow\">
  480.         ";
  481.         
  482.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  483.         
  484.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  485.     }
  486.     // line 50
  487.     public function block_meta_canonical($context, array $blocks = [])
  488.     {
  489.         $macros $this->macros;
  490.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  491.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_canonical"));
  492.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  493.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_canonical"));
  494.         // line 51
  495.         echo "            <link rel=\"canonical\"
  496.                   href=\"";
  497.         // line 52
  498.         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'52$this->source); })()), "request", [], "any"falsefalsefalse52), "getSchemeAndHttpHost", [], "any"falsefalsefalse52) . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'52$this->source); })()), "request", [], "any"falsefalsefalse52), "baseUrl", [], "any"falsefalsefalse52)) . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'52$this->source); })()), "request", [], "any"falsefalsefalse52), "pathInfo", [], "any"falsefalsefalse52)), "html"nulltrue);
  499.         echo "\"/>
  500.         ";
  501.         
  502.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  503.         
  504.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  505.     }
  506.     // line 71
  507.     public function block_meta_custom($context, array $blocks = [])
  508.     {
  509.         $macros $this->macros;
  510.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  511.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_custom"));
  512.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  513.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_custom"));
  514.         // line 72
  515.         echo "            <meta name=\"author\" content=\"Mon centre auditif\">
  516.             <meta property=\"og:type\" content=\"business.business\">
  517.             <meta property=\"og:title\" content=\"Mon centre Auditif\">
  518.             <meta property=\"og:description\"
  519.                   content=\"Prenez rendez-vous avec les centres auditifs proches de chez vous afin de réaliser un bilan auditif gratuit.\">
  520.             <meta property=\"og:image\" content=\"https://mon-centre-auditif.com/build/mon_centre_auditif_facebook_og.png\">
  521.         ";
  522.         
  523.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  524.         
  525.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  526.     }
  527.     // line 99
  528.     public function block_stylesheets($context, array $blocks = [])
  529.     {
  530.         $macros $this->macros;
  531.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  532.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  533.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  534.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  535.         // line 100
  536.         echo "        ";
  537.         if ($this->extensions['App\Twig\WhiteLabelExtension']->isWhiteLabel()) {
  538.             // line 101
  539.             echo "            ";
  540.             echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("whitelabel_homepage");
  541.             echo "
  542.         ";
  543.         }
  544.         // line 103
  545.         echo "    ";
  546.         
  547.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  548.         
  549.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  550.     }
  551.     // line 157
  552.     public function block_content($context, array $blocks = [])
  553.     {
  554.         $macros $this->macros;
  555.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  556.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  557.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  558.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  559.         
  560.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  561.         
  562.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  563.     }
  564.     // line 184
  565.     public function block_javascripts($context, array $blocks = [])
  566.     {
  567.         $macros $this->macros;
  568.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  569.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  570.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  571.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  572.         
  573.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  574.         
  575.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  576.     }
  577.     public function getTemplateName()
  578.     {
  579.         return "front_v4/base.html.twig";
  580.     }
  581.     public function isTraitable()
  582.     {
  583.         return false;
  584.     }
  585.     public function getDebugInfo()
  586.     {
  587.         return array (  654 => 184,  636 => 157,  626 => 103,  620 => 101,  617 => 100,  607 => 99,  591 => 72,  581 => 71,  569 => 52,  566 => 51,  556 => 50,  545 => 48,  535 => 47,  525 => 79,  523 => 71,  520 => 70,  516 => 68,  512 => 66,  510 => 65,  498 => 56,  494 => 54,  491 => 50,  488 => 47,  478 => 46,  459 => 43,  440 => 40,  421 => 37,  402 => 28,  383 => 20,  364 => 10,  352 => 186,  350 => 184,  344 => 181,  340 => 180,  336 => 178,  331 => 176,  328 => 175,  326 => 174,  323 => 173,  318 => 171,  315 => 170,  313 => 169,  307 => 166,  302 => 163,  298 => 161,  296 => 160,  293 => 159,  291 => 157,  288 => 156,  284 => 154,  282 => 153,  279 => 152,  275 => 150,  273 => 149,  264 => 143,  253 => 135,  231 => 115,  228 => 114,  225 => 113,  223 => 112,  220 => 111,  217 => 110,  215 => 109,  212 => 108,  209 => 107,  207 => 106,  205 => 105,  202 => 104,  200 => 99,  197 => 98,  192 => 96,  189 => 95,  187 => 94,  184 => 93,  179 => 91,  176 => 90,  174 => 89,  169 => 87,  165 => 85,  159 => 80,  157 => 46,  154 => 45,  149 => 43,  146 => 42,  141 => 40,  138 => 39,  133 => 37,  130 => 36,  128 => 35,  125 => 34,  120 => 32,  116 => 31,  110 => 28,  107 => 27,  101 => 24,  97 => 23,  91 => 20,  88 => 19,  81 => 15,  76 => 13,  70 => 10,  67 => 9,  65 => 8,  56 => 1,);
  588.     }
  589.     public function getSourceContext()
  590.     {
  591.         return new Source("<!DOCTYPE html>
  592. <html lang=\"fr\">
  593. <head>
  594.     <!-- Required Meta Tags Always Come First -->
  595.     <meta charset=\"utf-8\">
  596.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  597.     {% if isWhiteLabel() %}
  598.     <!-- Title -->
  599.     <title>{% block meta_title_whitelabel %}Trouver le centre auditif le plus proche - Depistage-auditif.fr{% endblock meta_title_whitelabel %}</title>
  600.     <!-- Favicon -->
  601.     <link rel=\"shortcut icon\" href=\"{{ asset('/build/whitelabel/images/favicon_depistage_auditif.ico?v=6') }}\"
  602.           type=\"image/x-icon\">
  603.     <link rel=\"icon\" href=\"{{ asset('/build/whitelabel/images/favicon_depistage_auditif.ico?v=6') }}\"
  604.           type=\"image/x-icon\">
  605.     {% elseif isOrlWebsite() %}
  606.     <!-- Title -->
  607.     <title>{% block meta_title_orl %}Trouver un ORL à proximité de chez vous - Annuaire-orl.com{% endblock meta_title_orl %}</title>
  608.     <!-- Favicon -->
  609.     <link rel=\"shortcut icon\" href=\"{{ asset('/build/orl/images/favicon_ORL.ico?v=8') }}\" type=\"image/x-icon\">
  610.     <link rel=\"icon\" href=\"{{ asset('/build/orl/images/favicon_ORL.ico?v=8') }}\" type=\"image/x-icon\">
  611.     {% else %}
  612.         <!-- Title -->
  613.         <title>{% block meta_title %}Trouver le centre auditif le plus proche - Mon Centre Auditif{% endblock meta_title %}</title>
  614.         <!-- Favicon -->
  615.         <link rel=\"shortcut icon\" href=\"{{ asset('/build/favicon.ico?v=6') }}\" type=\"image/x-icon\">
  616.         <link rel=\"icon\" href=\"{{ asset('/build/favicon.ico?v=6') }}\" type=\"image/x-icon\">
  617.     {% endif %}
  618.     {% if isWhiteLabel() %}
  619.         <meta name=\"description\"
  620.               content=\"{% block meta_description_whitelabel %}Depistage-auditif.fr vous facilite vos démarches pour la réalisation d'un bilan auditif{% endblock meta_description_whitelabel %}\"/>
  621.     {% elseif isOrlWebsite() %}
  622.         <meta name=\"description\"
  623.               content=\"{% block meta_description_orl %}Prenez rendez-vous avec les ORL proches de chez vous afin d'établir un diagnostic complet de l'état de vos oreilles.{% endblock meta_description_orl %}\"/>
  624.     {% else %}
  625.         <meta name=\"description\"
  626.               content=\"{% block meta_description %}Mon centre auditif vous aide à trouver le centre auditif le plus proche de chez vous afin de réaliser un bilan auditif et faciliter vos démarches d’accès aux soins{% endblock meta_description %}\"/>
  627.     {% endif %}
  628.     {% block meta_global %}
  629.         {% block meta_robots %}
  630.             <meta name=\"robots\" content=\"index, follow\">
  631.         {% endblock %}
  632.         {% block meta_canonical %}
  633.             <link rel=\"canonical\"
  634.                   href=\"{{ app.request.getSchemeAndHttpHost ~ app.request.baseUrl ~ app.request.pathInfo }}\"/>
  635.         {% endblock meta_canonical %}
  636.         <meta property=\"og:site_name\" content=\"Mon centre auditif\">
  637.         <meta property=\"og:url\"
  638.               content=\"{{ app.request.getSchemeAndHttpHost ~ app.request.baseUrl ~ app.request.pathInfo }}\">
  639.         <meta property=\"og:image:width\" content=\"1200\"/>
  640.         <meta property=\"og:image:height\" content=\"630\"/>
  641.         <meta property=\"business:contact_data:street_address\" content=\"36, rue montgrand\">
  642.         <meta property=\"business:contact_data:locality\" content=\"Marseille\">
  643.         <meta property=\"business:contact_data:region\" content=\"France\">
  644.         <meta property=\"business:contact_data:postal_code\" content=\"13006\">
  645.         <meta property=\"business:contact_data:country_name\" content=\"PACA\">
  646.         {% if isWhiteLabel() %}
  647.             <meta name=\"facebook-domain-verification\" content=\"358xlf6jysujspbvpovs33gzf5ddh3\" />
  648.         {% else %}
  649.             <meta name=\"facebook-domain-verification\" content=\"l29kxg616xei9u64a5axd5gob61t7n\"/>
  650.         {% endif %}
  651.         {% block meta_custom %}
  652.             <meta name=\"author\" content=\"Mon centre auditif\">
  653.             <meta property=\"og:type\" content=\"business.business\">
  654.             <meta property=\"og:title\" content=\"Mon centre Auditif\">
  655.             <meta property=\"og:description\"
  656.                   content=\"Prenez rendez-vous avec les centres auditifs proches de chez vous afin de réaliser un bilan auditif gratuit.\">
  657.             <meta property=\"og:image\" content=\"https://mon-centre-auditif.com/build/mon_centre_auditif_facebook_og.png\">
  658.         {% endblock meta_custom %}
  659.     {% endblock meta_global %}
  660.     <!-- Font -->
  661.     <link href=\"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap\" rel=\"stylesheet\">
  662. {#    <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC\" crossorigin=\"anonymous\">#}
  663.     <!-- CSS Front Template -->
  664.     {{ encore_entry_link_tags('init') }}
  665.     {% if isWhiteLabel() %}
  666.         <!-- Whitelabel CSS -->
  667.         <link rel=\"stylesheet\" href=\"{{ asset('build/whitelabel/css/theme_whitelabel.css') }}\">
  668.     {% endif %}
  669.     {% if isOrlWebsite() %}
  670.         <!-- ORL CSS -->
  671.         {{ encore_entry_link_tags('base_orl') }}
  672.     {% endif %}
  673.     {% block stylesheets %}
  674.         {% if isWhiteLabel() %}
  675.             {{ encore_entry_link_tags('whitelabel_homepage') }}
  676.         {% endif %}
  677.     {% endblock stylesheets %}
  678.     {% if isWhiteLabel() %}
  679.         {# GTM id marque blanche #}
  680.         {% set gtm_id = \"TSGPBXL\" %}
  681.     {% elseif isOrlWebsite() %}
  682.         {# GTM id site ORL #}
  683.         {% set gtm_id = \"W2PBSRD\" %}
  684.     {% else %}
  685.         {# GTM id par défaut MCA #}
  686.         {% set gtm_id = \"PVX3WXL\" %}
  687.     {% endif %}
  688.     <!-- GTM Datalayer-->
  689.     <script>
  690.         dataLayer = [];
  691.     </script>
  692.     <!-- End GTM Datalayer-->
  693.     <!-- Google Tag Manager -->
  694.     <script>(function (w, d, s, l, i) {
  695.             w[l] = w[l] || [];
  696.             w[l].push({
  697.                 'gtm.start':
  698.                     new Date().getTime(), event: 'gtm.js'
  699.             });
  700.             var f = d.getElementsByTagName(s)[0],
  701.                 j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
  702.             j.async = true;
  703.             j.src =
  704.                 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  705.             f.parentNode.insertBefore(j, f);
  706.         })(window, document, 'script', 'dataLayer', 'GTM-{{ gtm_id }}');</script>
  707.     <!-- End Google Tag Manager -->
  708. </head>
  709. <body>
  710. <!-- Google Tag Manager (noscript) -->
  711. <noscript>
  712.     <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-{{ gtm_id }}\"
  713.             height=\"0\" width=\"0\"></iframe>
  714. </noscript>
  715. <!-- End Google Tag Manager (noscript) -->
  716. <!-- Loading Page LP -->
  717. {% if displayLoadingModal is defined and displayLoadingModal == true %}
  718.     {% include 'front_v4/mca/partials/_loading_modal.html.twig' %}
  719. {% endif %}
  720. {% if hideNavbar is not defined %}
  721.     {% include 'front_v4/mca/partials/_navbar.html.twig' %}
  722. {% endif %}
  723. {% block content %}
  724. {% endblock content %}
  725. {% if hideFooter is not defined %}
  726.     {% include 'front_v4/mca/partials/_footer.html.twig' %}
  727. {% endif %}
  728. <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM\" crossorigin=\"anonymous\"></script>
  729. <!-- JS Front -->
  730. {{ encore_entry_script_tags('init') }}
  731. {% if isWhiteLabel() %}
  732.     <!-- ORL JS -->
  733.     {{ encore_entry_script_tags('whitelabel_init') }}
  734. {% endif %}
  735. {% if isOrlWebsite() %}
  736.     <!-- ORL JS -->
  737.     {{ encore_entry_script_tags('base_orl') }}
  738. {% endif %}
  739. <!-- FOS JS ROUTING -->
  740. <script src=\"{{ asset('bundles/fosjsrouting/js/router.min.js') }}\"></script>
  741. <script src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script>
  742. {% block javascripts %}
  743. {% endblock javascripts %}
  744. </body>
  745. </html>
  746. ""front_v4/base.html.twig""/var/www/hearing_store_locator/templates/front_v4/base.html.twig");
  747.     }
  748. }