var/cache/website/dev/twig/21/210d2db03aaebc5562a1fa0b93ed5171ced6acbb560f98dba8472b7c63b77add.php line 38

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_dd5e786bda78375a57ab78e0ab08f42156b9c07acd2c847220749fddcff93476 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.             'fixed_content' => [$this'block_fixed_content'],
  28.             'body_end' => [$this'block_body_end'],
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  38.         // line 1
  39.         $macros["buttons"] = $this->macros["buttons"] = $this->loadTemplate("elements2024/macros/buttons.html.twig""base.html.twig"1)->unwrap();
  40.         // line 2
  41.         $macros["blocks"] = $this->macros["blocks"] = $this->loadTemplate("elements2024/macros/title-block.html.twig""base.html.twig"2)->unwrap();
  42.         // line 3
  43.         $macros["filters"] = $this->macros["filters"] = $this->loadTemplate("elements2024/macros/filters.html.twig""base.html.twig"3)->unwrap();
  44.         // line 4
  45.         echo "
  46. <!DOCTYPE html>
  47. <html lang=\"FR\">
  48. \t<head>
  49. \t\t<meta charset=\"UTF-8\">
  50. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  51. \t\t<meta
  52. \t\thttp-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
  53. \t\t";
  54.         // line 14
  55.         echo "\t\t<link rel=\"stylesheet\" href=\"";
  56.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/main/dist/common.css?v=2"), "html"nulltrue);
  57.         echo "\">
  58. \t\t";
  59.         // line 17
  60.         echo "\t\t<link rel=\"stylesheet\" href=\"https://use.typekit.net/yti6omf.css\">
  61.     <style>
  62.       @font-face {
  63.         font-family: 'Suisse Intl';
  64.         src: url('";
  65.         // line 21
  66.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend2024/dist/fonts/SuisseBPIntl-Regular.woff2"), "html"nulltrue);
  67.         echo "') format('woff2'),
  68.           url('";
  69.         // line 22
  70.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend2024/dist/fonts/SuisseBPIntl-Regular.woff"), "html"nulltrue);
  71.         echo "') format('woff');
  72.         font-weight: normal;
  73.         font-style: normal;
  74.         font-display: swap;
  75.       }
  76.     </style>
  77.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  78.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  79.     <link href=\"https://fonts.googleapis.com/css2?family=Lora&display=swap\" rel=\"stylesheet\">
  80. \t\t
  81. \t\t";
  82.         // line 33
  83.         echo "\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
  84.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend2024/dist/css/style.css?v=1"), "html"nulltrue);
  85.         echo "\">
  86. \t\t";
  87.         // line 36
  88.         echo "\t\t<link rel=\"stylesheet\" href=\"";
  89.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fixes.css"), "html"nulltrue);
  90.         echo "\">
  91. \t\t";
  92.         // line 38
  93.         $this->displayBlock('meta'$context$blocks);
  94.         // line 46
  95.         echo "
  96. \t\t";
  97.         // line 47
  98.         $this->loadTemplate("elements2024/favicon.html.twig""base.html.twig"47)->display($context);
  99.         // line 48
  100.         echo "\t</head>
  101. \t<body class=\"";
  102.         // line 50
  103.         echo twig_escape_filter($this->env, ($context["bodyClass"] ?? null), "html"nulltrue);
  104.         echo "\">
  105. \t\t";
  106.         // line 51
  107.         $this->loadTemplate("elements/svg_icons.html.twig""base.html.twig"51)->display($context);
  108.         // line 52
  109.         echo "\t\t";
  110.         $this->loadTemplate("elements2024/preloader.html.twig""base.html.twig"52)->display($context);
  111.         // line 53
  112.         echo "\t\t";
  113.         $this->loadTemplate("elements2024/header.html.twig""base.html.twig"53)->display($context);
  114.         // line 54
  115.         echo "
  116. \t\t<main>
  117. \t\t\t";
  118.         // line 56
  119.         $this->displayBlock('before_main'$context$blocks);
  120.         // line 57
  121.         echo "
  122. \t\t\t";
  123.         // line 58
  124.         $this->displayBlock('content'$context$blocks);
  125.         // line 59
  126.         echo "
  127. \t\t\t";
  128.         // line 60
  129.         $this->loadTemplate("elements2024/footer.html.twig""base.html.twig"60)->display($context);
  130.         // line 61
  131.         echo "\t\t</main>
  132. \t\t";
  133.         // line 63
  134.         $this->displayBlock('fixed_content'$context$blocks);
  135.         // line 64
  136.         echo "
  137. \t\t<script src=\"";
  138.         // line 65
  139.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend2024/dist/js/main.min.js?v=1"), "html"nulltrue);
  140.         echo "\"></script>
  141. \t\t<script>
  142. \t\t\twindow.captchaKey = '";
  143.         // line 67
  144.         echo twig_escape_filter($this->env, ($context["googleCaptchaKey"] ?? null), "html"nulltrue);
  145.         echo "'
  146. \t\t\twindow.googleApisKey = '";
  147.         // line 68
  148.         echo twig_escape_filter($this->env, ($context["googleApisKey"] ?? null), "html"nulltrue);
  149.         echo "'
  150. \t\t\twindow.localization = {
  151. \t\t\t  propertiesInThisArea: `";
  152.         // line 71
  153.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("property in this area"), "html"nulltrue);
  154.         echo "`,
  155. \t\t\t  propertiesInThisAreaPlural: `";
  156.         // line 72
  157.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("properties in this area"), "html"nulltrue);
  158.         echo "`,
  159. \t\t\t  foundNoResultsFor: `";
  160.         // line 73
  161.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Found no results for"), "html"nulltrue);
  162.         echo "`,
  163. \t\t\t  // properties
  164. \t\t\t  topCities: \"";
  165.         // line 75
  166.         echo (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse75), "locale", [], "any"falsefalsefalse75) == "fr")) ? ("top villes") : ("top cities"));
  167.         echo "\",
  168. \t\t\t  noResult: \"";
  169.         // line 76
  170.         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("aucun resultat")), "html"nulltrue);
  171.         echo "\",
  172. \t\t\t  newProject: \"";
  173.         // line 77
  174.         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("projet neuf")), "html"nulltrue);
  175.         echo "\",
  176. \t\t\t  priceUponRequest: \"";
  177.         // line 78
  178.         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Prix sur demande")), "html"nulltrue);
  179.         echo "\",
  180. \t\t\t  rentUponRequest: \"";
  181.         // line 79
  182.         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("loyer sur demande")), "html"nulltrue);
  183.         echo "\",
  184. \t\t\t  enterLocation: \"";
  185.         // line 80
  186.         echo (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsefalsefalse80), "locale", [], "any"falsefalsefalse80) == "fr")) ? ("Entrer un emplacement") : ("Enter a location"));
  187.         echo "\",
  188. \t\t\t  perMonth: \"";
  189.         // line 81
  190.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("/ mois"), "html"nulltrue);
  191.         echo "\",
  192. \t\t\t  perSqmPerMonth: \"";
  193.         // line 82
  194.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("par m² /an"), "html"nulltrue);
  195.         echo "\",
  196. \t\t\t  listIsEmpty: \"";
  197.         // line 83
  198.         echo twig_escape_filter($this->envtwig_capitalize_string_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("la liste est vide")), "html"nulltrue);
  199.         echo "\"
  200. \t\t\t}
  201. \t\t\twindow.paths = {
  202. \t\t\t  buy: '/buy',
  203. \t\t\t  rent: '/rent'
  204. \t\t\t}
  205. \t\t</script>
  206. \t\t<script src=\"";
  207.         // line 90
  208.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/main/dist/common.js?v=2"), "html"nulltrue);
  209.         echo "\"></script>
  210. \t\t";
  211.         // line 92
  212.         $this->displayBlock('body_end'$context$blocks);
  213.         // line 93
  214.         echo "\t</body>
  215. </html>
  216. ";
  217.         
  218.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  219.         
  220.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  221.     }
  222.     // line 38
  223.     public function block_meta($context, array $blocks = [])
  224.     {
  225.         $macros $this->macros;
  226.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  227.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  228.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  229.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  230.         // line 39
  231.         echo "\t\t\t";
  232.         $this->loadTemplate("@SuluWebsite/Extension/seo.html.twig""base.html.twig"39)->display(twig_array_merge($context, ["seo" => ((twig_get_attribute($this->env$this->source,         // line 40
  233. ($context["extension"] ?? null), "seo", [], "any"truetruefalse40)) ? (_twig_default_filter(twig_get_attribute($this->env$this->source, ($context["extension"] ?? null), "seo", [], "any"falsefalsefalse40), [])) : ([])), "content" => ((        // line 41
  234. array_key_exists("content"$context)) ? (_twig_default_filter(($context["content"] ?? null), [])) : ([])), "localizations" => ((        // line 42
  235. array_key_exists("localizations"$context)) ? (_twig_default_filter(($context["localizations"] ?? null), [])) : ([])), "shadowBaseLocale" => ((        // line 43
  236. array_key_exists("shadowBaseLocale"$context)) ? (_twig_default_filter(($context["shadowBaseLocale"] ?? null))) : (""))]));
  237.         // line 45
  238.         echo "\t\t";
  239.         
  240.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  241.         
  242.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  243.     }
  244.     // line 56
  245.     public function block_before_main($context, array $blocks = [])
  246.     {
  247.         $macros $this->macros;
  248.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  249.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_main"));
  250.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  251.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""before_main"));
  252.         
  253.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  254.         
  255.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  256.     }
  257.     // line 58
  258.     public function block_content($context, array $blocks = [])
  259.     {
  260.         $macros $this->macros;
  261.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  262.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  263.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  264.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  265.         
  266.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  267.         
  268.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  269.     }
  270.     // line 63
  271.     public function block_fixed_content($context, array $blocks = [])
  272.     {
  273.         $macros $this->macros;
  274.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  275.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fixed_content"));
  276.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  277.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""fixed_content"));
  278.         
  279.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  280.         
  281.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  282.     }
  283.     // line 92
  284.     public function block_body_end($context, array $blocks = [])
  285.     {
  286.         $macros $this->macros;
  287.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  288.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_end"));
  289.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  290.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_end"));
  291.         
  292.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  293.         
  294.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  295.     }
  296.     public function getTemplateName()
  297.     {
  298.         return "base.html.twig";
  299.     }
  300.     public function isTraitable()
  301.     {
  302.         return false;
  303.     }
  304.     public function getDebugInfo()
  305.     {
  306.         return array (  324 => 92,  306 => 63,  288 => 58,  270 => 56,  260 => 45,  258 => 43,  257 => 42,  256 => 41,  255 => 40,  253 => 39,  243 => 38,  231 => 93,  229 => 92,  224 => 90,  214 => 83,  210 => 82,  206 => 81,  202 => 80,  198 => 79,  194 => 78,  190 => 77,  186 => 76,  182 => 75,  177 => 73,  173 => 72,  169 => 71,  163 => 68,  159 => 67,  154 => 65,  151 => 64,  149 => 63,  145 => 61,  143 => 60,  140 => 59,  138 => 58,  135 => 57,  133 => 56,  129 => 54,  126 => 53,  123 => 52,  121 => 51,  117 => 50,  113 => 48,  111 => 47,  108 => 46,  106 => 38,  100 => 36,  94 => 33,  81 => 22,  77 => 21,  71 => 17,  65 => 14,  54 => 4,  52 => 3,  50 => 2,  48 => 1,);
  307.     }
  308.     public function getSourceContext()
  309.     {
  310.         return new Source("{% import 'elements2024/macros/buttons.html.twig' as buttons %}
  311. {% import 'elements2024/macros/title-block.html.twig' as blocks %}
  312. {% import 'elements2024/macros/filters.html.twig' as filters %}
  313. <!DOCTYPE html>
  314. <html lang=\"FR\">
  315. \t<head>
  316. \t\t<meta charset=\"UTF-8\">
  317. \t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  318. \t\t<meta
  319. \t\thttp-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
  320. \t\t{# old vesion CSS #}
  321. \t\t<link rel=\"stylesheet\" href=\"{{ asset('frontend/main/dist/common.css?v=2') }}\">
  322. \t\t{# new version fonts: Freight, Suisse, Lora #}
  323. \t\t<link rel=\"stylesheet\" href=\"https://use.typekit.net/yti6omf.css\">
  324.     <style>
  325.       @font-face {
  326.         font-family: 'Suisse Intl';
  327.         src: url('{{asset(\"frontend2024/dist/fonts/SuisseBPIntl-Regular.woff2\")}}') format('woff2'),
  328.           url('{{asset(\"frontend2024/dist/fonts/SuisseBPIntl-Regular.woff\")}}') format('woff');
  329.         font-weight: normal;
  330.         font-style: normal;
  331.         font-display: swap;
  332.       }
  333.     </style>
  334.     <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  335.     <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  336.     <link href=\"https://fonts.googleapis.com/css2?family=Lora&display=swap\" rel=\"stylesheet\">
  337. \t\t
  338. \t\t{# new version CSS #}
  339. \t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{asset('frontend2024/dist/css/style.css?v=1')}}\">
  340. \t\t{# quick CSS fixes without webpack #}
  341. \t\t<link rel=\"stylesheet\" href=\"{{ asset('fixes.css') }}\">
  342. \t\t{% block meta %}
  343. \t\t\t{% include \"@SuluWebsite/Extension/seo.html.twig\" with {
  344.       \t\"seo\": extension.seo|default([]),
  345.       \t\"content\": content|default([]),
  346.       \t\"localizations\": localizations|default([]),
  347.       \t\"shadowBaseLocale\": shadowBaseLocale|default(),
  348.       } %}
  349. \t\t{% endblock %}
  350. \t\t{% include 'elements2024/favicon.html.twig' %}
  351. \t</head>
  352. \t<body class=\"{{bodyClass}}\">
  353. \t\t{% include 'elements/svg_icons.html.twig' %}
  354. \t\t{% include 'elements2024/preloader.html.twig' %}
  355. \t\t{% include 'elements2024/header.html.twig' %}
  356. \t\t<main>
  357. \t\t\t{% block before_main %}{% endblock %}
  358. \t\t\t{% block content %}{% endblock %}
  359. \t\t\t{% include 'elements2024/footer.html.twig' %}
  360. \t\t</main>
  361. \t\t{% block fixed_content %}{% endblock %}
  362. \t\t<script src=\"{{asset('frontend2024/dist/js/main.min.js?v=1')}}\"></script>
  363. \t\t<script>
  364. \t\t\twindow.captchaKey = '{{ googleCaptchaKey }}'
  365. \t\t\twindow.googleApisKey = '{{ googleApisKey }}'
  366. \t\t\twindow.localization = {
  367. \t\t\t  propertiesInThisArea: `{{\"property in this area\"|trans}}`,
  368. \t\t\t  propertiesInThisAreaPlural: `{{\"properties in this area\"|trans}}`,
  369. \t\t\t  foundNoResultsFor: `{{\"Found no results for\"|trans}}`,
  370. \t\t\t  // properties
  371. \t\t\t  topCities: \"{{ app.request.locale == 'fr' ? 'top villes':'top cities' }}\",
  372. \t\t\t  noResult: \"{{ 'aucun resultat'|trans|capitalize }}\",
  373. \t\t\t  newProject: \"{{ 'projet neuf'|trans|capitalize }}\",
  374. \t\t\t  priceUponRequest: \"{{ 'Prix sur demande'|trans|capitalize }}\",
  375. \t\t\t  rentUponRequest: \"{{ 'loyer sur demande'|trans|capitalize }}\",
  376. \t\t\t  enterLocation: \"{{ app.request.locale == 'fr' ? 'Entrer un emplacement':'Enter a location' }}\",
  377. \t\t\t  perMonth: \"{{ '/ mois'|trans }}\",
  378. \t\t\t  perSqmPerMonth: \"{{ 'par m² /an'|trans }}\",
  379. \t\t\t  listIsEmpty: \"{{ 'la liste est vide'|trans|capitalize }}\"
  380. \t\t\t}
  381. \t\t\twindow.paths = {
  382. \t\t\t  buy: '/buy',
  383. \t\t\t  rent: '/rent'
  384. \t\t\t}
  385. \t\t</script>
  386. \t\t<script src=\"{{ asset('frontend/main/dist/common.js?v=2') }}\"></script>
  387. \t\t{% block body_end %}{% endblock %}
  388. \t</body>
  389. </html>
  390. ""base.html.twig""/home/clients/6069f7d890ad1893915d376cf7e5b903/var/www/bn-invest-commercial/templates/base.html.twig");
  391.     }
  392. }