var/cache/website/dev/twig/bc/bc299dcf7e2ab834cf4928a707b6f518.php line 131

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. /* base.html.twig */
  14. class __TwigTemplate_43a58fca5851910537f1e1132fc90d7f extends 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' => [$this'block_meta'],
  25.             'before_main' => [$this'block_before_main'],
  26.             'content' => [$this'block_content'],
  27.             'body_end' => [$this'block_body_end'],
  28.         ];
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  35.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         // line 1
  38.         echo "<!DOCTYPE html>
  39. <html lang=\"";
  40.         // line 2
  41.         echo twig_escape_filter($this->env, (($__internal_compile_0 twig_split_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse2), "locale", [], "any"falsefalsefalse2), "_")) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "html"nulltrue);
  42.         echo "\" class=\"overflow-hidden ";
  43.         if ((array_key_exists("whiteHeader"$context) && ($context["whiteHeader"] ?? null))) {
  44.             echo "force-thick-header";
  45.         }
  46.         echo "\">
  47. \t<head>
  48. \t\t<meta charset=\"UTF-8\">
  49. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  50. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  51. \t\t";
  52.         // line 8
  53.         $this->displayBlock('meta'$context$blocks);
  54.         // line 16
  55.         echo "
  56. \t\t";
  57.         // line 19
  58.         echo "
  59. \t\t";
  60.         // line 21
  61.         echo "\t\t<link rel=\"stylesheet\" href=\"/dist/fonts/stylesheet.css?v=1\"/>
  62. \t\t<link href=\"/dist/css/common.css?v=5\" rel=\"stylesheet\">
  63. \t\t<link href=\"/dist/css/new_css.css\" rel=\"stylesheet\">
  64. \t\t";
  65.         // line 24
  66.         $this->loadTemplate("partials/layout/favicon.html.twig""base.html.twig"24)->display($context);
  67.         // line 25
  68.         echo "\t</head>
  69. \t<style>
  70.         .grecaptcha-badge {
  71.             visibility: hidden !important;
  72.         }
  73.         .recaptcha-text {
  74.             font-size: 11px;
  75.             color: #666;
  76.             margin: 10px 0;
  77.             text-align: center;
  78.         }
  79.     </style>
  80.     ";
  81.         // line 41
  82.         echo "
  83. \t<body class=\"";
  84.         // line 42
  85.         echo twig_escape_filter($this->env, ($context["bodyClass"] ?? null), "html"nulltrue);
  86.         echo "\">
  87. \t\t";
  88.         // line 44
  89.         $context["socials"] = [["iconId" => "facebook""href" => ""], ["iconId" => "instagram""href" => ""], ["iconId" => "linkedin""href" => ""], ["iconId" => "youtube""href" => ""]];
  90.         // line 60
  91.         echo "
  92. \t\t";
  93.         // line 61
  94.         $this->loadTemplate("./partials/layout/preloader.html.twig""base.html.twig"61)->display($context);
  95.         // line 62
  96.         echo "
  97. \t\t";
  98.         // line 63
  99.         $this->loadTemplate("partials/layout/sprite.svg.twig""base.html.twig"63)->display($context);
  100.         // line 64
  101.         echo "
  102. \t\t";
  103.         // line 65
  104.         $this->loadTemplate("./partials/layout/header.html.twig""base.html.twig"65)->display($context);
  105.         // line 66
  106.         echo "
  107. \t\t<div id=\"vue-root\" class=\"smooth-wrapper\">
  108. \t\t\t<div id=\"smooth-content\">
  109. \t\t\t\t";
  110.         // line 70
  111.         $this->displayBlock('before_main'$context$blocks);
  112.         // line 71
  113.         echo "
  114. \t\t\t\t";
  115.         // line 72
  116.         $this->displayBlock('content'$context$blocks);
  117.         // line 73
  118.         echo "
  119. \t\t\t\t";
  120.         // line 74
  121.         $this->loadTemplate("./partials/layout/footer.html.twig""base.html.twig"74)->display($context);
  122.         // line 75
  123.         echo "\t\t\t</div>
  124. \t\t</div>
  125. \t\t<div class=\"slider-cursor\">
  126. \t\t\t<div class=\"slider-cursor-border\"></div>
  127. \t\t\t<div class=\"slider-cursor-arrow slider-cursor-left\">
  128. \t\t\t\t<svg viewBox=\"0 0 37 14\">
  129. \t\t\t\t\t<use xlink:href=\"#arrow-prev\"></use>
  130. \t\t\t\t</svg>
  131. \t\t\t</div>
  132. \t\t\t<div class=\"slider-cursor-arrow slider-cursor-right\">
  133. \t\t\t\t<svg viewBox=\"0 0 37 14\">
  134. \t\t\t\t\t<use xlink:href=\"#arrow-next\"></use>
  135. \t\t\t\t</svg>
  136. \t\t\t</div>
  137. \t\t</div>
  138. \t\t";
  139.         // line 95
  140.         echo "\t\t<script src=\"/dist/js/common.js?v=4\"></script>
  141. \t\t<script>
  142. \t\t\twindow.googleApiKey = '";
  143.         // line 97
  144.         echo twig_escape_filter($this->env, ($context["GOOGLE_API_KEY"] ?? null), "html"nulltrue);
  145.         echo "'
  146. \t\t\twindow.captchaKey = '6LfHlxIrAAAAAHU0zZg_LH6kRtAYpqWqv_gzVdsU'
  147. \t\t\twindow.bcimmoTranslations = {
  148. \t\t\t\tnoResultsFound: \"";
  149.         // line 100
  150.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Aucun résultat trouvé"), "html"nulltrue);
  151.         echo "\",
  152. \t\t\t\tloading: \"";
  153.         // line 101
  154.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Chargement en cours..."), "html"nulltrue);
  155.         echo "\",
  156. \t\t\t\tstartTyping: \"";
  157.         // line 102
  158.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Commencez à écrire..."), "html"nulltrue);
  159.         echo "\",
  160. \t\t\t\tapply: \"";
  161.         // line 103
  162.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Valider"), "html"nulltrue);
  163.         echo "\"
  164. \t\t\t}
  165. \t\t</script>
  166. \t\t";
  167.         // line 107
  168.         $this->displayBlock('body_end'$context$blocks);
  169.         // line 108
  170.         echo "\t</body>
  171. </html>";
  172.         
  173.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  174.         
  175.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  176.     }
  177.     // line 8
  178.     public function block_meta($context, array $blocks = [])
  179.     {
  180.         $macros $this->macros;
  181.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  183.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  184.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  185.         // line 9
  186.         echo "\t\t\t";
  187.         $this->loadTemplate("seo/seo.html.twig""base.html.twig"9)->display(twig_array_merge($context, ["seo" => ((twig_get_attribute($this->env$this->source,         // line 10
  188. ($context["extension"] ?? null), "seo", [], "any"truetruefalse10)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["extension"] ?? null), "seo", [], "any"falsefalsefalse10), [])) : ([])), "content" => ((        // line 11
  189. array_key_exists("content"$context)) ? (_twig_default_filter(($context["content"] ?? null), [])) : ([])), "localizations" => ((        // line 12
  190. array_key_exists("localizations"$context)) ? (_twig_default_filter(($context["localizations"] ?? null), [])) : ([])), "shadowBaseLocale" => ((        // line 13
  191. array_key_exists("shadowBaseLocale"$context)) ? (_twig_default_filter(($context["shadowBaseLocale"] ?? null))) : (""))]));
  192.         // line 15
  193.         echo "\t\t";
  194.         
  195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  196.         
  197.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  198.     }
  199.     // line 70
  200.     public function block_before_main($context, array $blocks = [])
  201.     {
  202.         $macros $this->macros;
  203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_main"));
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_main"));
  207.         
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  209.         
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  211.     }
  212.     // line 72
  213.     public function block_content($context, array $blocks = [])
  214.     {
  215.         $macros $this->macros;
  216.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  217.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  218.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  219.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  220.         
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  222.         
  223.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  224.     }
  225.     // line 107
  226.     public function block_body_end($context, array $blocks = [])
  227.     {
  228.         $macros $this->macros;
  229.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_end"));
  231.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  232.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_end"));
  233.         
  234.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  235.         
  236.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  237.     }
  238.     public function getTemplateName()
  239.     {
  240.         return "base.html.twig";
  241.     }
  242.     public function isTraitable()
  243.     {
  244.         return false;
  245.     }
  246.     public function getDebugInfo()
  247.     {
  248.         return array (  264 => 107,  246 => 72,  228 => 70,  218 => 15,  216 => 13,  215 => 12,  214 => 11,  213 => 10,  211 => 9,  201 => 8,  190 => 108,  188 => 107,  181 => 103,  177 => 102,  173 => 101,  169 => 100,  163 => 97,  159 => 95,  138 => 75,  136 => 74,  133 => 73,  131 => 72,  128 => 71,  126 => 70,  120 => 66,  118 => 65,  115 => 64,  113 => 63,  110 => 62,  108 => 61,  105 => 60,  103 => 44,  98 => 42,  95 => 41,  79 => 25,  77 => 24,  72 => 21,  69 => 19,  65 => 16,  63 => 8,  50 => 2,  47 => 1,);
  249.     }
  250.     public function getSourceContext()
  251.     {
  252.         return new Source("<!DOCTYPE html>
  253. <html lang=\"{{ app.request.locale|split('_')[0] }}\" class=\"overflow-hidden {% if whiteHeader is defined and whiteHeader %}force-thick-header{% endif %}\">
  254. \t<head>
  255. \t\t<meta charset=\"UTF-8\">
  256. \t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  257. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  258. \t\t{% block meta %}
  259. \t\t\t{% include \"seo/seo.html.twig\" with {
  260.             \"seo\": extension.seo|default([]),
  261.             \"content\": content|default([]),
  262.             \"localizations\": localizations|default([]),
  263.             \"shadowBaseLocale\": shadowBaseLocale|default(),
  264.         } %}
  265. \t\t{% endblock %}
  266. \t\t{# <title>{{title is defined ? title : 'Oaks Lane'}}</title> #}
  267. \t\t{# <link href=\"{{asset('/frontend/dist/common.css?v=4')}}\" rel=\"stylesheet\" /> #}
  268. \t\t<link rel=\"stylesheet\" href=\"/dist/fonts/stylesheet.css?v=1\"/>
  269. \t\t<link href=\"/dist/css/common.css?v=5\" rel=\"stylesheet\">
  270. \t\t<link href=\"/dist/css/new_css.css\" rel=\"stylesheet\">
  271. \t\t{% include 'partials/layout/favicon.html.twig' %}
  272. \t</head>
  273. \t<style>
  274.         .grecaptcha-badge {
  275.             visibility: hidden !important;
  276.         }
  277.         .recaptcha-text {
  278.             font-size: 11px;
  279.             color: #666;
  280.             margin: 10px 0;
  281.             text-align: center;
  282.         }
  283.     </style>
  284.     {# {% set bodyClass = '' %}
  285.     {% set headerColor = '' %} #}
  286. \t<body class=\"{{bodyClass}}\">
  287. \t\t{% set socials = [
  288. \t\t\t{
  289. \t\t\t\t'iconId': 'facebook',
  290. \t\t\t\t'href': ''
  291. \t\t\t}, {
  292. \t\t\t\t'iconId': 'instagram',
  293. \t\t\t\t'href': ''
  294. \t\t\t}, {
  295. \t\t\t\t'iconId': 'linkedin',
  296. \t\t\t\t'href': ''
  297. \t\t\t}, {
  298. \t\t\t\t'iconId': 'youtube',
  299. \t\t\t\t'href': ''
  300. \t\t\t}
  301. \t\t]
  302.  %}
  303. \t\t{% include './partials/layout/preloader.html.twig' %}
  304. \t\t{% include 'partials/layout/sprite.svg.twig' %}
  305. \t\t{% include './partials/layout/header.html.twig' %}
  306. \t\t<div id=\"vue-root\" class=\"smooth-wrapper\">
  307. \t\t\t<div id=\"smooth-content\">
  308. \t\t\t\t{% block before_main %}{% endblock %}
  309. \t\t\t\t{% block content %}{% endblock %}
  310. \t\t\t\t{% include './partials/layout/footer.html.twig' %}
  311. \t\t\t</div>
  312. \t\t</div>
  313. \t\t<div class=\"slider-cursor\">
  314. \t\t\t<div class=\"slider-cursor-border\"></div>
  315. \t\t\t<div class=\"slider-cursor-arrow slider-cursor-left\">
  316. \t\t\t\t<svg viewBox=\"0 0 37 14\">
  317. \t\t\t\t\t<use xlink:href=\"#arrow-prev\"></use>
  318. \t\t\t\t</svg>
  319. \t\t\t</div>
  320. \t\t\t<div class=\"slider-cursor-arrow slider-cursor-right\">
  321. \t\t\t\t<svg viewBox=\"0 0 37 14\">
  322. \t\t\t\t\t<use xlink:href=\"#arrow-next\"></use>
  323. \t\t\t\t</svg>
  324. \t\t\t</div>
  325. \t\t</div>
  326. \t\t{#} <script src=\"{{asset('/frontend/dist/common.js?v=6')}}\"></script> #}
  327. \t\t<script src=\"/dist/js/common.js?v=4\"></script>
  328. \t\t<script>
  329. \t\t\twindow.googleApiKey = '{{ GOOGLE_API_KEY}}'
  330. \t\t\twindow.captchaKey = '6LfHlxIrAAAAAHU0zZg_LH6kRtAYpqWqv_gzVdsU'
  331. \t\t\twindow.bcimmoTranslations = {
  332. \t\t\t\tnoResultsFound: \"{{'Aucun résultat trouvé'|trans}}\",
  333. \t\t\t\tloading: \"{{'Chargement en cours...'|trans}}\",
  334. \t\t\t\tstartTyping: \"{{'Commencez à écrire...'|trans}}\",
  335. \t\t\t\tapply: \"{{'Valider'|trans}}\"
  336. \t\t\t}
  337. \t\t</script>
  338. \t\t{% block body_end %}{% endblock %}
  339. \t</body>
  340. </html>""base.html.twig""/home/clients/27e4eb6afe64c67f100a17cbd6809e7c/var/www/oakas-lane/templates/base.html.twig");
  341.     }
  342. }