<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* base.html.twig */
class __TwigTemplate_dd5e786bda78375a57ab78e0ab08f42156b9c07acd2c847220749fddcff93476 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'meta' => [$this, 'block_meta'],
'before_main' => [$this, 'block_before_main'],
'content' => [$this, 'block_content'],
'fixed_content' => [$this, 'block_fixed_content'],
'body_end' => [$this, 'block_body_end'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 1
$macros["buttons"] = $this->macros["buttons"] = $this->loadTemplate("elements2024/macros/buttons.html.twig", "base.html.twig", 1)->unwrap();
// line 2
$macros["blocks"] = $this->macros["blocks"] = $this->loadTemplate("elements2024/macros/title-block.html.twig", "base.html.twig", 2)->unwrap();
// line 3
$macros["filters"] = $this->macros["filters"] = $this->loadTemplate("elements2024/macros/filters.html.twig", "base.html.twig", 3)->unwrap();
// line 4
echo "
<!DOCTYPE html>
<html lang=\"FR\">
\t<head>
\t\t<meta charset=\"UTF-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
\t\t<meta
\t\thttp-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
\t\t";
// line 14
echo "\t\t<link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/main/dist/common.css?v=2"), "html", null, true);
echo "\">
\t\t";
// line 17
echo "\t\t<link rel=\"stylesheet\" href=\"https://use.typekit.net/yti6omf.css\">
<style>
@font-face {
font-family: 'Suisse Intl';
src: url('";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend2024/dist/fonts/SuisseBPIntl-Regular.woff2"), "html", null, true);
echo "') format('woff2'),
url('";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend2024/dist/fonts/SuisseBPIntl-Regular.woff"), "html", null, true);
echo "') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
</style>
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Lora&display=swap\" rel=\"stylesheet\">
\t\t
\t\t";
// line 33
echo "\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend2024/dist/css/style.css?v=1"), "html", null, true);
echo "\">
\t\t";
// line 36
echo "\t\t<link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fixes.css"), "html", null, true);
echo "\">
\t\t";
// line 38
$this->displayBlock('meta', $context, $blocks);
// line 46
echo "
\t\t";
// line 47
$this->loadTemplate("elements2024/favicon.html.twig", "base.html.twig", 47)->display($context);
// line 48
echo "\t</head>
\t<body class=\"";
// line 50
echo twig_escape_filter($this->env, ($context["bodyClass"] ?? null), "html", null, true);
echo "\">
\t\t";
// line 51
$this->loadTemplate("elements/svg_icons.html.twig", "base.html.twig", 51)->display($context);
// line 52
echo "\t\t";
$this->loadTemplate("elements2024/preloader.html.twig", "base.html.twig", 52)->display($context);
// line 53
echo "\t\t";
$this->loadTemplate("elements2024/header.html.twig", "base.html.twig", 53)->display($context);
// line 54
echo "
\t\t<main>
\t\t\t";
// line 56
$this->displayBlock('before_main', $context, $blocks);
// line 57
echo "
\t\t\t";
// line 58
$this->displayBlock('content', $context, $blocks);
// line 59
echo "
\t\t\t";
// line 60
$this->loadTemplate("elements2024/footer.html.twig", "base.html.twig", 60)->display($context);
// line 61
echo "\t\t</main>
\t\t";
// line 63
$this->displayBlock('fixed_content', $context, $blocks);
// line 64
echo "
\t\t<script src=\"";
// line 65
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend2024/dist/js/main.min.js?v=1"), "html", null, true);
echo "\"></script>
\t\t<script>
\t\t\twindow.captchaKey = '";
// line 67
echo twig_escape_filter($this->env, ($context["googleCaptchaKey"] ?? null), "html", null, true);
echo "'
\t\t\twindow.googleApisKey = '";
// line 68
echo twig_escape_filter($this->env, ($context["googleApisKey"] ?? null), "html", null, true);
echo "'
\t\t\twindow.localization = {
\t\t\t propertiesInThisArea: `";
// line 71
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("property in this area"), "html", null, true);
echo "`,
\t\t\t propertiesInThisAreaPlural: `";
// line 72
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("properties in this area"), "html", null, true);
echo "`,
\t\t\t foundNoResultsFor: `";
// line 73
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Found no results for"), "html", null, true);
echo "`,
\t\t\t // properties
\t\t\t topCities: \"";
// line 75
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 75), "locale", [], "any", false, false, false, 75) == "fr")) ? ("top villes") : ("top cities"));
echo "\",
\t\t\t noResult: \"";
// line 76
echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("aucun resultat")), "html", null, true);
echo "\",
\t\t\t newProject: \"";
// line 77
echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("projet neuf")), "html", null, true);
echo "\",
\t\t\t priceUponRequest: \"";
// line 78
echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Prix sur demande")), "html", null, true);
echo "\",
\t\t\t rentUponRequest: \"";
// line 79
echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("loyer sur demande")), "html", null, true);
echo "\",
\t\t\t enterLocation: \"";
// line 80
echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, false, false, 80), "locale", [], "any", false, false, false, 80) == "fr")) ? ("Entrer un emplacement") : ("Enter a location"));
echo "\",
\t\t\t perMonth: \"";
// line 81
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("/ mois"), "html", null, true);
echo "\",
\t\t\t perSqmPerMonth: \"";
// line 82
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("par m² /an"), "html", null, true);
echo "\",
\t\t\t listIsEmpty: \"";
// line 83
echo twig_escape_filter($this->env, twig_capitalize_string_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("la liste est vide")), "html", null, true);
echo "\"
\t\t\t}
\t\t\twindow.paths = {
\t\t\t buy: '/buy',
\t\t\t rent: '/rent'
\t\t\t}
\t\t</script>
\t\t<script src=\"";
// line 90
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/main/dist/common.js?v=2"), "html", null, true);
echo "\"></script>
\t\t";
// line 92
$this->displayBlock('body_end', $context, $blocks);
// line 93
echo "\t</body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 38
public function block_meta($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
// line 39
echo "\t\t\t";
$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
($context["extension"] ?? null), "seo", [], "any", true, true, false, 40)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["extension"] ?? null), "seo", [], "any", false, false, false, 40), [])) : ([])), "content" => (( // line 41
array_key_exists("content", $context)) ? (_twig_default_filter(($context["content"] ?? null), [])) : ([])), "localizations" => (( // line 42
array_key_exists("localizations", $context)) ? (_twig_default_filter(($context["localizations"] ?? null), [])) : ([])), "shadowBaseLocale" => (( // line 43
array_key_exists("shadowBaseLocale", $context)) ? (_twig_default_filter(($context["shadowBaseLocale"] ?? null))) : (""))]));
// line 45
echo "\t\t";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 56
public function block_before_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "before_main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "before_main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 58
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 63
public function block_fixed_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "fixed_content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "fixed_content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 92
public function block_body_end($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_end"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_end"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% import 'elements2024/macros/buttons.html.twig' as buttons %}
{% import 'elements2024/macros/title-block.html.twig' as blocks %}
{% import 'elements2024/macros/filters.html.twig' as filters %}
<!DOCTYPE html>
<html lang=\"FR\">
\t<head>
\t\t<meta charset=\"UTF-8\">
\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
\t\t<meta
\t\thttp-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
\t\t{# old vesion CSS #}
\t\t<link rel=\"stylesheet\" href=\"{{ asset('frontend/main/dist/common.css?v=2') }}\">
\t\t{# new version fonts: Freight, Suisse, Lora #}
\t\t<link rel=\"stylesheet\" href=\"https://use.typekit.net/yti6omf.css\">
<style>
@font-face {
font-family: 'Suisse Intl';
src: url('{{asset(\"frontend2024/dist/fonts/SuisseBPIntl-Regular.woff2\")}}') format('woff2'),
url('{{asset(\"frontend2024/dist/fonts/SuisseBPIntl-Regular.woff\")}}') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
</style>
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link href=\"https://fonts.googleapis.com/css2?family=Lora&display=swap\" rel=\"stylesheet\">
\t\t
\t\t{# new version CSS #}
\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"{{asset('frontend2024/dist/css/style.css?v=1')}}\">
\t\t{# quick CSS fixes without webpack #}
\t\t<link rel=\"stylesheet\" href=\"{{ asset('fixes.css') }}\">
\t\t{% block meta %}
\t\t\t{% include \"@SuluWebsite/Extension/seo.html.twig\" with {
\t\"seo\": extension.seo|default([]),
\t\"content\": content|default([]),
\t\"localizations\": localizations|default([]),
\t\"shadowBaseLocale\": shadowBaseLocale|default(),
} %}
\t\t{% endblock %}
\t\t{% include 'elements2024/favicon.html.twig' %}
\t</head>
\t<body class=\"{{bodyClass}}\">
\t\t{% include 'elements/svg_icons.html.twig' %}
\t\t{% include 'elements2024/preloader.html.twig' %}
\t\t{% include 'elements2024/header.html.twig' %}
\t\t<main>
\t\t\t{% block before_main %}{% endblock %}
\t\t\t{% block content %}{% endblock %}
\t\t\t{% include 'elements2024/footer.html.twig' %}
\t\t</main>
\t\t{% block fixed_content %}{% endblock %}
\t\t<script src=\"{{asset('frontend2024/dist/js/main.min.js?v=1')}}\"></script>
\t\t<script>
\t\t\twindow.captchaKey = '{{ googleCaptchaKey }}'
\t\t\twindow.googleApisKey = '{{ googleApisKey }}'
\t\t\twindow.localization = {
\t\t\t propertiesInThisArea: `{{\"property in this area\"|trans}}`,
\t\t\t propertiesInThisAreaPlural: `{{\"properties in this area\"|trans}}`,
\t\t\t foundNoResultsFor: `{{\"Found no results for\"|trans}}`,
\t\t\t // properties
\t\t\t topCities: \"{{ app.request.locale == 'fr' ? 'top villes':'top cities' }}\",
\t\t\t noResult: \"{{ 'aucun resultat'|trans|capitalize }}\",
\t\t\t newProject: \"{{ 'projet neuf'|trans|capitalize }}\",
\t\t\t priceUponRequest: \"{{ 'Prix sur demande'|trans|capitalize }}\",
\t\t\t rentUponRequest: \"{{ 'loyer sur demande'|trans|capitalize }}\",
\t\t\t enterLocation: \"{{ app.request.locale == 'fr' ? 'Entrer un emplacement':'Enter a location' }}\",
\t\t\t perMonth: \"{{ '/ mois'|trans }}\",
\t\t\t perSqmPerMonth: \"{{ 'par m² /an'|trans }}\",
\t\t\t listIsEmpty: \"{{ 'la liste est vide'|trans|capitalize }}\"
\t\t\t}
\t\t\twindow.paths = {
\t\t\t buy: '/buy',
\t\t\t rent: '/rent'
\t\t\t}
\t\t</script>
\t\t<script src=\"{{ asset('frontend/main/dist/common.js?v=2') }}\"></script>
\t\t{% block body_end %}{% endblock %}
\t</body>
</html>
", "base.html.twig", "/home/clients/6069f7d890ad1893915d376cf7e5b903/var/www/bn-invest-commercial/templates/base.html.twig");
}
}