var/cache/dev/twig/9b/9b4e9ac27b70e272a3fb34c3065a6ad9fb7b2d2f2f38300c91a9ae3af75cabda.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_a7d6e127625fb6faa9f7c785f78df01a31436338fdf910cc9a5c8057710fcf30 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.             'title' => [$this'block_title'],
  25.             'metaDescription' => [$this'block_metaDescription'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.             'body' => [$this'block_body'],
  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.         echo "<!DOCTYPE html>
  40. <html>
  41. <head>
  42.     <meta charset=\"UTF-8\">
  43.     <title>Tracol | ";
  44.         // line 5
  45.         $this->displayBlock('title'$context$blocks);
  46.         echo "</title>
  47.     ";
  48.         // line 6
  49.         $this->displayBlock('metaDescription'$context$blocks);
  50.         // line 7
  51.         echo "    <meta name=\"viewport\" content= \"width=device-width, initial-scale=1.0\">
  52.     ";
  53.         // line 8
  54.         $this->displayBlock('stylesheets'$context$blocks);
  55.         // line 14
  56.         echo "
  57.     ";
  58.         // line 15
  59.         $this->displayBlock('javascripts'$context$blocks);
  60.         // line 30
  61.         echo "    <style>
  62.         @media (min-width: 1200px) and (max-width:1498px) {
  63.             .navbar-expand-xl .navbar-collapse {
  64.                 display: flex !important;
  65.                 /* flex-basis: auto; */
  66.                 justify-content: center;
  67.             }
  68.         }
  69.     </style>
  70. </head>
  71. <body>
  72. ";
  73.         // line 43
  74.         $context['_parent'] = $context;
  75.         $context['_seq'] = twig_ensure_traversable(twig_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.'43$this->source); })()), "flashes", [=> "success"], "method"falsefalsefalse43));
  76.         foreach ($context['_seq'] as $context["_key"] => $context["success"]) {
  77.             // line 44
  78.             echo "    <div class=\"alert alert-success\" role=\"alert\">
  79.         <p class=\"alert-link\">";
  80.             // line 45
  81.             echo twig_escape_filter($this->env$context["success"], "html"nulltrue);
  82.             echo "</p>
  83.     </div>
  84. ";
  85.         }
  86.         $_parent $context['_parent'];
  87.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['success'], $context['_parent'], $context['loop']);
  88.         $context array_intersect_key($context$_parent) + $_parent;
  89.         // line 48
  90.         $context['_parent'] = $context;
  91.         $context['_seq'] = twig_ensure_traversable(twig_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.'48$this->source); })()), "flashes", [=> "error"], "method"falsefalsefalse48));
  92.         foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  93.             // line 49
  94.             echo "    <div class=\"col-lg-8 mx-auto alert alert-danger\" role=\"alert\">
  95.         <p class=\"alert-link\">";
  96.             // line 50
  97.             echo twig_escape_filter($this->env$context["error"], "html"nulltrue);
  98.             echo "</p>
  99.     </div>
  100. ";
  101.         }
  102.         $_parent $context['_parent'];
  103.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  104.         $context array_intersect_key($context$_parent) + $_parent;
  105.         // line 53
  106.         echo "
  107. ";
  108.         // line 74
  109.         echo "
  110. <nav class=\"navbar navbar-expand-xl fixed-top homepage\">
  111.     <div id=\"center-nav\" class=\"container-fluid\">
  112.         <button class=\"navbar-toggler\"
  113.                 type=\"button\"
  114.                 data-bs-toggle=\"collapse\"
  115.                 data-bs-target=\"#navbarNav\"
  116.                 aria-controls=\"navbarNav\"
  117.                 aria-expanded=\"false\"
  118.                 aria-label=\"Toggle navigation\">
  119.             <span class=\"navbar-toggler-icon\">
  120.                 <i class=\"fas fa-bars\"></i>
  121.             </span>
  122.         </button>
  123.         <a href=\"";
  124.         // line 90
  125.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index");
  126.         echo "\" class=\"tracol-logo\">
  127.             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"136.339\" height=\"51.127\" viewBox=\"0 0 136.339 51.127\">
  128.                 <g id=\"Groupe_4469\" data-name=\"Groupe 4469\" transform=\"translate(11823.999 14639)\">
  129.                     <path id=\"Tracé_59\" data-name=\"Tracé 59\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-12370.418 -14871.441)\" fill=\"#f6a400\"/>
  130.                     <path id=\"Tracé_60\" data-name=\"Tracé 60\" d=\"M635.6,255.7c0,7.088,3.8,9.434,9.069,9.434a16.669,16.669,0,0,0,6.359-1.2l-.73-4.379a14.765,14.765,0,0,1-5.629,1.147c-2.658,0-4.378-1.2-4.378-5V232.5H635.6Z\" transform=\"translate(-12347.273 -14871.48)\"/>
  131.                     <path id=\"Tracé_61\" data-name=\"Tracé 61\" d=\"M402.171,274.441h4.691V253.593a10.905,10.905,0,0,1,3.962-.573,14.562,14.562,0,0,1,4.117.573l.782-4.378a17.993,17.993,0,0,0-5.108-.626,21.859,21.859,0,0,0-8.444,1.512Zm40.968-12.477c0,8.652,4.639,13.031,12.3,13.031a19.832,19.832,0,0,0,6.984-1.2l-.73-4.378a15.649,15.649,0,0,1-5.942,1.147c-5.525,0-7.922-2.814-7.922-8.912,0-5.264,1.824-8.6,7.557-8.6a12.827,12.827,0,0,1,5.838,1.355l.729-4.482a17.148,17.148,0,0,0-6.672-1.3c-8.339,0-12.144,5.473-12.144,13.343m40.6-.156c0,5.369-1.3,8.756-6.724,8.756-5.473,0-6.828-3.388-6.828-8.756,0-5.316,1.355-8.756,6.828-8.756,5.42,0,6.724,3.44,6.724,8.756m-6.724,13.187c7.975,0,11.467-5.264,11.467-13.187,0-8.131-3.232-13.187-11.467-13.187-8.027,0-11.519,5.316-11.519,13.187,0,8.131,3.284,13.187,11.519,13.187\" transform=\"translate(-12205.374 -14881.258)\"/>
  132.                     <path id=\"Tracé_62\" data-name=\"Tracé 62\" d=\"M349.134,255.7c0,7.088,3.8,9.434,9.069,9.434a16.669,16.669,0,0,0,6.359-1.2l-.73-4.379A14.766,14.766,0,0,1,358.2,260.7c-2.658,0-4.378-1.2-4.378-5V244.778h9.695v-4.43h-9.695V232.5h-4.691Z\" transform=\"translate(-12173.133 -14871.48)\"/>
  133.                     <path id=\"Tracé_63\" data-name=\"Tracé 63\" d=\"M452.277,271.03c-4.851,0-4.851-3.294-4.851-4.165,0-.807.04-3.966,5.213-3.966H463.01v-5.42c0-6.567-4.431-8.809-10.425-8.809a29.621,29.621,0,0,0-7.87,1.146l.678,4.326a20.958,20.958,0,0,1,7.036-1.2c3.7,0,5.942,1.043,5.942,4.066v2.241h-4.9c-6.567,0-10.685,2.137-10.685,7.871,0,5.681,3.8,7.922,10.32,7.922a32.7,32.7,0,0,0,9.9-1.511v-4.091a43.889,43.889,0,0,1-10.733,1.589\" transform=\"translate(-12230.064 -14881.307)\"/>
  134.                     <rect id=\"Rectangle_73\" data-name=\"Rectangle 73\" width=\"1.585\" height=\"8.956\" transform=\"translate(-11803.191 -14596.829)\"/>
  135.                     <path id=\"Tracé_64\" data-name=\"Tracé 64\" d=\"M415.929,339.993h1.5l2.643,4.172,2.628-4.172h1.5v8.956h-1.585v-6.105l-2.448,3.88h-.194l-2.476-3.866v6.092h-1.572Z\" transform=\"translate(-12213.737 -14936.822)\"/>
  136.                     <path id=\"Tracé_65\" data-name=\"Tracé 65\" d=\"M446.472,339.993h1.5l2.643,4.172,2.628-4.172h1.5v8.956h-1.585v-6.105l-2.448,3.88h-.194l-2.476-3.866v6.092h-1.572Z\" transform=\"translate(-12232.305 -14936.822)\"/>
  137.                     <path id=\"Tracé_66\" data-name=\"Tracé 66\" d=\"M480,341.292c-1.808,0-2.113,1.112-2.113,3.058s.334,3.018,2.142,3.018,2.142-1.085,2.142-3.018-.349-3.058-2.171-3.058m-3.7,3.058c0-2.67.736-4.533,3.7-4.533s3.77,1.848,3.77,4.533-.779,4.492-3.741,4.492-3.727-1.822-3.727-4.492\" transform=\"translate(-12250.44 -14936.716)\"/>
  138.                     <path id=\"Tracé_67\" data-name=\"Tracé 67\" d=\"M505.617,345.055v2.42h1.877c1.266,0,1.7-.473,1.7-1.2s-.417-1.224-1.7-1.224Zm0-3.588v2.225h1.711c1.182,0,1.585-.5,1.585-1.126s-.4-1.1-1.585-1.1Zm1.711-1.474c2.309,0,3.185.988,3.185,2.42a1.93,1.93,0,0,1-1.182,1.892,2.046,2.046,0,0,1,1.461,2c0,1.4-1.029,2.642-3.3,2.642h-3.449v-8.956Z\" transform=\"translate(-12267.304 -14936.822)\"/>
  139.                     <rect id=\"Rectangle_74\" data-name=\"Rectangle 74\" width=\"1.586\" height=\"8.956\" transform=\"translate(-11753.034 -14596.829)\"/>
  140.                     <path id=\"Tracé_68\" data-name=\"Tracé 68\" d=\"M543.847,339.993h1.572v7.482h4.117v1.474h-5.689Z\" transform=\"translate(-12291.499 -14936.822)\"/>
  141.                     <rect id=\"Rectangle_75\" data-name=\"Rectangle 75\" width=\"1.586\" height=\"8.956\" transform=\"translate(-11738.931 -14596.829)\"/>
  142.                     <path id=\"Tracé_69\" data-name=\"Tracé 69\" d=\"M581.389,347.475h4.673v1.474h-6.245v-8.957h6.245v1.474h-4.673v2.142h4.117v1.474h-4.117Z\" transform=\"translate(-12313.365 -14936.822)\"/>
  143.                     <path id=\"Tracé_70\" data-name=\"Tracé 70\" d=\"M605.9,341.467V344.1h1.85c1.377,0,1.794-.529,1.794-1.308,0-.834-.417-1.321-1.794-1.321Zm3.255,3.908,2.337,3.574h-1.808l-2.2-3.379H605.9v3.379h-1.572v-8.956h3.421c2.448,0,3.38,1.126,3.38,2.8a2.537,2.537,0,0,1-1.975,2.587\" transform=\"translate(-12328.266 -14936.822)\"/>
  144.                 </g>
  145.             </svg>
  146.         </a>
  147.         <button style=\"background-color: transparent;border-color: transparent; display: none;position: absolute;right:0;top:5px;\" id=\"submit-search-mobile\" type=\"submit\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal1\">
  148.             <svg style=\"height: 55px;\" class=\"search-button\" xmlns=\"http://www.w3.org/2000/svg\" width=\"55.982\" height=\"90.97\" viewBox=\"0 0 55.982 90.97\">
  149.                 <g id=\"Groupe_3817\" data-name=\"Groupe 3817\" transform=\"translate(-1528.861 -105)\">
  150.                     <path id=\"Tracé_95\" data-name=\"Tracé 95\" d=\"M729.651,232.441H673.669v90.97l55.982-11.894Z\" transform=\"translate(855.192 -127.441)\" fill=\"#f6a400\"/>
  151.                     <g id=\"Groupe_3794\" data-name=\"Groupe 3794\" transform=\"translate(1545.335 126.696)\">
  152.                         <g id=\"np_search_1868241_000000\">
  153.                             <path id=\"Tracé_92\" data-name=\"Tracé 92\" d=\"M8.287,17.368A8.662,8.662,0,1,1,14.4,14.813a8.679,8.679,0,0,1-6.109,2.555Zm0-15.055a6.36,6.36,0,1,0,4.477,1.881A6.377,6.377,0,0,0,8.287,2.313Z\" transform=\"translate(0.441 -0.012)\" fill=\"#fff\"/>
  154.                             <path id=\"Tracé_93\" data-name=\"Tracé 93\" d=\"M57.82,59.567l1.626-1.633L67.4,65.852l-1.626,1.633Z\" transform=\"translate(-44.591 -44.782)\" fill=\"#fff\"/>
  155.                         </g>
  156.                     </g>
  157.                 </g>
  158.             </svg>
  159.         </button>
  160.         <!-- Modal -->
  161.         <div class=\"modal fade bd-example-modal-lg\" id=\"exampleModal1\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">
  162.             <div class=\"modal-dialog modal-lg\">
  163.                 <div class=\"modal-content\">
  164.                     <div class=\"col-lg-12\">
  165.                         <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" style=\"font-size:2em;position: absolute;right: 15px;\"></button>
  166.                         <div name=\"form-search-normal-mobile\" id=\"form-search-normal-mobile\" class=\"div-svg-header\">
  167.                             <form action=\"";
  168.         // line 137
  169.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("results");
  170.         echo "\"  style=\"display: flex; align-items: center; width: 100%\">
  171.                                 <div class=\"container-form-mobile\" style=\"display: flex;flex-direction: column;justify-content: center; \">
  172.                                     <div class=\"selectors mobile\" style=\"display: flex; align-items: center; width: auto;\">
  173.                                         <div id=\"transaction-drop\" class=\"dropdown\">
  174.                                             <div class=\"undroped\">
  175.                                                 <p class=\"undroped-header\">Type de transaction</p>
  176.                                                 <p name=\"transaction-type\" class=\"undroped-subheader\">Achat ou Location</p>
  177.                                                 <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"transaction-type\">
  178.                                             </div>
  179.                                             <div class=\"droped\">
  180.                                                 <div class=\"dropdown-header\">Type de transaction</div>
  181.                                                 <ul id=\"transaction-li\" class=\"items\">
  182.                                                     <li class=\"item\" data-value =\"Vente\">Achat</li>
  183.                                                     <li class=\"item\" data-value =\"Location\">Location</li>
  184.                                                     ";
  185.         // line 157
  186.         echo "                                                </ul>
  187.                                             </div>
  188.                                         </div>
  189.                                         <div id=\"property-drop\" class=\"dropdown\">
  190.                                             <div class=\"undroped\">
  191.                                                 <p class=\"undroped-header\">Type de biens</p>
  192.                                                 <p name=\"property-type\" class=\"undroped-subheader\">Appartement, Bureau, ...</p>
  193.                                                 <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"property-type\">
  194.                                             </div>
  195.                                             <div class=\"droped\">
  196.                                                 <div class=\"dropdown-header\">Type de biens</div>
  197.                                                 <ul id=\"property-li\" class=\"items\">
  198.                                                     ";
  199.         // line 172
  200.         $context['_parent'] = $context;
  201.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["get_properties"]) || array_key_exists("get_properties"$context) ? $context["get_properties"] : (function () { throw new RuntimeError('Variable "get_properties" does not exist.'172$this->source); })()), "getTypesProperties", [], "method"falsefalsefalse172));
  202.         foreach ($context['_seq'] as $context["_key"] => $context["type"]) {
  203.             // line 173
  204.             echo "                                                        <li class=\"item ";
  205.             if ((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.'173$this->source); })()), "session", [], "any"falsefalsefalse173), "get", [=> "filter"], "method"falsefalsefalse173) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'173$this->source); })()), "session", [], "any"falsefalsefalse173), "get", [=> "filter"], "method"falsefalsefalse173), "property-type", [], "array"falsefalsefalse173), $context["type"])))) {
  206.                 echo "selected";
  207.             }
  208.             echo "\" data-value=\"";
  209.             echo twig_escape_filter($this->env$context["type"], "html"nulltrue);
  210.             echo "\">";
  211.             echo twig_escape_filter($this->env$context["type"], "html"nulltrue);
  212.             echo "</li>
  213.                                                     ";
  214.         }
  215.         $_parent $context['_parent'];
  216.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['type'], $context['_parent'], $context['loop']);
  217.         $context array_intersect_key($context$_parent) + $_parent;
  218.         // line 175
  219.         echo "
  220.                                                     ";
  221.         // line 188
  222.         echo "
  223.                                                 </ul>
  224.                                             </div>
  225.                                         </div>
  226.                                         <div id=\"location-drop-mobile\" class=\"dropdown\">
  227.                                             <div class=\"undroped\">
  228.                                                 <p class=\"undroped-header\">Localisation</p>
  229.                                                 <p class=\"undroped-subheader\">Choisissez une commune</p>
  230.                                                 <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"location\">
  231.                                             </div>
  232.                                             <div class=\"droped\">
  233.                                                 <div  class=\"dropdown-header\">Localisation</div>
  234.                                                 <ul id=\"location-li-mobile\" class=\"items\">
  235.                                                     ";
  236.         // line 209
  237.         echo "
  238.                                                 </ul>
  239.                                             </div>
  240.                                         </div>
  241.                                     </div>
  242.                                     <div id=\"sub-search-div-mobile\" class=\"sub-search-div-mobile\">
  243.                                         <div class=\"col-lg-3 div-form\">
  244.                                             <input class=\"sub-search-input\" name=\"budget\"  id=\"budget\" type=\"text\" placeholder=\"Budget max.\">
  245.                                         </div>
  246.                                         <div id=\"rooms-drop\" class=\"dropdown\">
  247.                                             <div class=\"undroped\">
  248.                                                 <p class=\"undroped-header transparent-font\">Nombre de chambres</p>
  249.                                                 <p class=\"undroped-subheader good-place\"></p>
  250.                                                 <input type=\"hidden\" class=\"input-subheader\" name=\"rooms\">
  251.                                             </div>
  252.                                             <div class=\"droped\">
  253.                                                 <div class=\"dropdown-header\" style=\"color:#5f5f5f\">Nombre de chambres</div>
  254.                                                 <ul id=\"rooms-li\" class=\"items\">
  255.                                                     <li class=\"item\" data-value =\"\">Indifférent</li>
  256.                                                     <li class=\"item\" data-value =\"1\">1</li>
  257.                                                     <li class=\"item\" data-value =\"2\">2</li>
  258.                                                     <li class=\"item\" data-value =\"3\">3</li>
  259.                                                     <li class=\"item\" data-value =\"4\">4</li>
  260.                                                     <li class=\"item\" data-value =\"5\">5</li>
  261.                                                     <li class=\"item\" data-value =\"6\">6</li>
  262.                                                 </ul>
  263.                                             </div>
  264.                                         </div>
  265.                                             <!--<input class=\"sub-search-input\" id=\"area-minimum\" name=\"area-minimum\" type=\"text\" placeholder=\"Surface min.\">-->
  266.                                             <div id=\"area-drop\" class=\"dropdown\" style=\"border: 1px solid black;\">
  267.                                                 <div class=\"undroped\">
  268.                                                     <p class=\"undroped-header transparent-font\">
  269.                                                         ";
  270.         // line 245
  271.         if ((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.'245$this->source); })()), "session", [], "any"falsefalsefalse245), "get", [=> "filter"], "method"falsefalsefalse245) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse245), "get", [=> "filter"], "method"falsetruefalse245), "area-minimum", [], "array"truetruefalse245))) {
  272.             // line 246
  273.             echo "                                                            ";
  274.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'246$this->source); })()), "session", [], "any"falsefalsefalse246), "get", [=> "filter"], "method"falsefalsefalse246), "area-minimum", [], "array"falsefalsefalse246), ""))) {
  275.                 // line 247
  276.                 echo "                                                                Indifférent
  277.                                                             ";
  278.             } else {
  279.                 // line 249
  280.                 echo "                                                                ";
  281.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'249$this->source); })()), "session", [], "any"falsefalsefalse249), "get", [=> "filter"], "method"falsefalsefalse249), "area-minimum", [], "array"falsefalsefalse249), "html"nulltrue);
  282.                 echo "
  283.                                                             ";
  284.             }
  285.             // line 251
  286.             echo "                                                        ";
  287.         } else {
  288.             // line 252
  289.             echo "                                                            Surface minimum
  290.                                                         ";
  291.         }
  292.         // line 253
  293.         echo "</p>
  294.                                                     <p class=\"undroped-subheader good-place\"></p>
  295.                                                     <input type=\"hidden\" class=\"input-subheader\" name=\"area-minimum\">
  296.                                                 </div>
  297.                                                 <div class=\"droped\">
  298.                                                     <div class=\"dropdown-header\">Surface minimum</div>
  299.                                                     <ul id=\"area-li\" class=\"items\">
  300.                                                         <li class=\"item\" data-value=\"\">Indifférent</li>
  301.                                                         <li class=\"item ";
  302.         // line 263
  303.         if (((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.'263$this->source); })()), "session", [], "any"falsefalsefalse263), "get", [=> "filter"], "method"falsefalsefalse263) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse263), "get", [=> "filter"], "method"falsetruefalse263), "area-minimum", [], "array"truetruefalse263)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'263$this->source); })()), "session", [], "any"falsefalsefalse263), "get", [=> "filter"], "method"falsefalsefalse263), "area-minimum", [], "array"falsefalsefalse263), 20)))) {
  304.             echo "selected";
  305.         }
  306.         echo "\" data-value =\"20\">20 m²</li>
  307.                                                         <li class=\"item ";
  308.         // line 264
  309.         if (((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.'264$this->source); })()), "session", [], "any"falsefalsefalse264), "get", [=> "filter"], "method"falsefalsefalse264) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse264), "get", [=> "filter"], "method"falsetruefalse264), "area-minimum", [], "array"truetruefalse264)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'264$this->source); })()), "session", [], "any"falsefalsefalse264), "get", [=> "filter"], "method"falsefalsefalse264), "area-minimum", [], "array"falsefalsefalse264), 30)))) {
  310.             echo "selected";
  311.         }
  312.         echo "\" data-value =\"30\">30 m²</li>
  313.                                                         <li class=\"item ";
  314.         // line 265
  315.         if (((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.'265$this->source); })()), "session", [], "any"falsefalsefalse265), "get", [=> "filter"], "method"falsefalsefalse265) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse265), "get", [=> "filter"], "method"falsetruefalse265), "area-minimum", [], "array"truetruefalse265)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'265$this->source); })()), "session", [], "any"falsefalsefalse265), "get", [=> "filter"], "method"falsefalsefalse265), "area-minimum", [], "array"falsefalsefalse265), 40)))) {
  316.             echo "selected";
  317.         }
  318.         echo "\" data-value =\"40\">40 m²</li>
  319.                                                         <li class=\"item ";
  320.         // line 266
  321.         if (((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.'266$this->source); })()), "session", [], "any"falsefalsefalse266), "get", [=> "filter"], "method"falsefalsefalse266) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse266), "get", [=> "filter"], "method"falsetruefalse266), "area-minimum", [], "array"truetruefalse266)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'266$this->source); })()), "session", [], "any"falsefalsefalse266), "get", [=> "filter"], "method"falsefalsefalse266), "area-minimum", [], "array"falsefalsefalse266), 50)))) {
  322.             echo "selected";
  323.         }
  324.         echo "\" data-value =\"50\">50 m²</li>
  325.                                                         <li class=\"item ";
  326.         // line 267
  327.         if (((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.'267$this->source); })()), "session", [], "any"falsefalsefalse267), "get", [=> "filter"], "method"falsefalsefalse267) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse267), "get", [=> "filter"], "method"falsetruefalse267), "area-minimum", [], "array"truetruefalse267)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'267$this->source); })()), "session", [], "any"falsefalsefalse267), "get", [=> "filter"], "method"falsefalsefalse267), "area-minimum", [], "array"falsefalsefalse267), 60)))) {
  328.             echo "selected";
  329.         }
  330.         echo "\" data-value =\"60\">60 m²</li>
  331.                                                         <li class=\"item ";
  332.         // line 268
  333.         if (((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.'268$this->source); })()), "session", [], "any"falsefalsefalse268), "get", [=> "filter"], "method"falsefalsefalse268) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse268), "get", [=> "filter"], "method"falsetruefalse268), "area-minimum", [], "array"truetruefalse268)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'268$this->source); })()), "session", [], "any"falsefalsefalse268), "get", [=> "filter"], "method"falsefalsefalse268), "area-minimum", [], "array"falsefalsefalse268), 70)))) {
  334.             echo "selected";
  335.         }
  336.         echo "\" data-value =\"70\">70 m²</li>
  337.                                                         <li class=\"item ";
  338.         // line 269
  339.         if (((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.'269$this->source); })()), "session", [], "any"falsefalsefalse269), "get", [=> "filter"], "method"falsefalsefalse269) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse269), "get", [=> "filter"], "method"falsetruefalse269), "area-minimum", [], "array"truetruefalse269)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'269$this->source); })()), "session", [], "any"falsefalsefalse269), "get", [=> "filter"], "method"falsefalsefalse269), "area-minimum", [], "array"falsefalsefalse269), 80)))) {
  340.             echo "selected";
  341.         }
  342.         echo "\" data-value =\"80\">80 m²</li>
  343.                                                         <li class=\"item ";
  344.         // line 270
  345.         if (((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.'270$this->source); })()), "session", [], "any"falsefalsefalse270), "get", [=> "filter"], "method"falsefalsefalse270) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse270), "get", [=> "filter"], "method"falsetruefalse270), "area-minimum", [], "array"truetruefalse270)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'270$this->source); })()), "session", [], "any"falsefalsefalse270), "get", [=> "filter"], "method"falsefalsefalse270), "area-minimum", [], "array"falsefalsefalse270), 90)))) {
  346.             echo "selected";
  347.         }
  348.         echo "\" data-value =\"90\">90 m²</li>
  349.                                                         <li class=\"item ";
  350.         // line 271
  351.         if (((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.'271$this->source); })()), "session", [], "any"falsefalsefalse271), "get", [=> "filter"], "method"falsefalsefalse271) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse271), "get", [=> "filter"], "method"falsetruefalse271), "area-minimum", [], "array"truetruefalse271)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'271$this->source); })()), "session", [], "any"falsefalsefalse271), "get", [=> "filter"], "method"falsefalsefalse271), "area-minimum", [], "array"falsefalsefalse271), 100)))) {
  352.             echo "selected";
  353.         }
  354.         echo "\" data-value =\"100\">100 m²</li>
  355.                                                         <li class=\"item ";
  356.         // line 272
  357.         if (((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.'272$this->source); })()), "session", [], "any"falsefalsefalse272), "get", [=> "filter"], "method"falsefalsefalse272) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse272), "get", [=> "filter"], "method"falsetruefalse272), "area-minimum", [], "array"truetruefalse272)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'272$this->source); })()), "session", [], "any"falsefalsefalse272), "get", [=> "filter"], "method"falsefalsefalse272), "area-minimum", [], "array"falsefalsefalse272), 110)))) {
  358.             echo "selected";
  359.         }
  360.         echo "\" data-value =\"110\">110 m²</li>
  361.                                                         <li class=\"item ";
  362.         // line 273
  363.         if (((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.'273$this->source); })()), "session", [], "any"falsefalsefalse273), "get", [=> "filter"], "method"falsefalsefalse273) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse273), "get", [=> "filter"], "method"falsetruefalse273), "area-minimum", [], "array"truetruefalse273)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'273$this->source); })()), "session", [], "any"falsefalsefalse273), "get", [=> "filter"], "method"falsefalsefalse273), "area-minimum", [], "array"falsefalsefalse273), 120)))) {
  364.             echo "selected";
  365.         }
  366.         echo "\" data-value =\"120\">120 m²</li>
  367.                                                         <li class=\"item ";
  368.         // line 274
  369.         if (((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.'274$this->source); })()), "session", [], "any"falsefalsefalse274), "get", [=> "filter"], "method"falsefalsefalse274) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse274), "get", [=> "filter"], "method"falsetruefalse274), "area-minimum", [], "array"truetruefalse274)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'274$this->source); })()), "session", [], "any"falsefalsefalse274), "get", [=> "filter"], "method"falsefalsefalse274), "area-minimum", [], "array"falsefalsefalse274), 130)))) {
  370.             echo "selected";
  371.         }
  372.         echo "\" data-value =\"130\">130 m²</li>
  373.                                                         <li class=\"item ";
  374.         // line 275
  375.         if (((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.'275$this->source); })()), "session", [], "any"falsefalsefalse275), "get", [=> "filter"], "method"falsefalsefalse275) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse275), "get", [=> "filter"], "method"falsetruefalse275), "area-minimum", [], "array"truetruefalse275)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'275$this->source); })()), "session", [], "any"falsefalsefalse275), "get", [=> "filter"], "method"falsefalsefalse275), "area-minimum", [], "array"falsefalsefalse275), 140)))) {
  376.             echo "selected";
  377.         }
  378.         echo "\" data-value =\"140\">140 m²</li>
  379.                                                         <li class=\"item ";
  380.         // line 276
  381.         if (((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.'276$this->source); })()), "session", [], "any"falsefalsefalse276), "get", [=> "filter"], "method"falsefalsefalse276) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse276), "get", [=> "filter"], "method"falsetruefalse276), "area-minimum", [], "array"truetruefalse276)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'276$this->source); })()), "session", [], "any"falsefalsefalse276), "get", [=> "filter"], "method"falsefalsefalse276), "area-minimum", [], "array"falsefalsefalse276), 150)))) {
  382.             echo "selected";
  383.         }
  384.         echo "\" data-value =\"150\">150 m²</li>
  385.                                                         <li class=\"item ";
  386.         // line 277
  387.         if (((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.'277$this->source); })()), "session", [], "any"falsefalsefalse277), "get", [=> "filter"], "method"falsefalsefalse277) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse277), "get", [=> "filter"], "method"falsetruefalse277), "area-minimum", [], "array"truetruefalse277)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'277$this->source); })()), "session", [], "any"falsefalsefalse277), "get", [=> "filter"], "method"falsefalsefalse277), "area-minimum", [], "array"falsefalsefalse277), 160)))) {
  388.             echo "selected";
  389.         }
  390.         echo "\" data-value =\"160\">160 m²</li>
  391.                                                         <li class=\"item ";
  392.         // line 278
  393.         if (((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.'278$this->source); })()), "session", [], "any"falsefalsefalse278), "get", [=> "filter"], "method"falsefalsefalse278) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse278), "get", [=> "filter"], "method"falsetruefalse278), "area-minimum", [], "array"truetruefalse278)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'278$this->source); })()), "session", [], "any"falsefalsefalse278), "get", [=> "filter"], "method"falsefalsefalse278), "area-minimum", [], "array"falsefalsefalse278), 170)))) {
  394.             echo "selected";
  395.         }
  396.         echo "\" data-value =\"170\">170 m²</li>
  397.                                                         <li class=\"item ";
  398.         // line 279
  399.         if (((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.'279$this->source); })()), "session", [], "any"falsefalsefalse279), "get", [=> "filter"], "method"falsefalsefalse279) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse279), "get", [=> "filter"], "method"falsetruefalse279), "area-minimum", [], "array"truetruefalse279)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'279$this->source); })()), "session", [], "any"falsefalsefalse279), "get", [=> "filter"], "method"falsefalsefalse279), "area-minimum", [], "array"falsefalsefalse279), 180)))) {
  400.             echo "selected";
  401.         }
  402.         echo "\" data-value =\"180\">180 m²</li>
  403.                                                         <li class=\"item ";
  404.         // line 280
  405.         if (((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.'280$this->source); })()), "session", [], "any"falsefalsefalse280), "get", [=> "filter"], "method"falsefalsefalse280) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse280), "get", [=> "filter"], "method"falsetruefalse280), "area-minimum", [], "array"truetruefalse280)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'280$this->source); })()), "session", [], "any"falsefalsefalse280), "get", [=> "filter"], "method"falsefalsefalse280), "area-minimum", [], "array"falsefalsefalse280), 190)))) {
  406.             echo "selected";
  407.         }
  408.         echo "\" data-value =\"190\">190 m²</li>
  409.                                                         <li class=\"item ";
  410.         // line 281
  411.         if (((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.'281$this->source); })()), "session", [], "any"falsefalsefalse281), "get", [=> "filter"], "method"falsefalsefalse281) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse281), "get", [=> "filter"], "method"falsetruefalse281), "area-minimum", [], "array"truetruefalse281)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'281$this->source); })()), "session", [], "any"falsefalsefalse281), "get", [=> "filter"], "method"falsefalsefalse281), "area-minimum", [], "array"falsefalsefalse281), 200)))) {
  412.             echo "selected";
  413.         }
  414.         echo "\" data-value =\"200\">200 m²</li>
  415.                                                         <li class=\"item ";
  416.         // line 282
  417.         if (((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.'282$this->source); })()), "session", [], "any"falsefalsefalse282), "get", [=> "filter"], "method"falsefalsefalse282) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse282), "get", [=> "filter"], "method"falsetruefalse282), "area-minimum", [], "array"truetruefalse282)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'282$this->source); })()), "session", [], "any"falsefalsefalse282), "get", [=> "filter"], "method"falsefalsefalse282), "area-minimum", [], "array"falsefalsefalse282), 250)))) {
  418.             echo "selected";
  419.         }
  420.         echo "\" data-value =\"250\">250 m²</li>
  421.                                                         <li class=\"item ";
  422.         // line 283
  423.         if (((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.'283$this->source); })()), "session", [], "any"falsefalsefalse283), "get", [=> "filter"], "method"falsefalsefalse283) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse283), "get", [=> "filter"], "method"falsetruefalse283), "area-minimum", [], "array"truetruefalse283)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'283$this->source); })()), "session", [], "any"falsefalsefalse283), "get", [=> "filter"], "method"falsefalsefalse283), "area-minimum", [], "array"falsefalsefalse283), 300)))) {
  424.             echo "selected";
  425.         }
  426.         echo "\" data-value =\"300\">300 m²</li>
  427.                                                     </ul>
  428.                                                 </div>
  429.                                         </div>
  430.                                     </div>
  431.                                     <div>
  432.                                         <button style=\"background-color: transparent;border-color: transparent;\" id=\"submit-search\" type=\"submit\">
  433.                                             <svg class=\"search-button\" xmlns=\"http://www.w3.org/2000/svg\" width=\"55.982\" height=\"90.97\" viewBox=\"0 0 55.982 90.97\">
  434.                                                 <g id=\"Groupe_3817\" data-name=\"Groupe 3817\" transform=\"translate(-1528.861 -105)\">
  435.                                                     <path id=\"Tracé_95\" data-name=\"Tracé 95\" d=\"M729.651,232.441H673.669v90.97l55.982-11.894Z\" transform=\"translate(855.192 -127.441)\" fill=\"#f6a400\"/>
  436.                                                     <g id=\"Groupe_3794\" data-name=\"Groupe 3794\" transform=\"translate(1545.335 126.696)\">
  437.                                                         <g id=\"np_search_1868241_000000\">
  438.                                                             <path id=\"Tracé_92\" data-name=\"Tracé 92\" d=\"M8.287,17.368A8.662,8.662,0,1,1,14.4,14.813a8.679,8.679,0,0,1-6.109,2.555Zm0-15.055a6.36,6.36,0,1,0,4.477,1.881A6.377,6.377,0,0,0,8.287,2.313Z\" transform=\"translate(0.441 -0.012)\" fill=\"#fff\"/>
  439.                                                             <path id=\"Tracé_93\" data-name=\"Tracé 93\" d=\"M57.82,59.567l1.626-1.633L67.4,65.852l-1.626,1.633Z\" transform=\"translate(-44.591 -44.782)\" fill=\"#fff\"/>
  440.                                                         </g>
  441.                                                     </g>
  442.                                                 </g>
  443.                                             </svg></button>
  444.                                         <button class=\"btn btn-primary\" id=\"send\" type=\"submit\" style=\"display: none\">Envoyer</button>
  445.                                     </div>
  446.                                 </div>
  447.                             </form>
  448.                         </div>
  449.                     </div>
  450.                 </div>
  451.             </div>
  452.         </div>
  453.         <div class=\"nav-elements collapse navbar-collapse\" id=\"navbarNav\">
  454.             <ul class=\"navbar-nav\">
  455.                 ";
  456.         // line 318
  457.         echo "
  458.                 <li class=\"nav-item\">
  459.                     <a class=\"nav-link\" href=\"";
  460.         // line 320
  461.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("about");
  462.         echo "\">Qui sommes-nous</a>
  463.                 </li>
  464.                 <li class=\"nav-item\">
  465.                     <a class=\"nav-link\" href=\"";
  466.         // line 323
  467.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("properties", ["keyword" => "vente"]);
  468.         echo "\">Acheter</a>
  469.                 </li>
  470.                 <li class=\"nav-item\">
  471.                     <a class=\"nav-link\" href=\"";
  472.         // line 326
  473.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("properties", ["keyword" => "location"]);
  474.         echo "\">Louer</a>
  475.                 </li>
  476.                 <li class=\"nav-item\">
  477.                     <a class=\"nav-link\" href=\"";
  478.         // line 329
  479.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("vendre", ["keyword" => "location"]);
  480.         echo "\">Vendre</a>
  481.                 </li>
  482.                 <li class=\"nav-item\">
  483.                     <a class=\"nav-link\" href=\"";
  484.         // line 332
  485.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("projects", ["keyword" => "location"]);
  486.         echo "\">Projets</a>
  487.                 </li>
  488.                 <li class=\"nav-item\">
  489.                     <a class=\"nav-link\" href=\"";
  490.         // line 335
  491.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("reference");
  492.         echo "\">Références</a>
  493.                 </li>
  494.                 ";
  495.         // line 343
  496.         echo "
  497. ";
  498.         // line 348
  499.         echo "                ";
  500.         // line 353
  501.         echo "
  502.                 <li id=\"enveloppe-mobile\" class=\"nav-item\">
  503.                     <a class=\"nav-link\" href=\"";
  504.         // line 355
  505.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  506.         echo "\">
  507.                         ";
  508.         // line 359
  509.         echo "                        Contact
  510.                     </a>
  511.                 </li>
  512.             </ul>
  513.         </div>
  514.         <div class=\"contacts-social\">
  515.             <div class=\"phone-contact\">
  516.                 <div>
  517.                     <svg class=\"svg-phone\" xmlns=\"http://www.w3.org/2000/svg\" width=\"31.059\" height=\"27.732\" viewBox=\"0 0 31.059 27.732\">
  518.                         <g id=\"np_phone-call_3960627_000000\" transform=\"translate(-6.248 -15.626)\">
  519.                             <path id=\"Tracé_116\" data-name=\"Tracé 116\" d=\"M32.871,43.356H33.98V41.138h3.328V38.919H33.98V34.793l-7.931-2.64-2.973,1.986a19.764,19.764,0,0,1-7.488-7.421l1.9-1.9-2.64-9.2h-8.6v1.109A26.511,26.511,0,0,0,32.871,43.357ZM13.182,17.844l1.808,6.334L12.9,26.307l.377.721a22,22,0,0,0,9.406,9.384l.588.3,3.161-2.119,5.324,1.8v4.748A24.461,24.461,0,0,1,8.467,17.844Z\" fill=\"#f6a400\"/>
  520.                         </g>
  521.                     </svg>
  522.                 </div>
  523.                 <div>
  524.                     <p class=\"phone\">
  525.                         ";
  526.         // line 378
  527.         echo "                        <a href=\"tel:+3522658601\">(+352) 26 58 60-1</a>
  528.                     </p>
  529.                 </div>
  530.             </div>
  531.             <div class=\"col-md-2 d-flex justify-content-between w-100 mt-3\">
  532.                 <a target=\"_blank\" href=\"https://www.facebook.com/tracolimmobilier/\" style=\"width:20px;\"><i class=\"fab fa-facebook-f fa-2x\" style=\"color:#f6a400;margin-top:0;width:20px;height:20px;\"></i></a>
  533.                 <a target=\"_blank\" href=\"https://www.linkedin.com/company/tracol-immobilier-s-a-/\" style=\"width:20px;\"><i class=\"fab fa-linkedin fa-2x\" style=\"color:#f6a400;margin-top:0;width:20px;height:20px;\"></i></a>
  534.                 <a target=\"_blank\" href=\"https://www.instagram.com/tracolimmobilier/\" style=\"width:20px;\"><i class=\"fab fa-instagram fa-2x\" style=\"color:#f6a400;margin-top:0;width:20px;height:20px;\"></i></a>
  535.                 <a target=\"_blank\" href=\"https://www.youtube.com/channel/UCLl8G5ZCdyslVR_4ANkD6GA\" class=\"d-flex align-items-end align-items-center\" style=\"width:20px;\"><i class=\"fab fa-youtube fa-2x\" style=\"color:#f6a400;width:20px;height:20px;\"></i></a>
  536.             </div>
  537.         </div>
  538.         <div id=\"footer-nav-mobile\" class=\"col-lg-2\" style=\"display: none\">
  539.             <div class=\"col-lg-12 opacity-mobile\" style=\"display: flex; flex-direction: row\">
  540.                 <div id=\"svg-phone\" class=\"col-lg-4\" style=\"margin-top:0;\">
  541.                     <a class=\"nav-link d-flex align-items-center\" style=\"height: 42px;padding:0;margin-right:25px;\" href=\"tel:+3522658601\">
  542.                         <svg style=\"margin: auto;\" class=\"svg-phone\" xmlns=\"http://www.w3.org/2000/svg\" width=\"31.059\" height=\"27.732\" viewBox=\"0 0 31.059 27.732\">
  543.                             <g id=\"np_phone-call_3960627_000000\" transform=\"translate(-6.248 -15.626)\">
  544.                                 <path id=\"Tracé_116\" data-name=\"Tracé 116\" d=\"M32.871,43.356H33.98V41.138h3.328V38.919H33.98V34.793l-7.931-2.64-2.973,1.986a19.764,19.764,0,0,1-7.488-7.421l1.9-1.9-2.64-9.2h-8.6v1.109A26.511,26.511,0,0,0,32.871,43.357ZM13.182,17.844l1.808,6.334L12.9,26.307l.377.721a22,22,0,0,0,9.406,9.384l.588.3,3.161-2.119,5.324,1.8v4.748A24.461,24.461,0,0,1,8.467,17.844Z\" fill=\"black\"/>
  545.                             </g>
  546.                         </svg>
  547.                     </a>
  548.                 </div>
  549.                 <div class=\"col-lg-6 opacity-mobile\">
  550.                     <a class=\"nav-link d-flex align-items-center\" style=\"height: 42px;padding:0;\" href=\"";
  551.         // line 403
  552.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  553.         echo "\"><i style=\"color: #5f5f5f;margin-right: 15px;\" class=\"far fa-envelope fa-2x\"></i></a>
  554.                 </div>
  555.             </div>
  556.             <div class=\"col-8 col-lg-12 m-auto opacity-mobile mt-3\" style=\"display: flex;justify-content: space-between; opacity: 0\">
  557.                 <div class=\"col-2 col-lg-2\">
  558.                     <a class=\"d-flex align-items-center justify-content-center\" target=\"_blank\" href=\"https://www.facebook.com/tracolimmobilier/\"><i style=\"color: #5f5f5f;padding:0;margin:0;\" class=\"fab fa-facebook-f\"></i></a>
  559.                 </div>
  560.                 <div class=\"col-2 col-lg-2\">
  561.                     <a class=\"d-flex align-items-center justify-content-center\" target=\"_blank\" href=\"https://www.linkedin.com/company/tracol-immobilier-s-a-/\"><i style=\"color: #5f5f5f;padding:0;margin:0;\" class=\"fab fa-linkedin\"></i></a>
  562.                 </div>
  563.                 <div class=\"col-2 col-lg-2\">
  564.                     <a class=\"d-flex align-items-center justify-content-center\" target=\"_blank\" href=\"https://www.instagram.com/tracolimmobilier/\"><i style=\"color: #5f5f5f;padding:0;margin:0;\" class=\"fab fa-instagram\"></i></a>
  565.                 </div>
  566.                 <div class=\"col-2 col-lg-2\">
  567.                     <a class=\"d-flex align-items-center justify-content-center\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCLl8G5ZCdyslVR_4ANkD6GA\"><i style=\"color: #5f5f5f;padding:0;margin:0;\" class=\"fab fa-youtube fa-2x\"></i></a>
  568.                 </div>
  569.             </div>
  570.         </div>
  571.     </div>
  572. </nav>
  573. <div id=\"formResearchNav\" class=\"d-flex justify-content-center\">
  574.     <form action=\"";
  575.         // line 424
  576.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("results");
  577.         echo "\" class=\"col-lg-8 form-search-filter\" style=\"display: flex; align-items: center;\">
  578.         <div class=\"container-form-search\" style=\"display: flex;flex-direction: column;justify-content: center; width: 71.666vw;position:relative\">
  579.             <div class=\"selectors\" style=\"display: flex; align-items: center; width: auto;justify-content: space-between;z-index:9;\">
  580.                 <div id=\"transaction-drop\" class=\"dropdown\">
  581.                     <div class=\"undroped\">
  582.                         <p class=\"undroped-header\">Type de transaction</p>
  583.                         <p name=\"transaction-type\" class=\"undroped-subheader ";
  584.         // line 431
  585.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse431), "get", [=> "filter"], "method"falsetruefalse431), "transaction-type", [], "array"truetruefalse431)) {
  586.             echo "selected";
  587.         }
  588.         echo "\">
  589.                             ";
  590.         // line 432
  591.         if (((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.'432$this->source); })()), "session", [], "any"falsefalsefalse432), "get", [=> "filter"], "method"falsefalsefalse432) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'432$this->source); })()), "session", [], "any"falsefalsefalse432), "get", [=> "filter"], "method"falsefalsefalse432), "transaction-type", [], "array"falsefalsefalse432), "Vente"))) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse432), "attributes", [], "any"falsetruefalse432), "get", [=> "_route_params"], "method"falsetruefalse432), "keyword", [], "array"truetruefalse432) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'432$this->source); })()), "request", [], "any"falsefalsefalse432), "attributes", [], "any"falsefalsefalse432), "get", [=> "_route_params"], "method"falsefalsefalse432), "keyword", [], "array"falsefalsefalse432), "vente"))))) {
  592.             // line 433
  593.             echo "                                Achat
  594.                             ";
  595.         } elseif (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 434
  596. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'434$this->source); })()), "session", [], "any"falsefalsefalse434), "get", [=> "filter"], "method"falsefalsefalse434) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'434$this->source); })()), "session", [], "any"falsefalsefalse434), "get", [=> "filter"], "method"falsefalsefalse434), "transaction-type", [], "array"falsefalsefalse434), "Location"))) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse434), "attributes", [], "any"falsetruefalse434), "get", [=> "_route_params"], "method"falsetruefalse434), "keyword", [], "array"truetruefalse434) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'434$this->source); })()), "request", [], "any"falsefalsefalse434), "attributes", [], "any"falsefalsefalse434), "get", [=> "_route_params"], "method"falsefalsefalse434), "keyword", [], "array"falsefalsefalse434), "location"))))) {
  597.             // line 435
  598.             echo "                                Location
  599.                             ";
  600.         } else {
  601.             // line 437
  602.             echo "                                Achat ou Location
  603.                             ";
  604.         }
  605.         // line 439
  606.         echo "                        </p>
  607.                         <input type=\"hidden\"
  608.                                ";
  609.         // line 441
  610.         if (((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.'441$this->source); })()), "session", [], "any"falsefalsefalse441), "get", [=> "filter"], "method"falsefalsefalse441) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'441$this->source); })()), "session", [], "any"falsefalsefalse441), "get", [=> "filter"], "method"falsefalsefalse441), "transaction-type", [], "array"falsefalsefalse441), "Vente"))) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse441), "attributes", [], "any"falsetruefalse441), "get", [=> "_route_params"], "method"falsetruefalse441), "keyword", [], "array"truetruefalse441) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'441$this->source); })()), "request", [], "any"falsefalsefalse441), "attributes", [], "any"falsefalsefalse441), "get", [=> "_route_params"], "method"falsefalsefalse441), "keyword", [], "array"falsefalsefalse441), "vente"))))) {
  611.             // line 442
  612.             echo "                                   value=\"Vente\"
  613.                                 ";
  614.         } elseif (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 443
  615. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'443$this->source); })()), "session", [], "any"falsefalsefalse443), "get", [=> "filter"], "method"falsefalsefalse443) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'443$this->source); })()), "session", [], "any"falsefalsefalse443), "get", [=> "filter"], "method"falsefalsefalse443), "transaction-type", [], "array"falsefalsefalse443), "Location"))) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse443), "attributes", [], "any"falsetruefalse443), "get", [=> "_route_params"], "method"falsetruefalse443), "keyword", [], "array"truetruefalse443) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'443$this->source); })()), "request", [], "any"falsefalsefalse443), "attributes", [], "any"falsefalsefalse443), "get", [=> "_route_params"], "method"falsefalsefalse443), "keyword", [], "array"falsefalsefalse443), "location"))))) {
  616.             // line 444
  617.             echo "                                    value=\"Location\"
  618.                                ";
  619.         }
  620.         // line 446
  621.         echo "                               value=\"\"
  622.                                class=\"input-subheader\" name=\"transaction-type\">
  623.                     </div>
  624.                     <div class=\"droped\">
  625.                         <div class=\"dropdown-header\">Type de transaction</div>
  626.                         <ul id=\"transaction-li\" class=\"items\">
  627.                             ";
  628.         // line 456
  629.         echo "
  630.                             <li class=\"item ";
  631.         // line 457
  632.         if (((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.'457$this->source); })()), "session", [], "any"falsefalsefalse457), "get", [=> "filter"], "method"falsefalsefalse457) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'457$this->source); })()), "session", [], "any"falsefalsefalse457), "get", [=> "filter"], "method"falsefalsefalse457), "transaction-type", [], "array"falsefalsefalse457), "Vente"))) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse457), "attributes", [], "any"falsetruefalse457), "get", [=> "_route_params"], "method"falsetruefalse457), "keyword", [], "array"truetruefalse457) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'457$this->source); })()), "request", [], "any"falsefalsefalse457), "attributes", [], "any"falsefalsefalse457), "get", [=> "_route_params"], "method"falsefalsefalse457), "keyword", [], "array"falsefalsefalse457), "vente"))))) {
  633.             echo "selected";
  634.         }
  635.         echo "\" data-value =\"Vente\">Achat</li>
  636.                             <li class=\"item ";
  637.         // line 458
  638.         if (((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.'458$this->source); })()), "session", [], "any"falsefalsefalse458), "get", [=> "filter"], "method"falsefalsefalse458) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'458$this->source); })()), "session", [], "any"falsefalsefalse458), "get", [=> "filter"], "method"falsefalsefalse458), "transaction-type", [], "array"falsefalsefalse458), "Location"))) || (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse458), "attributes", [], "any"falsetruefalse458), "get", [=> "_route_params"], "method"falsetruefalse458), "keyword", [], "array"truetruefalse458) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'458$this->source); })()), "request", [], "any"falsefalsefalse458), "attributes", [], "any"falsefalsefalse458), "get", [=> "_route_params"], "method"falsefalsefalse458), "keyword", [], "array"falsefalsefalse458), "location"))))) {
  639.             echo "selected";
  640.         }
  641.         echo "\" data-value =\"Location\">Location</li>
  642.                             ";
  643.         // line 463
  644.         echo "
  645.                             ";
  646.         // line 465
  647.         echo "                            ";
  648.         // line 466
  649.         echo "                        </ul>
  650.                     </div>
  651.                 </div>
  652.                 
  653.                 <div id=\"property-drop\" class=\"dropdown\">
  654.                     <div class=\"undroped\">
  655.                         <p class=\"undroped-header\">Type de biens</p>
  656.                             <p name=\"property-type\" class=\"undroped-subheader ";
  657.         // line 475
  658.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse475), "get", [=> "filter"], "method"falsetruefalse475), "property-type", [], "array"truetruefalse475)) {
  659.             echo "selected";
  660.         }
  661.         echo "\">
  662.                                 ";
  663.         // line 476
  664.         if (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse476), "get", [=> "filter"], "method"truetruefalse476) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse476), "get", [=> "filter"], "method"falsetruefalse476), "property-type", [], "array"truetruefalse476)) && (!== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'476$this->source); })()), "session", [], "any"falsefalsefalse476), "get", [=> "filter"], "method"falsefalsefalse476), "property-type", [], "array"falsefalsefalse476), "")))) {
  665.             // line 477
  666.             echo "                                    ";
  667.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'477$this->source); })()), "session", [], "any"falsefalsefalse477), "get", [=> "filter"], "method"falsefalsefalse477), "property-type", [], "array"falsefalsefalse477), "html"nulltrue);
  668.             echo "
  669.                                 ";
  670.         } else {
  671.             // line 479
  672.             echo "                                    Tous
  673.                                 ";
  674.         }
  675.         // line 481
  676.         echo "                            </p>
  677.                         <input type=\"hidden\" value=\"";
  678.         // line 482
  679.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse482), "get", [=> "filter"], "method"falsetruefalse482), "property-type", [], "array"truetruefalse482) && twig_get_attribute($this->env$this->sourcetwig_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.'482$this->source); })()), "session", [], "any"falsefalsefalse482), "get", [=> "filter"], "method"falsefalsefalse482), "property-type", [], "array"falsefalsefalse482))) {
  680.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'482$this->source); })()), "session", [], "any"falsefalsefalse482), "get", [=> "filter"], "method"falsefalsefalse482), "property-type", [], "array"falsefalsefalse482), "html"nulltrue);
  681.         }
  682.         echo "\" class=\"input-subheader\" name=\"property-type\">
  683.                     </div>
  684.                     <div class=\"droped\">
  685.                         <div class=\"dropdown-header\">Type de biens</div>
  686.                         <ul id=\"property-li\" class=\"items\">
  687.                             <li class=\"item\" data-value=\"\">Tous</li>
  688.                             ";
  689.         // line 490
  690.         $context['_parent'] = $context;
  691.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["get_properties"]) || array_key_exists("get_properties"$context) ? $context["get_properties"] : (function () { throw new RuntimeError('Variable "get_properties" does not exist.'490$this->source); })()), "getTypesProperties", [], "method"falsefalsefalse490));
  692.         foreach ($context['_seq'] as $context["_key"] => $context["type"]) {
  693.             // line 491
  694.             echo "                                <li class=\"item ";
  695.             if ((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.'491$this->source); })()), "session", [], "any"falsefalsefalse491), "get", [=> "filter"], "method"falsefalsefalse491) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'491$this->source); })()), "session", [], "any"falsefalsefalse491), "get", [=> "filter"], "method"falsefalsefalse491), "property-type", [], "array"falsefalsefalse491), $context["type"])))) {
  696.                 echo "selected";
  697.             }
  698.             echo "\" data-value=\"";
  699.             echo twig_escape_filter($this->env$context["type"], "html"nulltrue);
  700.             echo "\">";
  701.             echo twig_escape_filter($this->env$context["type"], "html"nulltrue);
  702.             echo "</li>
  703.                             ";
  704.         }
  705.         $_parent $context['_parent'];
  706.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['type'], $context['_parent'], $context['loop']);
  707.         $context array_intersect_key($context$_parent) + $_parent;
  708.         // line 493
  709.         echo "                            ";
  710.         // line 505
  711.         echo "
  712.                         </ul>
  713.                     </div>
  714.                 </div>
  715.                 <div id=\"location-drop\" class=\"dropdown\">
  716.                     <div class=\"undroped\">
  717.                         <p class=\"undroped-header\">Localisation</p>
  718.                         <p class=\"undroped-subheader ";
  719.         // line 513
  720.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse513), "get", [=> "filter"], "method"falsetruefalse513), "location", [], "array"truetruefalse513)) {
  721.             echo "selected";
  722.         }
  723.         echo "\">
  724.                             ";
  725.         // line 514
  726.         if ((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.'514$this->source); })()), "session", [], "any"falsefalsefalse514), "get", [=> "filter"], "method"falsefalsefalse514) && twig_get_attribute($this->env$this->sourcetwig_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.'514$this->source); })()), "session", [], "any"falsefalsefalse514), "get", [=> "filter"], "method"falsefalsefalse514), "location", [], "array"falsefalsefalse514))) {
  727.             // line 515
  728.             echo "                                ";
  729.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'515$this->source); })()), "session", [], "any"falsefalsefalse515), "get", [=> "filter"], "method"falsefalsefalse515), "location", [], "array"falsefalsefalse515), "html"nulltrue);
  730.             echo "
  731.                             ";
  732.         } else {
  733.             // line 517
  734.             echo "                                Choisissez une commune
  735.                             ";
  736.         }
  737.         // line 519
  738.         echo "                        </p>
  739.                         <input type=\"hidden\" value=\"";
  740.         // line 520
  741.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse520), "get", [=> "filter"], "method"falsetruefalse520), "location", [], "array"truetruefalse520) && twig_get_attribute($this->env$this->sourcetwig_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.'520$this->source); })()), "session", [], "any"falsefalsefalse520), "get", [=> "filter"], "method"falsefalsefalse520), "location", [], "array"falsefalsefalse520))) {
  742.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'520$this->source); })()), "session", [], "any"falsefalsefalse520), "get", [=> "filter"], "method"falsefalsefalse520), "location", [], "array"falsefalsefalse520), "html"nulltrue);
  743.         }
  744.         echo "\" class=\"input-subheader\" name=\"location\">
  745.                     </div>
  746.                     <div class=\"droped\">
  747.                         <div  class=\"dropdown-header\">Localisation</div>
  748.                         <ul id=\"location-li\" class=\"items\">
  749.                             <li class=\"item\" data-value =\"\">Tous</li>
  750.                             ";
  751.         // line 529
  752.         echo "                            ";
  753.         // line 530
  754.         echo "                            ";
  755.         // line 531
  756.         echo "                        </ul>
  757.                     </div>
  758.                 </div>
  759.                 <div class=\"div-form\">
  760.                     <button style=\"background-color: transparent;border-color: transparent;\" id=\"submit-search\" type=\"submit\">
  761.                         <svg class=\"search-button\" xmlns=\"http://www.w3.org/2000/svg\" width=\"55.982\" height=\"90.97\" viewBox=\"0 0 55.982 90.97\">
  762.                             <g id=\"Groupe_3817\" data-name=\"Groupe 3817\" transform=\"translate(-1528.861 -105)\">
  763.                                 <path id=\"Tracé_95\" data-name=\"Tracé 95\" d=\"M729.651,232.441H673.669v90.97l55.982-11.894Z\" transform=\"translate(855.192 -127.441)\" fill=\"#f6a400\"/>
  764.                                 <g id=\"Groupe_3794\" data-name=\"Groupe 3794\" transform=\"translate(1545.335 126.696)\">
  765.                                     <g id=\"np_search_1868241_000000\">
  766.                                         <path id=\"Tracé_92\" data-name=\"Tracé 92\" d=\"M8.287,17.368A8.662,8.662,0,1,1,14.4,14.813a8.679,8.679,0,0,1-6.109,2.555Zm0-15.055a6.36,6.36,0,1,0,4.477,1.881A6.377,6.377,0,0,0,8.287,2.313Z\" transform=\"translate(0.441 -0.012)\" fill=\"#fff\"/>
  767.                                         <path id=\"Tracé_93\" data-name=\"Tracé 93\" d=\"M57.82,59.567l1.626-1.633L67.4,65.852l-1.626,1.633Z\" transform=\"translate(-44.591 -44.782)\" fill=\"#fff\"/>
  768.                                     </g>
  769.                                 </g>
  770.                             </g>
  771.                         </svg>
  772.                     </button>
  773.                 </div>
  774.                 
  775.                 <div>
  776.                     <button  id=\"search-detail\" class=\"btn btn-primary child search\">RECHERCHE AVANCÉE</button>
  777.                     <button class=\"btn btn-primary\" id=\"send\" type=\"submit\" style=\"display: none\">Envoyer</button>
  778.                 </div>
  779.             </div>
  780.             <div id=\"sub-search-div\" class=\"sub-search-div\" style=\"display: none\">
  781.                 <div class=\"col-lg-3 div-form\">
  782.                     <input class=\"sub-search-input\" name=\"budget\" value=\"";
  783.         // line 560
  784.         if (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.'560$this->source); })()), "session", [], "any"falsefalsefalse560), "get", [=> "filter"], "method"falsefalsefalse560)) {
  785.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'560$this->source); })()), "session", [], "any"falsefalsefalse560), "get", [=> "filter"], "method"falsefalsefalse560), "budget", [], "array"falsefalsefalse560), "html"nulltrue);
  786.         }
  787.         echo "\" id=\"budget\" type=\"text\" placeholder=\"Budget max.\">
  788.                 </div>
  789.                 <div id=\"rooms-drop\" class=\"dropdown\">
  790.                     <div class=\"undroped\">
  791.                         <p class=\"undroped-header transparent-font\">";
  792.         // line 565
  793.         if ((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.'565$this->source); })()), "session", [], "any"falsefalsefalse565), "get", [=> "filter"], "method"falsefalsefalse565) && twig_get_attribute($this->env$this->sourcetwig_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.'565$this->source); })()), "session", [], "any"falsefalsefalse565), "get", [=> "filter"], "method"falsefalsefalse565), "rooms", [], "array"falsefalsefalse565))) {
  794.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'565$this->source); })()), "session", [], "any"falsefalsefalse565), "get", [=> "filter"], "method"falsefalsefalse565), "rooms", [], "array"falsefalsefalse565), "html"nulltrue);
  795.         } else {
  796.             echo "Nombre de chambres";
  797.         }
  798.         echo "</p>
  799.                         <p class=\"undroped-subheader good-place\"></p>
  800.                         <input type=\"hidden\" class=\"input-subheader\" name=\"rooms\">
  801.                     </div>
  802.                     <div class=\"droped\">
  803.                         <div class=\"dropdown-header\">Nombre de chambres</div>
  804.                         <ul id=\"rooms-li\" class=\"items\">
  805.                             <li class=\"item\" data-value=\"\">Indifférent</li>
  806.                             <li class=\"item ";
  807.         // line 575
  808.         if ((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.'575$this->source); })()), "session", [], "any"falsefalsefalse575), "get", [=> "filter"], "method"falsefalsefalse575) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'575$this->source); })()), "session", [], "any"falsefalsefalse575), "get", [=> "filter"], "method"falsefalsefalse575), "rooms", [], "array"falsefalsefalse575), 1)))) {
  809.             echo "selected";
  810.         }
  811.         echo "\" data-value =\"1\">1</li>
  812.                             <li class=\"item ";
  813.         // line 576
  814.         if ((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.'576$this->source); })()), "session", [], "any"falsefalsefalse576), "get", [=> "filter"], "method"falsefalsefalse576) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'576$this->source); })()), "session", [], "any"falsefalsefalse576), "get", [=> "filter"], "method"falsefalsefalse576), "rooms", [], "array"falsefalsefalse576), 2)))) {
  815.             echo "selected";
  816.         }
  817.         echo "\" data-value =\"2\">2</li>
  818.                             <li class=\"item ";
  819.         // line 577
  820.         if ((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.'577$this->source); })()), "session", [], "any"falsefalsefalse577), "get", [=> "filter"], "method"falsefalsefalse577) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'577$this->source); })()), "session", [], "any"falsefalsefalse577), "get", [=> "filter"], "method"falsefalsefalse577), "rooms", [], "array"falsefalsefalse577), 3)))) {
  821.             echo "selected";
  822.         }
  823.         echo "\" data-value =\"3\">3</li>
  824.                             <li class=\"item ";
  825.         // line 578
  826.         if ((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.'578$this->source); })()), "session", [], "any"falsefalsefalse578), "get", [=> "filter"], "method"falsefalsefalse578) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'578$this->source); })()), "session", [], "any"falsefalsefalse578), "get", [=> "filter"], "method"falsefalsefalse578), "rooms", [], "array"falsefalsefalse578), 4)))) {
  827.             echo "selected";
  828.         }
  829.         echo "\" data-value =\"4\">4</li>
  830.                             <li class=\"item ";
  831.         // line 579
  832.         if ((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.'579$this->source); })()), "session", [], "any"falsefalsefalse579), "get", [=> "filter"], "method"falsefalsefalse579) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'579$this->source); })()), "session", [], "any"falsefalsefalse579), "get", [=> "filter"], "method"falsefalsefalse579), "rooms", [], "array"falsefalsefalse579), 5)))) {
  833.             echo "selected";
  834.         }
  835.         echo "\" data-value =\"5\">5</li>
  836.                             <li class=\"item ";
  837.         // line 580
  838.         if ((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.'580$this->source); })()), "session", [], "any"falsefalsefalse580), "get", [=> "filter"], "method"falsefalsefalse580) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'580$this->source); })()), "session", [], "any"falsefalsefalse580), "get", [=> "filter"], "method"falsefalsefalse580), "rooms", [], "array"falsefalsefalse580), 6)))) {
  839.             echo "selected";
  840.         }
  841.         echo "\" data-value =\"6\">6</li>
  842.                         </ul>
  843.                     </div>
  844.                 </div>
  845.                 <div id=\"area-drop\" class=\"dropdown\">
  846.                     <div class=\"undroped\">
  847.                         <p class=\"undroped-header transparent-font\">
  848.                             ";
  849.         // line 588
  850.         if ((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.'588$this->source); })()), "session", [], "any"falsefalsefalse588), "get", [=> "filter"], "method"falsefalsefalse588) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse588), "get", [=> "filter"], "method"falsetruefalse588), "area-minimum", [], "array"truetruefalse588))) {
  851.             // line 589
  852.             echo "                                ";
  853.             if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'589$this->source); })()), "session", [], "any"falsefalsefalse589), "get", [=> "filter"], "method"falsefalsefalse589), "area-minimum", [], "array"falsefalsefalse589), ""))) {
  854.                 // line 590
  855.                 echo "                                    Indifférent
  856.                                 ";
  857.             } else {
  858.                 // line 592
  859.                 echo "                                    ";
  860.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'592$this->source); })()), "session", [], "any"falsefalsefalse592), "get", [=> "filter"], "method"falsefalsefalse592), "area-minimum", [], "array"falsefalsefalse592), "html"nulltrue);
  861.                 echo "
  862.                                 ";
  863.             }
  864.             // line 594
  865.             echo "                            ";
  866.         } else {
  867.             // line 595
  868.             echo "                                Surface minimum
  869.                             ";
  870.         }
  871.         // line 597
  872.         echo "                        </p>
  873.                         <p class=\"undroped-subheader good-place\"></p>
  874.                         <input type=\"hidden\" class=\"input-subheader\" name=\"area-minimum\">
  875.                     </div>
  876.                     <div class=\"droped\">
  877.                         <div class=\"dropdown-header\">Surface minimum</div>
  878.                         <ul id=\"area-li\" class=\"items\">
  879.                             <li class=\"item ";
  880.         // line 605
  881.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse605), "get", [=> "filter"], "method"falsetruefalse605), "area-minimum", [], "array"truetruefalse605) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'605$this->source); })()), "session", [], "any"falsefalsefalse605), "get", [=> "filter"], "method"falsefalsefalse605), "area-minimum", [], "array"falsefalsefalse605), "")))) {
  882.             echo "selected";
  883.         }
  884.         echo "\" data-value=\"\">Indifférent</li>
  885.                             <li class=\"item ";
  886.         // line 606
  887.         if (((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.'606$this->source); })()), "session", [], "any"falsefalsefalse606), "get", [=> "filter"], "method"falsefalsefalse606) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse606), "get", [=> "filter"], "method"falsetruefalse606), "area-minimum", [], "array"truetruefalse606)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'606$this->source); })()), "session", [], "any"falsefalsefalse606), "get", [=> "filter"], "method"falsefalsefalse606), "area-minimum", [], "array"falsefalsefalse606), 20)))) {
  888.             echo "selected";
  889.         }
  890.         echo "\" data-value =\"20\">20 m²</li>
  891.                             <li class=\"item ";
  892.         // line 607
  893.         if (((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.'607$this->source); })()), "session", [], "any"falsefalsefalse607), "get", [=> "filter"], "method"falsefalsefalse607) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse607), "get", [=> "filter"], "method"falsetruefalse607), "area-minimum", [], "array"truetruefalse607)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'607$this->source); })()), "session", [], "any"falsefalsefalse607), "get", [=> "filter"], "method"falsefalsefalse607), "area-minimum", [], "array"falsefalsefalse607), 30)))) {
  894.             echo "selected";
  895.         }
  896.         echo "\" data-value =\"30\">30 m²</li>
  897.                             <li class=\"item ";
  898.         // line 608
  899.         if (((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.'608$this->source); })()), "session", [], "any"falsefalsefalse608), "get", [=> "filter"], "method"falsefalsefalse608) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse608), "get", [=> "filter"], "method"falsetruefalse608), "area-minimum", [], "array"truetruefalse608)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'608$this->source); })()), "session", [], "any"falsefalsefalse608), "get", [=> "filter"], "method"falsefalsefalse608), "area-minimum", [], "array"falsefalsefalse608), 40)))) {
  900.             echo "selected";
  901.         }
  902.         echo "\" data-value =\"40\">40 m²</li>
  903.                             <li class=\"item ";
  904.         // line 609
  905.         if (((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.'609$this->source); })()), "session", [], "any"falsefalsefalse609), "get", [=> "filter"], "method"falsefalsefalse609) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse609), "get", [=> "filter"], "method"falsetruefalse609), "area-minimum", [], "array"truetruefalse609)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'609$this->source); })()), "session", [], "any"falsefalsefalse609), "get", [=> "filter"], "method"falsefalsefalse609), "area-minimum", [], "array"falsefalsefalse609), 50)))) {
  906.             echo "selected";
  907.         }
  908.         echo "\" data-value =\"50\">50 m²</li>
  909.                             <li class=\"item ";
  910.         // line 610
  911.         if (((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.'610$this->source); })()), "session", [], "any"falsefalsefalse610), "get", [=> "filter"], "method"falsefalsefalse610) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse610), "get", [=> "filter"], "method"falsetruefalse610), "area-minimum", [], "array"truetruefalse610)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'610$this->source); })()), "session", [], "any"falsefalsefalse610), "get", [=> "filter"], "method"falsefalsefalse610), "area-minimum", [], "array"falsefalsefalse610), 60)))) {
  912.             echo "selected";
  913.         }
  914.         echo "\" data-value =\"60\">60 m²</li>
  915.                             <li class=\"item ";
  916.         // line 611
  917.         if (((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.'611$this->source); })()), "session", [], "any"falsefalsefalse611), "get", [=> "filter"], "method"falsefalsefalse611) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse611), "get", [=> "filter"], "method"falsetruefalse611), "area-minimum", [], "array"truetruefalse611)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'611$this->source); })()), "session", [], "any"falsefalsefalse611), "get", [=> "filter"], "method"falsefalsefalse611), "area-minimum", [], "array"falsefalsefalse611), 70)))) {
  918.             echo "selected";
  919.         }
  920.         echo "\" data-value =\"70\">70 m²</li>
  921.                             <li class=\"item ";
  922.         // line 612
  923.         if (((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.'612$this->source); })()), "session", [], "any"falsefalsefalse612), "get", [=> "filter"], "method"falsefalsefalse612) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse612), "get", [=> "filter"], "method"falsetruefalse612), "area-minimum", [], "array"truetruefalse612)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'612$this->source); })()), "session", [], "any"falsefalsefalse612), "get", [=> "filter"], "method"falsefalsefalse612), "area-minimum", [], "array"falsefalsefalse612), 80)))) {
  924.             echo "selected";
  925.         }
  926.         echo "\" data-value =\"80\">80 m²</li>
  927.                             <li class=\"item ";
  928.         // line 613
  929.         if (((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.'613$this->source); })()), "session", [], "any"falsefalsefalse613), "get", [=> "filter"], "method"falsefalsefalse613) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse613), "get", [=> "filter"], "method"falsetruefalse613), "area-minimum", [], "array"truetruefalse613)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'613$this->source); })()), "session", [], "any"falsefalsefalse613), "get", [=> "filter"], "method"falsefalsefalse613), "area-minimum", [], "array"falsefalsefalse613), 90)))) {
  930.             echo "selected";
  931.         }
  932.         echo "\" data-value =\"90\">90 m²</li>
  933.                             <li class=\"item ";
  934.         // line 614
  935.         if (((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.'614$this->source); })()), "session", [], "any"falsefalsefalse614), "get", [=> "filter"], "method"falsefalsefalse614) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse614), "get", [=> "filter"], "method"falsetruefalse614), "area-minimum", [], "array"truetruefalse614)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'614$this->source); })()), "session", [], "any"falsefalsefalse614), "get", [=> "filter"], "method"falsefalsefalse614), "area-minimum", [], "array"falsefalsefalse614), 100)))) {
  936.             echo "selected";
  937.         }
  938.         echo "\" data-value =\"100\">100 m²</li>
  939.                             <li class=\"item ";
  940.         // line 615
  941.         if (((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.'615$this->source); })()), "session", [], "any"falsefalsefalse615), "get", [=> "filter"], "method"falsefalsefalse615) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse615), "get", [=> "filter"], "method"falsetruefalse615), "area-minimum", [], "array"truetruefalse615)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'615$this->source); })()), "session", [], "any"falsefalsefalse615), "get", [=> "filter"], "method"falsefalsefalse615), "area-minimum", [], "array"falsefalsefalse615), 110)))) {
  942.             echo "selected";
  943.         }
  944.         echo "\" data-value =\"110\">110 m²</li>
  945.                             <li class=\"item ";
  946.         // line 616
  947.         if (((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.'616$this->source); })()), "session", [], "any"falsefalsefalse616), "get", [=> "filter"], "method"falsefalsefalse616) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse616), "get", [=> "filter"], "method"falsetruefalse616), "area-minimum", [], "array"truetruefalse616)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'616$this->source); })()), "session", [], "any"falsefalsefalse616), "get", [=> "filter"], "method"falsefalsefalse616), "area-minimum", [], "array"falsefalsefalse616), 120)))) {
  948.             echo "selected";
  949.         }
  950.         echo "\" data-value =\"120\">120 m²</li>
  951.                             <li class=\"item ";
  952.         // line 617
  953.         if (((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.'617$this->source); })()), "session", [], "any"falsefalsefalse617), "get", [=> "filter"], "method"falsefalsefalse617) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse617), "get", [=> "filter"], "method"falsetruefalse617), "area-minimum", [], "array"truetruefalse617)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'617$this->source); })()), "session", [], "any"falsefalsefalse617), "get", [=> "filter"], "method"falsefalsefalse617), "area-minimum", [], "array"falsefalsefalse617), 130)))) {
  954.             echo "selected";
  955.         }
  956.         echo "\" data-value =\"130\">130 m²</li>
  957.                             <li class=\"item ";
  958.         // line 618
  959.         if (((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.'618$this->source); })()), "session", [], "any"falsefalsefalse618), "get", [=> "filter"], "method"falsefalsefalse618) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse618), "get", [=> "filter"], "method"falsetruefalse618), "area-minimum", [], "array"truetruefalse618)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'618$this->source); })()), "session", [], "any"falsefalsefalse618), "get", [=> "filter"], "method"falsefalsefalse618), "area-minimum", [], "array"falsefalsefalse618), 140)))) {
  960.             echo "selected";
  961.         }
  962.         echo "\" data-value =\"140\">140 m²</li>
  963.                             <li class=\"item ";
  964.         // line 619
  965.         if (((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.'619$this->source); })()), "session", [], "any"falsefalsefalse619), "get", [=> "filter"], "method"falsefalsefalse619) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse619), "get", [=> "filter"], "method"falsetruefalse619), "area-minimum", [], "array"truetruefalse619)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'619$this->source); })()), "session", [], "any"falsefalsefalse619), "get", [=> "filter"], "method"falsefalsefalse619), "area-minimum", [], "array"falsefalsefalse619), 150)))) {
  966.             echo "selected";
  967.         }
  968.         echo "\" data-value =\"150\">150 m²</li>
  969.                             <li class=\"item ";
  970.         // line 620
  971.         if (((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.'620$this->source); })()), "session", [], "any"falsefalsefalse620), "get", [=> "filter"], "method"falsefalsefalse620) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse620), "get", [=> "filter"], "method"falsetruefalse620), "area-minimum", [], "array"truetruefalse620)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'620$this->source); })()), "session", [], "any"falsefalsefalse620), "get", [=> "filter"], "method"falsefalsefalse620), "area-minimum", [], "array"falsefalsefalse620), 160)))) {
  972.             echo "selected";
  973.         }
  974.         echo "\" data-value =\"160\">160 m²</li>
  975.                             <li class=\"item ";
  976.         // line 621
  977.         if (((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.'621$this->source); })()), "session", [], "any"falsefalsefalse621), "get", [=> "filter"], "method"falsefalsefalse621) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse621), "get", [=> "filter"], "method"falsetruefalse621), "area-minimum", [], "array"truetruefalse621)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'621$this->source); })()), "session", [], "any"falsefalsefalse621), "get", [=> "filter"], "method"falsefalsefalse621), "area-minimum", [], "array"falsefalsefalse621), 170)))) {
  978.             echo "selected";
  979.         }
  980.         echo "\" data-value =\"170\">170 m²</li>
  981.                             <li class=\"item ";
  982.         // line 622
  983.         if (((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.'622$this->source); })()), "session", [], "any"falsefalsefalse622), "get", [=> "filter"], "method"falsefalsefalse622) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse622), "get", [=> "filter"], "method"falsetruefalse622), "area-minimum", [], "array"truetruefalse622)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'622$this->source); })()), "session", [], "any"falsefalsefalse622), "get", [=> "filter"], "method"falsefalsefalse622), "area-minimum", [], "array"falsefalsefalse622), 180)))) {
  984.             echo "selected";
  985.         }
  986.         echo "\" data-value =\"180\">180 m²</li>
  987.                             <li class=\"item ";
  988.         // line 623
  989.         if (((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.'623$this->source); })()), "session", [], "any"falsefalsefalse623), "get", [=> "filter"], "method"falsefalsefalse623) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse623), "get", [=> "filter"], "method"falsetruefalse623), "area-minimum", [], "array"truetruefalse623)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'623$this->source); })()), "session", [], "any"falsefalsefalse623), "get", [=> "filter"], "method"falsefalsefalse623), "area-minimum", [], "array"falsefalsefalse623), 190)))) {
  990.             echo "selected";
  991.         }
  992.         echo "\" data-value =\"190\">190 m²</li>
  993.                             <li class=\"item ";
  994.         // line 624
  995.         if (((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.'624$this->source); })()), "session", [], "any"falsefalsefalse624), "get", [=> "filter"], "method"falsefalsefalse624) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse624), "get", [=> "filter"], "method"falsetruefalse624), "area-minimum", [], "array"truetruefalse624)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'624$this->source); })()), "session", [], "any"falsefalsefalse624), "get", [=> "filter"], "method"falsefalsefalse624), "area-minimum", [], "array"falsefalsefalse624), 200)))) {
  996.             echo "selected";
  997.         }
  998.         echo "\" data-value =\"200\">200 m²</li>
  999.                             <li class=\"item ";
  1000.         // line 625
  1001.         if (((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.'625$this->source); })()), "session", [], "any"falsefalsefalse625), "get", [=> "filter"], "method"falsefalsefalse625) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse625), "get", [=> "filter"], "method"falsetruefalse625), "area-minimum", [], "array"truetruefalse625)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'625$this->source); })()), "session", [], "any"falsefalsefalse625), "get", [=> "filter"], "method"falsefalsefalse625), "area-minimum", [], "array"falsefalsefalse625), 250)))) {
  1002.             echo "selected";
  1003.         }
  1004.         echo "\" data-value =\"250\">250 m²</li>
  1005.                             <li class=\"item ";
  1006.         // line 626
  1007.         if (((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.'626$this->source); })()), "session", [], "any"falsefalsefalse626), "get", [=> "filter"], "method"falsefalsefalse626) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "session", [], "any"falsetruefalse626), "get", [=> "filter"], "method"falsetruefalse626), "area-minimum", [], "array"truetruefalse626)) && (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'626$this->source); })()), "session", [], "any"falsefalsefalse626), "get", [=> "filter"], "method"falsefalsefalse626), "area-minimum", [], "array"falsefalsefalse626), 300)))) {
  1008.             echo "selected";
  1009.         }
  1010.         echo "\" data-value =\"300\">300 m²</li>
  1011.                         </ul>
  1012.                     </div>
  1013.                 </div>
  1014.                 ";
  1015.         // line 636
  1016.         echo "
  1017.             </div>
  1018.         </div>
  1019.     </form>
  1020. </div>
  1021. ";
  1022.         // line 643
  1023.         $this->displayBlock('body'$context$blocks);
  1024.         // line 645
  1025.         echo "
  1026. ";
  1027.         // line 646
  1028.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_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.'646$this->source); })()), "request", [], "any"falsefalsefalse646), "attributes", [], "any"falsefalsefalse646), "get", [=> "_route"], "method"falsefalsefalse646), "home"))) {
  1029.             // line 647
  1030.             echo "    <div id=\"div-newsletter-mobile\" class=\"\" style=\"display: none\">
  1031.         <div class=\"col-lg-12\" style=\"display: flex; justify-content:center; margin-top: 20px;\">
  1032.            <div class=\"col-lg-12\">
  1033.                <p class=\"newsletter-title\">NEWSLETTER</p>
  1034.            </div>
  1035.         </div>
  1036.         <div class=\"col-lg-12\" id=\"div-form-newsletter\" style=\"display: flex; justify-content: space-around;\">
  1037.             <form method=\"post\" action=\"";
  1038.             // line 654
  1039.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mailchimp");
  1040.             echo "\" id=\"form-newsletter\">
  1041.                 <div class=\"input-group\">
  1042.                     <input class=\"form-control input-email\" type=\"email\" name=\"email\" placeholder=\"Votre adresse mail\">
  1043.                     <button class=\"btn btn-primary button-newsletter\" type=\"submit\"><i class=\"fas fa-arrow-right\"></i></button>
  1044.                 </div>
  1045.             </form>
  1046.         </div>
  1047.     </div>
  1048. ";
  1049.         }
  1050.         // line 663
  1051.         echo "<footer class=\"footer\">
  1052.     <div class=\"container-fluid\">
  1053.         <ul id=\"footer-menu\" class=\"footer-menu\" style=\"margin-bottom: -15px;margin-top: -15px;\">
  1054.             <li>
  1055.                 © ";
  1056.         // line 667
  1057.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  1058.         echo " TRACOL - réalisé par <a href=\"https://www.idp.lu/\" target=\"_blank\" style=\"color:#fff;font-weight:bold\">ID+P</a>
  1059.             </li>
  1060.             <li style=\"height: 160px\">
  1061.                 <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->
  1062.                 <svg id=\"SVGDoc\" width=\"201\" height=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:avocode=\"https://avocode.com/\" viewBox=\"0 0 201 232\"><defs></defs><desc>Generated with Avocode.</desc><g><g><title>Ligne 38</title><path d=\"M100.5,100v32\" fill-opacity=\"0\" fill=\"#ffffff\" stroke-dashoffset=\"0\" stroke-linejoin=\"miter\" stroke-linecap=\"butt\" stroke-opacity=\"1\" stroke=\"#5f5f5f\" stroke-miterlimit=\"20\" stroke-width=\"10\"></path></g></g></svg>
  1063.             </li>
  1064.             <li class=\"row col-md-3\">
  1065.                 <div class=\"col-md-6\">
  1066.                     Bureaux commerciaux :<br>
  1067.                     <span style=\"font-weight: 600;\">5 rue Jules Ferry</span><br>
  1068.                     <span> L-4368 Belvaux</span>
  1069.                 </div>
  1070.                 <div class=\"col-md-6\">
  1071.                     Siège social :<br>
  1072.                     <span style=\"font-weight: 600;\">Z.I. Rohlach</span><br>
  1073.                     <span>L-5280 Sandweiller</span>
  1074.                 </div>
  1075.             </li>
  1076.             <li style=\"height: 130px\">
  1077.                 <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->
  1078.                 <svg id=\"SVGDoc\" width=\"201\" height=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:avocode=\"https://avocode.com/\" viewBox=\"0 0 201 232\"><defs></defs><desc>Generated with Avocode.</desc><g><g><title>Ligne 38</title><path d=\"M100.5,100v32\" fill-opacity=\"0\" fill=\"#ffffff\" stroke-dashoffset=\"0\" stroke-linejoin=\"miter\" stroke-linecap=\"butt\" stroke-opacity=\"1\" stroke=\"#5f5f5f\" stroke-miterlimit=\"20\" stroke-width=\"10\"></path></g></g></svg>
  1079.             </li>
  1080.             <li class=\"col-md-2 d-flex justify-content-around\">
  1081.                 <a target=\"_blank\" href=\"https://www.facebook.com/tracolimmobilier/\"><i class=\"fab fa-facebook-f fa-2x\" style=\"color:#fff;margin-top:0\"></i></a>
  1082.                 <a target=\"_blank\" href=\"https://www.linkedin.com/company/tracol-immobilier-s-a-/\"><i class=\"fab fa-linkedin fa-2x\" style=\"color:#fff;margin-top:0\"></i></a>
  1083.                 <a target=\"_blank\" href=\"https://www.instagram.com/tracolimmobilier/\"><i class=\"fab fa-instagram fa-2x\" style=\"color:#fff;margin-top:0\"></i></a>
  1084.                 <a target=\"_blank\" href=\"https://www.youtube.com/channel/UCLl8G5ZCdyslVR_4ANkD6GA\" class=\"d-flex align-items-end align-items-center\"><i class=\"fab fa-youtube fa-2x\" style=\"color:#fff\"></i></a>
  1085.             </li>
  1086.             <li style=\"height: 130px\" class=\"last-separator\">
  1087.                 <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->
  1088.                 <svg id=\"SVGDoc\" width=\"201\" height=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:avocode=\"https://avocode.com/\" viewBox=\"0 0 201 232\"><defs></defs><desc>Generated with Avocode.</desc><g><g><title>Ligne 38</title><path d=\"M100.5,100v32\" fill-opacity=\"0\" fill=\"#ffffff\" stroke-dashoffset=\"0\" stroke-linejoin=\"miter\" stroke-linecap=\"butt\" stroke-opacity=\"1\" stroke=\"#5f5f5f\" stroke-miterlimit=\"20\" stroke-width=\"10\"></path></g></g></svg>
  1089.             </li>
  1090.             <li class=\"grey legal d-flex align-items-center\">
  1091.                 <a href=\"";
  1092.         // line 700
  1093.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  1094.         echo "\" class=\"contact-link\"><i class=\"fa fa-envelope fa-2x\" style=\"color:#fff\"></i></a>
  1095.                 <div class=\"d-flex flex-column\">
  1096.                     <a href=\"";
  1097.         // line 702
  1098.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mentions");
  1099.         echo "\" style=\"color:#fff!important;margin-bottom:6px;\">Mentions légales</a>
  1100.                     <a href=\"";
  1101.         // line 703
  1102.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cgu");
  1103.         echo "\" style=\"color:#fff!important;margin-bottom:6px\">Conditions Générales d'Utilisation</a>
  1104.                     <a href=\"";
  1105.         // line 704
  1106.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("privacy_policy");
  1107.         echo "\" style=\"color:#fff!important;margin-bottom:6px\">Politique de confidentialité</a>
  1108.                     <a href=\"";
  1109.         // line 705
  1110.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookies");
  1111.         echo "\" style=\"color:#fff!important;margin-bottom:15px\">Gestion des cookies</a>
  1112.                 </div>
  1113.             </li>
  1114.         </ul>
  1115.         <ul id=\"footer-menu-mobile\" class=\"footer-menu\" style=\"display:none; margin-bottom: -15px;margin-top: -15px;\">
  1116.             <li class=\"grey legal d-flex align-items-center flex-column mt-3\">
  1117.                 <a href=\"";
  1118.         // line 713
  1119.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  1120.         echo "\" class=\"contact-link mr-0\" style=\"margin-right:0!important;\"><i class=\"fa fa-envelope fa-2x\" style=\"color:#fff\"></i></a>
  1121.                 <div class=\"d-flex flex-column align-items-center\">
  1122.                     <a href=\"";
  1123.         // line 715
  1124.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mentions");
  1125.         echo "\" style=\"color:#fff!important;margin-bottom:6px;\">Mentions légales</a>
  1126.                     <a href=\"";
  1127.         // line 716
  1128.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cgu");
  1129.         echo "\" style=\"color:#fff!important;margin-bottom:6px\">Conditions Générales d'Utilisation</a>
  1130.                     <a href=\"";
  1131.         // line 717
  1132.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("privacy_policy");
  1133.         echo "\" style=\"color:#fff!important;margin-bottom:6px\">Politique de confidentialité</a>
  1134.                     <a href=\"";
  1135.         // line 718
  1136.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cookies");
  1137.         echo "\" style=\"color:#fff!important;margin-bottom:15px\">Gestion des cookies</a>
  1138.                 </div>
  1139.             </li>
  1140.             <li>
  1141.                 <div style=\"display: flex\">
  1142.                     <span style=\"font-weight: 600;\">Z.I. Rohlach</span><br>
  1143.                     <span>L-5280 Sandweiller</span>
  1144.                 </div>
  1145.             </li>
  1146.             <li>
  1147.                 © 2021 TRACOL - réalisé par <a href=\"https://www.idp.lu/\" target=\"_blank\" style=\"color:#fff;font-weight:bold\">ID+P</a>
  1148.             </li>
  1149.         </ul>
  1150.     </div>
  1151. </footer>
  1152. <script src=\"https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js\"></script>
  1153. <script>
  1154.     if (window.matchMedia(\"(max-width: 768px)\").matches && window.location.pathname === '/') {
  1155.         /* the viewport is less than 768 pixels wide */
  1156.     //      \$('#projects').slick({
  1157.     //     dots: false,
  1158.     //     infinite: true,
  1159.     //     speed: 300,
  1160.     //     slidesToShow: 1,
  1161.     //     slidesToScroll: 1,
  1162.     //     autoplay: true,
  1163.     //     responsive: [
  1164.     //         {
  1165.     //             breakpoint: 576,
  1166.     //             settings: {
  1167.     //                 slidesToShow: 1,
  1168.     //                 slidesToScroll: 1
  1169.     //             }
  1170.     //         }
  1171.     //         // You can unslick at a given breakpoint now by adding:
  1172.     //         // settings: \"unslick\"
  1173.     //         // instead of a settings object
  1174.     //     ]
  1175.     // });
  1176.     }
  1177.     //
  1178.     // const searchMobile = document.getElementById('search-detail-mobile')
  1179.     // const searchSubDivMobile = document.getElementById('sub-search-div-mobile')
  1180.     //
  1181.     // searchMobile.addEventListener('click', function (e) {
  1182.     //     e.preventDefault()
  1183.     //     searchSubDivMobile.style.display = 'flex'
  1184.     //     searchMobile.style.display = 'none'
  1185.     // })
  1186. </script>
  1187. <script>
  1188.     if (document.getElementById('filterProperties')) {
  1189.         let formSelectProperties = document.getElementById('filterProperties');
  1190.         let properties = document.querySelectorAll('#properties .div-img-hover-2');
  1191.         let arrayProperties = [];
  1192.         for (let property of properties) {
  1193.             arrayProperties.push({
  1194.                 'property': property,
  1195.                 'price': property.getAttribute('data-price'),
  1196.                 'date': new Date(property.getAttribute('data-date')),
  1197.             });
  1198.         }
  1199.         formSelectProperties.addEventListener('change', () => {
  1200.             if (formSelectProperties.value === 'desc') {
  1201.                 arrayProperties.sort((a,b) =>  b.price - a.price )
  1202.             } else if (formSelectProperties.value === 'asc') {
  1203.                 arrayProperties.sort((a,b) =>  a.price - b.price )
  1204.             } else if (formSelectProperties.value === 'date') {
  1205.                 arrayProperties.sort((a,b) =>  b.date - a.date )
  1206.             }
  1207.             let finalProperties = [];
  1208.             let containerProperties = document.getElementById('properties');
  1209.             containerProperties.innerHTML = '';
  1210.             for (let prop of arrayProperties) {
  1211.                 console.log(prop.property)
  1212.                 containerProperties.insertAdjacentElement('beforeend', prop.property)
  1213.             }
  1214.         });
  1215.     }
  1216.     // let searchglobal = document.getElementById('submit-searchglobal');
  1217.         // searchglobal.addEventListener('click', function() {
  1218.         //     const formSearch = document.getElementById('form-searchglobal-normal')
  1219.         //     const subSearch = document.getElementById('sub-searchglobal-div')
  1220.         //     const send = document.getElementById('sendGlobal')
  1221.         //             formSearch.classList.toggle('stickyYForm')
  1222.         //             send.classList.toggle('send-display')
  1223.         //             subSearch.classList.toggle('sub-searchglobal-div-height')
  1224.         // })
  1225. </script>
  1226. <script>
  1227.     const swiper = new Swiper('.swiper', {
  1228.         loop: false,
  1229.     });
  1230.     if (window.location.pathname === '/') {
  1231.         const navbar = document.getElementsByClassName('navbar navbar-expand-xl fixed-top')
  1232.         const header = document.getElementsByClassName('header-home')
  1233.         navbar[0].style.backgroundColor = \"#fff\"
  1234.         navbar[0].style.position = \"fixed\"
  1235.         header[0].style.marginTop = \"0px\"
  1236.         header[0].style.height = \"100vw\"
  1237.     }
  1238.     let widthWindow = window.innerWidth;
  1239.     var searchLocation;
  1240.     if (widthWindow > 770) {
  1241.         searchLocation = document.getElementById('location-drop');
  1242.     } else {
  1243.         searchLocation = document.getElementById('location-drop-mobile');
  1244.     }
  1245.     var searchLocationLi;
  1246.     if (widthWindow > 770) {
  1247.         searchLocationLi = document.getElementById('location-li');
  1248.     } else {
  1249.         searchLocationLi = document.getElementById('location-li-mobile');
  1250.     }
  1251.     const url = '/form/search';
  1252.     fetch(url, {
  1253.         method: 'GET',
  1254.         // body: JSON.stringify({
  1255.         //     searchLocation: this.value
  1256.         // })
  1257.     }).then(function(response) {
  1258.         return response.json()
  1259.     }).then(function (data) {
  1260.         console.log(data)
  1261.         searchLocationLi.innerHTML = '';
  1262.         for (const datum in data) {
  1263.             const li = document.createElement('li')
  1264.             li.classList.add('item')
  1265.             li.dataset.value = data[datum]
  1266.             li.addEventListener('click', function () {
  1267.                 searchLocation.value = this.dataset.itemName
  1268.             })
  1269.             li.innerHTML += data[datum]
  1270.             searchLocationLi.appendChild(li)
  1271.             li.addEventListener('click', event => {
  1272.                 li.classList.add('selected');
  1273.             });
  1274.         }
  1275.     searchLocation.addEventListener(\"click\", function (){
  1276.             searchLocationLi.addEventListener('click', function (e) {
  1277.                 let target = e.target;
  1278.                 var dropId;
  1279.                 if (widthWindow > 770) {
  1280.                     dropId = document.getElementById('location-drop');
  1281.                 } else {
  1282.                     dropId = document.getElementById('location-drop-mobile');
  1283.                 }
  1284.                 dropId.querySelector('.undroped-subheader').innerHTML = target.innerHTML
  1285.                 dropId.querySelector('.input-subheader').value = target.dataset.value
  1286.                 dropId.classList.remove('open')
  1287.                 dropId.querySelector('.undroped').style.display = 'block'
  1288.                 dropId.querySelector('.droped').style.display = 'none'
  1289.                 dropId.querySelector('.undroped-subheader').classList.add('selected')
  1290.             })
  1291.         });
  1292.     })
  1293.     const searchTransactionLi = document.getElementById('transaction-li');
  1294.     console.log(searchTransactionLi);
  1295.     const searchPropertyLi = document.getElementById('property-li');
  1296.     const searchRoomLi = document.getElementById('rooms-li');
  1297.     const searchAreaLi = document.getElementById('area-li');
  1298.     searchTransactionLi.addEventListener('click', function (e) {
  1299.         let target = e.target;
  1300.         const dropId = document.getElementById('transaction-drop')
  1301.         dropId.querySelector('.input-subheader').value = target.dataset.value
  1302.     });
  1303.     searchPropertyLi.addEventListener('click', function (e) {
  1304.         let target = e.target;
  1305.         const dropId = document.getElementById('property-drop')
  1306.         dropId.querySelector('.input-subheader').value = target.dataset.value
  1307.     });
  1308.     searchRoomLi.addEventListener('click', function (e) {
  1309.         let target = e.target;
  1310.         const dropId = document.getElementById('rooms-drop');
  1311.         dropId.querySelector('.input-subheader').value = target.dataset.value
  1312.     });
  1313.     searchAreaLi.addEventListener('click', function (e) {
  1314.         let target = e.target;
  1315.         const dropId = document.getElementById('area-drop')
  1316.         dropId.querySelector('.input-subheader').value = target.dataset.value
  1317.     });
  1318.     for (const eElement of document.getElementsByClassName('projectButton')) {
  1319.         eElement.addEventListener('click', function (e) {
  1320.             e.preventDefault()
  1321.             for (let button of document.getElementsByClassName('projectButton')) {
  1322.                 if (button.classList.contains('all')){
  1323.                     button.classList.remove('all')
  1324.                     button.classList.add('come')
  1325.                     button.querySelector('span').classList.replace('span-all', 'span-projects')
  1326.                 }
  1327.             }
  1328.             eElement.classList.remove('come')
  1329.             eElement.classList.add('all')
  1330.             eElement.querySelector('span').classList.replace('span-projects', 'span-all')
  1331.             fetch('projects/home/display/'+this.dataset.id, {
  1332.                 method: 'GET',
  1333.             })
  1334.                 .then(response => response.json())
  1335.                 .then(data => {
  1336.                     document.getElementById('projects').innerHTML = ''
  1337.                     document.getElementById('projects').innerHTML = data.data
  1338.                     if (window.matchMedia(\"(max-width: 768px)\").matches && window.location.pathname === '/') {
  1339.                         // if (document.getElementById('projects').classList.contains('slick-initialized')) {
  1340.                         //     document.getElementById('projects').classList.remove('slick-initialized')
  1341.                         //     document.getElementById('projects').classList.remove('slick-slider')
  1342.                         // }
  1343.                         // \$('#projects').slick({
  1344.                         //     dots: false,
  1345.                         //     infinite: true,
  1346.                         //     speed: 300,
  1347.                         //     slidesToShow: 1,
  1348.                         //     slidesToScroll: 1,
  1349.                         //     autoplay: true,
  1350.                         //     responsive: [
  1351.                         //         {
  1352.                         //             breakpoint: 576,
  1353.                         //             settings: {
  1354.                         //                 slidesToShow: 1,
  1355.                         //                 slidesToScroll: 1
  1356.                         //             }
  1357.                         //         }
  1358.                         //     ]
  1359.                         // })
  1360.                     }
  1361.                     _ww = \$(window).width();
  1362.                     if (_ww > 768){
  1363.                         \$('.div-img-hover-2').hover(function (e) {
  1364.                             \$(this).find('.project-arrow-2').animate({opacity: 1}, 150);
  1365.                             var htext = \$(this).find('.project-content').height();
  1366.                             if (htext == undefined){htext = 0};
  1367.                             \$(this).find('.div-hover-2').animate({height : htext+180}, 150);
  1368.                             \$(this).find('.project-content').css({'visibility': 'visible'});
  1369.                             \$(this).find('.project-content').animate({opacity: 1}, 150);
  1370.                             //console.log('h : '+htext);
  1371.                         }, function() {
  1372.                             console.log('down');
  1373.                             \$(this).find('.div-hover-2').animate({height : 85}, 150);
  1374.                             \$(this).find('.project-arrow-2').animate({opacity: 0}, 150);
  1375.                             \$(this).find('.project-content').animate({opacity: 0}, 150, function(){
  1376.                                 \$(this).find('.project-content').css({'visibility': 'hidden'});
  1377.                             });
  1378.                         });
  1379.                     } else {
  1380.                         \$('.div-img-hover-2').on( \"click\", function( event ) {
  1381.                             console.log('tap tap');
  1382.                             var opened = \$(this).find('.div-hover-2').hasClass('open'),
  1383.                                 ht = opened ? 85 : '100%',
  1384.                                 vis = opened ? 0 : 1;
  1385.                             \$(this).find('.div-hover-2').toggleClass('open');
  1386.                             \$(this).find('.div-hover-2').animate({height : ht}, 150);
  1387.                             \$(this).find('.project-arrow-2').animate({opacity: vis}, 150);
  1388.                             \$(this).find('.project-content').animate({opacity: 1}, 150);
  1389.                         });
  1390.                     }
  1391.                     \$('.div-hover').hover(function (e) {
  1392.                         \$(this).find('.project-arrow-2').animate({opacity: 1}, 150);
  1393.                     }, function() {
  1394.                         \$(this).find('.project-arrow-2').animate({opacity: 0}, 50);
  1395.                     });
  1396.                     \$('.div-hover').hover(function (e) {
  1397.                         \$(this).find('.project-arrow-2').animate({opacity: 1}, 150);
  1398.                         var htext = \$(this).find('.project-content').height();
  1399.                         if (htext == undefined){htext = 0};
  1400.                         \$(this).animate({height : htext+180}, 150);
  1401.                         \$(this).find('.project-content').css({'visibility': 'visible'});
  1402.                         \$(this).find('.project-content').animate({opacity: 1}, 150);
  1403.                         console.log('h : '+htext);
  1404.                     }, function() {
  1405.                         \$(this).find('.project-arrow-2').animate({opacity: 0}, 50);
  1406.                         \$(this).animate({height : 70}, 150);
  1407.                         \$(this).find('.project-content').animate({opacity: 0}, 150, function(){
  1408.                             \$(this).find('.project-content').css({'visibility': 'hidden'});
  1409.                         });
  1410.                     });
  1411.                 })
  1412.                 .catch((error) => {
  1413.                     console.error('Error:', error);
  1414.                 });
  1415.         })
  1416.     }
  1417.     for (const eElement of document.getElementsByClassName('projectButtonref')) {
  1418.         eElement.addEventListener('click', function (e) {
  1419.             e.preventDefault()
  1420.             for (let button of document.getElementsByClassName('projectButtonref')) {
  1421.                 if (button.classList.contains('all')){
  1422.                     button.classList.remove('all')
  1423.                     button.classList.add('come')
  1424.                     button.querySelector('span').classList.replace('span-all', 'span-projects')
  1425.                 }
  1426.             }
  1427.             eElement.classList.remove('come')
  1428.             eElement.classList.add('all')
  1429.             eElement.querySelector('span').classList.replace('span-projects', 'span-all')
  1430.             fetch('reference/home/display/'+this.dataset.id, {
  1431.                 method: 'GET',
  1432.             })
  1433.                 .then(response => response.json())
  1434.                 .then(data => {
  1435.                     document.getElementById('references-home').innerHTML = ''
  1436.                     document.getElementById('references-home').innerHTML = data.data
  1437.                     _ww = \$(window).width();
  1438.                     var lightbox = \$('.lightbox'),
  1439.                         item = 0;
  1440.                     \$('.lightbox-on').click(function(e){
  1441.                         e.stopPropagation();
  1442.                         item = 0;
  1443.                         console.log('click btn');
  1444.                         var id = \$(this).attr('data-id'),
  1445.                             max = 0;
  1446.                         \$('#'+id).toggle();
  1447.                         \$('#'+id).animate({opacity: 1}, 300);
  1448.                         \$('#'+id).find('img').each(function( i ) {
  1449.                             //console.log('h : '+\$(this).height());
  1450.                             //console.log('w : '+\$(this).width());
  1451.                             max = i;
  1452.                             item = 1;
  1453.                             counter(item, max+1);
  1454.                             itemWidth(\$(this));
  1455.                         });
  1456.                     });
  1457.                     lightbox.click(function(e) {
  1458.                         e.stopPropagation();
  1459.                         \$(this).animate({opacity: 0}, 300, function(){
  1460.                             \$(this).toggle();
  1461.                         });
  1462.                     });
  1463.                     \$('.closer').on('click', function (e) {
  1464.                         e.stopPropagation();
  1465.                         \$(this).parent().animate(
  1466.                             {opacity: 0},
  1467.                             300,
  1468.                             function(){
  1469.                                 \$(this).toggle();
  1470.                             }
  1471.                         );
  1472.                     });
  1473.                     function itemWidth(img){
  1474.                         img.closest('.items').width(img.width());
  1475.                     }
  1476.                     function counter(item, max){
  1477.                         \$('.counter').text(item + ' / ' + max);
  1478.                     }
  1479.                     \$('.item', lightbox).on('click, swipeleft', function (e) {
  1480.                         var wd = \$(this).width(),
  1481.                             last = \$(this).parent().find('.item').last(),
  1482.                             img = \$(this).find('.img');
  1483.                         itemWidth(img);
  1484.                         \$(this).animate(
  1485.                             {marginLeft: -wd, opacity: 0},
  1486.                             500,
  1487.                             'swing',
  1488.                             function(){
  1489.                                 \$(this).insertAfter(last);
  1490.                                 \$(this).css({marginLeft: 0, opacity: 1});
  1491.                             }
  1492.                         );
  1493.                     });
  1494.                     \$('.item', lightbox).on('swiperight', function (e) {
  1495.                         var wd = \$(this).width(),
  1496.                             first = \$(this).parent().find('.item').first(),
  1497.                             last = \$(this).parent().find('.item').last(),
  1498.                             img = \$(this).find('.img');
  1499.                         itemWidth(img);
  1500.                         \$(last).insertBefore(\$(this));
  1501.                         \$(last).css({marginLeft: -wd, opacity: 0});
  1502.                         \$(this).parent().find('.item').eq(0).animate(
  1503.                             {marginLeft: 0, opacity: 1},
  1504.                             500,
  1505.                             'swing'
  1506.                         );
  1507.                     });
  1508.                     \$('.arrows', lightbox).on('click', function (e) {
  1509.                         e.stopPropagation();
  1510.                         var wd = \$(this).siblings('.items').find('.item').eq(0).width(),
  1511.                             max = \$(this).siblings('.items').find('.item').length,
  1512.                             first = \$(this).siblings('.items').find('.item').first(),
  1513.                             last = \$(this).siblings('.items').find('.item').last(),
  1514.                             isRight = \$(this).hasClass('right'),
  1515.                             marginL = isRight ? -wd : 0,
  1516.                             marginL0 = isRight ? 0: -wd,
  1517.                             opacOn = isRight ? 1 : 0,
  1518.                             opacOff = isRight ? 0 : 1;
  1519.                         if (!isRight){
  1520.                             \$(last).insertBefore(first);
  1521.                             \$(last).css({marginLeft: -wd, opacity: 0});
  1522.                             item++;
  1523.                             if (item == max+1) {item = 1};
  1524.                         } else {
  1525.                             item--;
  1526.                             if (item == 0) {item = max};
  1527.                         };
  1528.                         counter(item, max);
  1529.                         var img = \$(this).siblings('.items').find('.item').eq(0).find('.img');
  1530.                         itemWidth(img);
  1531.                         \$(this).siblings('.items').find('.item').eq(1).animate(
  1532.                             {opacity: opacOn},
  1533.                             500,
  1534.                             'swing');
  1535.                         \$(this).siblings('.items').find('.item').eq(0).animate(
  1536.                             {marginLeft: marginL, opacity: 1},
  1537.                             500,
  1538.                             'swing',
  1539.                             function(){
  1540.                                 if (isRight){
  1541.                                     \$(this).insertAfter(last);
  1542.                                     \$(this).css({ marginLeft: 0, opacity: 1});
  1543.                                 }
  1544.                             }
  1545.                         );
  1546.                     });
  1547.                     if (_ww > 768){
  1548.                         \$('.div-img-hover-2').hover(function (e) {
  1549.                             \$(this).find('.project-arrow-2').animate({opacity: 1}, 150);
  1550.                             var htext = \$(this).find('.project-content').height();
  1551.                             if (htext == undefined){htext = 0};
  1552.                             \$(this).find('.div-hover-2').animate({height : htext+180}, 150);
  1553.                             \$(this).find('.project-content').css({'visibility': 'visible'});
  1554.                             \$(this).find('.project-content').animate({opacity: 1}, 150);
  1555. //console.log('h : '+htext);
  1556.                         }, function() {
  1557.                             console.log('down');
  1558.                             \$(this).find('.div-hover-2').animate({height : 85}, 150);
  1559.                             \$(this).find('.project-arrow-2').animate({opacity: 0}, 150);
  1560.                             \$(this).find('.project-content').animate({opacity: 0}, 150, function(){
  1561.                                 \$(this).find('.project-content').css({'visibility': 'hidden'});
  1562.                             });
  1563.                         });
  1564.                     } else {
  1565.                         \$('.div-img-hover-2').on( \"tap\", function( event ) {
  1566.                             console.log('tap tap');
  1567.                             var opened = \$(this).find('.div-hover-2').hasClass('open'),
  1568.                                 ht = opened ? 85 : '100%',
  1569.                                 vis = opened ? 0 : 1;
  1570.                             \$(this).find('.div-hover-2').toggleClass('open');
  1571.                             \$(this).find('.div-hover-2').animate({height : ht}, 150);
  1572.                             \$(this).find('.project-arrow-2').animate({opacity: vis}, 150);
  1573.                         });
  1574.                     }
  1575.                 })
  1576.                 .catch((error) => {
  1577.                     console.error('Error:', error);
  1578.                 });
  1579.         })
  1580.     }
  1581.     /*
  1582.     window.addEventListener('scroll', function(){
  1583.         let search = document.getElementById('submit-search');
  1584.         const formSearch = document.getElementById('form-search-normal')
  1585.         const subSearch = document.getElementById('sub-search-div')
  1586.         const send = document.getElementById('send')
  1587.         if (search) {
  1588.             search.classList.toggle(\"stickyY\", window.scrollY > 730);
  1589.             if (search.classList.contains(\"stickyY\")) {
  1590.                 search.setAttribute('type', 'button')
  1591.                 search.addEventListener('click', function (e) {
  1592.                     e.preventDefault()
  1593.                     formSearch.classList.toggle('stickyYForm')
  1594.                     send.classList.toggle('send-display')
  1595.                     subSearch.classList.toggle('sub-search-div-height')
  1596.                 })
  1597.             } else  search.setAttribute('type', 'submit')
  1598.         }
  1599.     })
  1600. */
  1601. </script>
  1602. ";
  1603.         // line 1372
  1604.         echo "
  1605. </body>
  1606. </html>
  1607. ";
  1608.         
  1609.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1610.         
  1611.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1612.     }
  1613.     // line 5
  1614.     public function block_title($context, array $blocks = [])
  1615.     {
  1616.         $macros $this->macros;
  1617.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1618.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  1619.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1620.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  1621.         
  1622.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1623.         
  1624.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1625.     }
  1626.     // line 6
  1627.     public function block_metaDescription($context, array $blocks = [])
  1628.     {
  1629.         $macros $this->macros;
  1630.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1631.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  1632.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1633.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaDescription"));
  1634.         
  1635.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1636.         
  1637.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1638.     }
  1639.     // line 8
  1640.     public function block_stylesheets($context, array $blocks = [])
  1641.     {
  1642.         $macros $this->macros;
  1643.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1644.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  1645.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1646.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  1647.         // line 9
  1648.         echo "        ";
  1649.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  1650.         echo "
  1651.         <link rel=\"stylesheet\" href=\"https://unpkg.com/@egjs/flicking/dist/flicking.css\" crossorigin=\"anonymous\" />
  1652.         <link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\"/>
  1653.         <!--link rel=\"stylesheet\" href=\"https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css\" /-->
  1654.     ";
  1655.         
  1656.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1657.         
  1658.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1659.     }
  1660.     // line 15
  1661.     public function block_javascripts($context, array $blocks = [])
  1662.     {
  1663.         $macros $this->macros;
  1664.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1665.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1666.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1667.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1668.         // line 16
  1669.         echo "        ";
  1670.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  1671.         echo "
  1672. ";
  1673.         // line 18
  1674.         echo "        <script
  1675.                 src=\"https://code.jquery.com/jquery-3.6.0.min.js\"
  1676.                 integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\"
  1677.                 crossorigin=\"anonymous\">
  1678.         </script>
  1679.         
  1680.         <script src=\"https://unpkg.com/@egjs/flicking/dist/flicking.pkgd.min.js\" crossorigin=\"anonymous\"></script>
  1681.         <script type=\"text/javascript\" src=\"//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  1682.         <script src=\"https://unpkg.com/swiper/swiper-bundle.min.js\"></script>
  1683.         <!--script src=\"https://code.jquery.com/mobile/1.5.0-rc1/jquery.mobile-1.5.0-rc1.min.js\" integrity=\"sha256-c3VbCrdCtTHmXYAuxRT4D0Cy5VC/0zBnXVRIvJiV9xo=\" crossorigin=\"anonymous\"></script-->
  1684.         
  1685.     ";
  1686.         
  1687.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1688.         
  1689.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1690.     }
  1691.     // line 643
  1692.     public function block_body($context, array $blocks = [])
  1693.     {
  1694.         $macros $this->macros;
  1695.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1696.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1697.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1698.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1699.         
  1700.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1701.         
  1702.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1703.     }
  1704.     public function getTemplateName()
  1705.     {
  1706.         return "base.html.twig";
  1707.     }
  1708.     public function isTraitable()
  1709.     {
  1710.         return false;
  1711.     }
  1712.     public function getDebugInfo()
  1713.     {
  1714.         return array (  1846 => 643,  1825 => 18,  1820 => 16,  1810 => 15,  1794 => 9,  1784 => 8,  1766 => 6,  1748 => 5,  1734 => 1372,  1196 => 718,  1192 => 717,  1188 => 716,  1184 => 715,  1179 => 713,  1168 => 705,  1164 => 704,  1160 => 703,  1156 => 702,  1151 => 700,  1115 => 667,  1109 => 663,  1097 => 654,  1088 => 647,  1086 => 646,  1083 => 645,  1081 => 643,  1072 => 636,  1062 => 626,  1056 => 625,  1050 => 624,  1044 => 623,  1038 => 622,  1032 => 621,  1026 => 620,  1020 => 619,  1014 => 618,  1008 => 617,  1002 => 616,  996 => 615,  990 => 614,  984 => 613,  978 => 612,  972 => 611,  966 => 610,  960 => 609,  954 => 608,  948 => 607,  942 => 606,  936 => 605,  926 => 597,  922 => 595,  919 => 594,  913 => 592,  909 => 590,  906 => 589,  904 => 588,  891 => 580,  885 => 579,  879 => 578,  873 => 577,  867 => 576,  861 => 575,  844 => 565,  834 => 560,  803 => 531,  801 => 530,  799 => 529,  786 => 520,  783 => 519,  779 => 517,  773 => 515,  771 => 514,  765 => 513,  755 => 505,  753 => 493,  738 => 491,  734 => 490,  721 => 482,  718 => 481,  714 => 479,  708 => 477,  706 => 476,  700 => 475,  689 => 466,  687 => 465,  684 => 463,  678 => 458,  672 => 457,  669 => 456,  660 => 446,  656 => 444,  654 => 443,  651 => 442,  649 => 441,  645 => 439,  641 => 437,  637 => 435,  635 => 434,  632 => 433,  630 => 432,  624 => 431,  614 => 424,  590 => 403,  563 => 378,  545 => 359,  541 => 355,  537 => 353,  535 => 348,  531 => 343,  525 => 335,  519 => 332,  513 => 329,  507 => 326,  501 => 323,  495 => 320,  491 => 318,  456 => 283,  450 => 282,  444 => 281,  438 => 280,  432 => 279,  426 => 278,  420 => 277,  414 => 276,  408 => 275,  402 => 274,  396 => 273,  390 => 272,  384 => 271,  378 => 270,  372 => 269,  366 => 268,  360 => 267,  354 => 266,  348 => 265,  342 => 264,  336 => 263,  324 => 253,  320 => 252,  317 => 251,  311 => 249,  307 => 247,  304 => 246,  302 => 245,  264 => 209,  246 => 188,  243 => 175,  228 => 173,  224 => 172,  207 => 157,  188 => 137,  138 => 90,  120 => 74,  116 => 53,  107 => 50,  104 => 49,  100 => 48,  91 => 45,  88 => 44,  84 => 43,  70 => 30,  68 => 15,  65 => 14,  63 => 8,  60 => 7,  58 => 6,  54 => 5,  48 => 1,);
  1715.     }
  1716.     public function getSourceContext()
  1717.     {
  1718.         return new Source("<!DOCTYPE html>
  1719. <html>
  1720. <head>
  1721.     <meta charset=\"UTF-8\">
  1722.     <title>Tracol | {% block title %}{% endblock %}</title>
  1723.     {% block metaDescription %}{% endblock %}
  1724.     <meta name=\"viewport\" content= \"width=device-width, initial-scale=1.0\">
  1725.     {% block stylesheets %}
  1726.         {{ encore_entry_link_tags('app') }}
  1727.         <link rel=\"stylesheet\" href=\"https://unpkg.com/@egjs/flicking/dist/flicking.css\" crossorigin=\"anonymous\" />
  1728.         <link rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\"/>
  1729.         <!--link rel=\"stylesheet\" href=\"https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css\" /-->
  1730.     {% endblock %}
  1731.     {% block javascripts %}
  1732.         {{ encore_entry_script_tags('app') }}
  1733. {#        <script id=\"Cookiebot\" src=\"https://consent.cookiebot.com/uc.js\" data-cbid=\"d4dd1335-1dc0-4d3c-b4c3-49e9043d2e0e\" data-blockingmode=\"auto\" type=\"text/javascript\"></script>#}
  1734.         <script
  1735.                 src=\"https://code.jquery.com/jquery-3.6.0.min.js\"
  1736.                 integrity=\"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=\"
  1737.                 crossorigin=\"anonymous\">
  1738.         </script>
  1739.         
  1740.         <script src=\"https://unpkg.com/@egjs/flicking/dist/flicking.pkgd.min.js\" crossorigin=\"anonymous\"></script>
  1741.         <script type=\"text/javascript\" src=\"//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  1742.         <script src=\"https://unpkg.com/swiper/swiper-bundle.min.js\"></script>
  1743.         <!--script src=\"https://code.jquery.com/mobile/1.5.0-rc1/jquery.mobile-1.5.0-rc1.min.js\" integrity=\"sha256-c3VbCrdCtTHmXYAuxRT4D0Cy5VC/0zBnXVRIvJiV9xo=\" crossorigin=\"anonymous\"></script-->
  1744.         
  1745.     {% endblock %}
  1746.     <style>
  1747.         @media (min-width: 1200px) and (max-width:1498px) {
  1748.             .navbar-expand-xl .navbar-collapse {
  1749.                 display: flex !important;
  1750.                 /* flex-basis: auto; */
  1751.                 justify-content: center;
  1752.             }
  1753.         }
  1754.     </style>
  1755. </head>
  1756. <body>
  1757. {#<script id=\"CookieDeclaration\" src=\"https://consent.cookiebot.com/d4dd1335-1dc0-4d3c-b4c3-49e9043d2e0e/cd.js\" type=\"text/javascript\" async></script>#}
  1758. {% for success in app.flashes('success') %}
  1759.     <div class=\"alert alert-success\" role=\"alert\">
  1760.         <p class=\"alert-link\">{{ success }}</p>
  1761.     </div>
  1762. {% endfor %}
  1763. {% for error in app.flashes('error') %}
  1764.     <div class=\"col-lg-8 mx-auto alert alert-danger\" role=\"alert\">
  1765.         <p class=\"alert-link\">{{ error }}</p>
  1766.     </div>
  1767. {% endfor %}
  1768. {#
  1769. <div class=\"d-flex flex-column flex-shrink-0 bg-light black\" style=\"width: 4rem;\">
  1770.     <a  href=\"https://www.facebook.com/tracolimmobilier/\"><i class=\"fab fa-facebook-f\"></i></a>
  1771.     <a href=\"https://www.linkedin.com/company/tracol-immobilier-s-a-/\"><i class=\"fab fa-linkedin\"></i></a>
  1772.     <a href=\"https://www.instagram.com/tracolimmobilier/\"><i class=\"fab fa-instagram\"></i></a>
  1773. </div>
  1774. <div id=\"div-newsletter\" class=\"d-flex flex-column flex-shrink-0 bg-light orange\">
  1775.     <a id=\"text-vertical\" class=\"text-vertical\" href=\"#\">NEWSLETTER</a>
  1776.     <div id=\"div-form-newsletter\" style=\"opacity: 0\">
  1777.         <span id=\"span-newsletter\" style=\"opacity: 0\">Restez informé ! Abonnez-vous à notre newsletter.</span>
  1778.         <form action=\"{{ path('mailchimp') }}\" id=\"form-newsletter\" style=\"display: none\">
  1779.             <div class=\"input-group\">
  1780.                 <input id=\"input-email\" class=\"form-control input-email\" type=\"email\" name=\"email\" placeholder=\"Votre adresse mail\">
  1781.                 <button class=\"btn btn-primary button-newsletter\" type=\"submit\"><i class=\"fas fa-arrow-right\"></i></button>
  1782.             </div>
  1783.         </form>
  1784.     </div>
  1785. </div>
  1786. #}
  1787. <nav class=\"navbar navbar-expand-xl fixed-top homepage\">
  1788.     <div id=\"center-nav\" class=\"container-fluid\">
  1789.         <button class=\"navbar-toggler\"
  1790.                 type=\"button\"
  1791.                 data-bs-toggle=\"collapse\"
  1792.                 data-bs-target=\"#navbarNav\"
  1793.                 aria-controls=\"navbarNav\"
  1794.                 aria-expanded=\"false\"
  1795.                 aria-label=\"Toggle navigation\">
  1796.             <span class=\"navbar-toggler-icon\">
  1797.                 <i class=\"fas fa-bars\"></i>
  1798.             </span>
  1799.         </button>
  1800.         <a href=\"{{ path('index') }}\" class=\"tracol-logo\">
  1801.             <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"136.339\" height=\"51.127\" viewBox=\"0 0 136.339 51.127\">
  1802.                 <g id=\"Groupe_4469\" data-name=\"Groupe 4469\" transform=\"translate(11823.999 14639)\">
  1803.                     <path id=\"Tracé_59\" data-name=\"Tracé 59\" d=\"M682.759,232.441h-9.089v14.77l9.089-1.931Z\" transform=\"translate(-12370.418 -14871.441)\" fill=\"#f6a400\"/>
  1804.                     <path id=\"Tracé_60\" data-name=\"Tracé 60\" d=\"M635.6,255.7c0,7.088,3.8,9.434,9.069,9.434a16.669,16.669,0,0,0,6.359-1.2l-.73-4.379a14.765,14.765,0,0,1-5.629,1.147c-2.658,0-4.378-1.2-4.378-5V232.5H635.6Z\" transform=\"translate(-12347.273 -14871.48)\"/>
  1805.                     <path id=\"Tracé_61\" data-name=\"Tracé 61\" d=\"M402.171,274.441h4.691V253.593a10.905,10.905,0,0,1,3.962-.573,14.562,14.562,0,0,1,4.117.573l.782-4.378a17.993,17.993,0,0,0-5.108-.626,21.859,21.859,0,0,0-8.444,1.512Zm40.968-12.477c0,8.652,4.639,13.031,12.3,13.031a19.832,19.832,0,0,0,6.984-1.2l-.73-4.378a15.649,15.649,0,0,1-5.942,1.147c-5.525,0-7.922-2.814-7.922-8.912,0-5.264,1.824-8.6,7.557-8.6a12.827,12.827,0,0,1,5.838,1.355l.729-4.482a17.148,17.148,0,0,0-6.672-1.3c-8.339,0-12.144,5.473-12.144,13.343m40.6-.156c0,5.369-1.3,8.756-6.724,8.756-5.473,0-6.828-3.388-6.828-8.756,0-5.316,1.355-8.756,6.828-8.756,5.42,0,6.724,3.44,6.724,8.756m-6.724,13.187c7.975,0,11.467-5.264,11.467-13.187,0-8.131-3.232-13.187-11.467-13.187-8.027,0-11.519,5.316-11.519,13.187,0,8.131,3.284,13.187,11.519,13.187\" transform=\"translate(-12205.374 -14881.258)\"/>
  1806.                     <path id=\"Tracé_62\" data-name=\"Tracé 62\" d=\"M349.134,255.7c0,7.088,3.8,9.434,9.069,9.434a16.669,16.669,0,0,0,6.359-1.2l-.73-4.379A14.766,14.766,0,0,1,358.2,260.7c-2.658,0-4.378-1.2-4.378-5V244.778h9.695v-4.43h-9.695V232.5h-4.691Z\" transform=\"translate(-12173.133 -14871.48)\"/>
  1807.                     <path id=\"Tracé_63\" data-name=\"Tracé 63\" d=\"M452.277,271.03c-4.851,0-4.851-3.294-4.851-4.165,0-.807.04-3.966,5.213-3.966H463.01v-5.42c0-6.567-4.431-8.809-10.425-8.809a29.621,29.621,0,0,0-7.87,1.146l.678,4.326a20.958,20.958,0,0,1,7.036-1.2c3.7,0,5.942,1.043,5.942,4.066v2.241h-4.9c-6.567,0-10.685,2.137-10.685,7.871,0,5.681,3.8,7.922,10.32,7.922a32.7,32.7,0,0,0,9.9-1.511v-4.091a43.889,43.889,0,0,1-10.733,1.589\" transform=\"translate(-12230.064 -14881.307)\"/>
  1808.                     <rect id=\"Rectangle_73\" data-name=\"Rectangle 73\" width=\"1.585\" height=\"8.956\" transform=\"translate(-11803.191 -14596.829)\"/>
  1809.                     <path id=\"Tracé_64\" data-name=\"Tracé 64\" d=\"M415.929,339.993h1.5l2.643,4.172,2.628-4.172h1.5v8.956h-1.585v-6.105l-2.448,3.88h-.194l-2.476-3.866v6.092h-1.572Z\" transform=\"translate(-12213.737 -14936.822)\"/>
  1810.                     <path id=\"Tracé_65\" data-name=\"Tracé 65\" d=\"M446.472,339.993h1.5l2.643,4.172,2.628-4.172h1.5v8.956h-1.585v-6.105l-2.448,3.88h-.194l-2.476-3.866v6.092h-1.572Z\" transform=\"translate(-12232.305 -14936.822)\"/>
  1811.                     <path id=\"Tracé_66\" data-name=\"Tracé 66\" d=\"M480,341.292c-1.808,0-2.113,1.112-2.113,3.058s.334,3.018,2.142,3.018,2.142-1.085,2.142-3.018-.349-3.058-2.171-3.058m-3.7,3.058c0-2.67.736-4.533,3.7-4.533s3.77,1.848,3.77,4.533-.779,4.492-3.741,4.492-3.727-1.822-3.727-4.492\" transform=\"translate(-12250.44 -14936.716)\"/>
  1812.                     <path id=\"Tracé_67\" data-name=\"Tracé 67\" d=\"M505.617,345.055v2.42h1.877c1.266,0,1.7-.473,1.7-1.2s-.417-1.224-1.7-1.224Zm0-3.588v2.225h1.711c1.182,0,1.585-.5,1.585-1.126s-.4-1.1-1.585-1.1Zm1.711-1.474c2.309,0,3.185.988,3.185,2.42a1.93,1.93,0,0,1-1.182,1.892,2.046,2.046,0,0,1,1.461,2c0,1.4-1.029,2.642-3.3,2.642h-3.449v-8.956Z\" transform=\"translate(-12267.304 -14936.822)\"/>
  1813.                     <rect id=\"Rectangle_74\" data-name=\"Rectangle 74\" width=\"1.586\" height=\"8.956\" transform=\"translate(-11753.034 -14596.829)\"/>
  1814.                     <path id=\"Tracé_68\" data-name=\"Tracé 68\" d=\"M543.847,339.993h1.572v7.482h4.117v1.474h-5.689Z\" transform=\"translate(-12291.499 -14936.822)\"/>
  1815.                     <rect id=\"Rectangle_75\" data-name=\"Rectangle 75\" width=\"1.586\" height=\"8.956\" transform=\"translate(-11738.931 -14596.829)\"/>
  1816.                     <path id=\"Tracé_69\" data-name=\"Tracé 69\" d=\"M581.389,347.475h4.673v1.474h-6.245v-8.957h6.245v1.474h-4.673v2.142h4.117v1.474h-4.117Z\" transform=\"translate(-12313.365 -14936.822)\"/>
  1817.                     <path id=\"Tracé_70\" data-name=\"Tracé 70\" d=\"M605.9,341.467V344.1h1.85c1.377,0,1.794-.529,1.794-1.308,0-.834-.417-1.321-1.794-1.321Zm3.255,3.908,2.337,3.574h-1.808l-2.2-3.379H605.9v3.379h-1.572v-8.956h3.421c2.448,0,3.38,1.126,3.38,2.8a2.537,2.537,0,0,1-1.975,2.587\" transform=\"translate(-12328.266 -14936.822)\"/>
  1818.                 </g>
  1819.             </svg>
  1820.         </a>
  1821.         <button style=\"background-color: transparent;border-color: transparent; display: none;position: absolute;right:0;top:5px;\" id=\"submit-search-mobile\" type=\"submit\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal1\">
  1822.             <svg style=\"height: 55px;\" class=\"search-button\" xmlns=\"http://www.w3.org/2000/svg\" width=\"55.982\" height=\"90.97\" viewBox=\"0 0 55.982 90.97\">
  1823.                 <g id=\"Groupe_3817\" data-name=\"Groupe 3817\" transform=\"translate(-1528.861 -105)\">
  1824.                     <path id=\"Tracé_95\" data-name=\"Tracé 95\" d=\"M729.651,232.441H673.669v90.97l55.982-11.894Z\" transform=\"translate(855.192 -127.441)\" fill=\"#f6a400\"/>
  1825.                     <g id=\"Groupe_3794\" data-name=\"Groupe 3794\" transform=\"translate(1545.335 126.696)\">
  1826.                         <g id=\"np_search_1868241_000000\">
  1827.                             <path id=\"Tracé_92\" data-name=\"Tracé 92\" d=\"M8.287,17.368A8.662,8.662,0,1,1,14.4,14.813a8.679,8.679,0,0,1-6.109,2.555Zm0-15.055a6.36,6.36,0,1,0,4.477,1.881A6.377,6.377,0,0,0,8.287,2.313Z\" transform=\"translate(0.441 -0.012)\" fill=\"#fff\"/>
  1828.                             <path id=\"Tracé_93\" data-name=\"Tracé 93\" d=\"M57.82,59.567l1.626-1.633L67.4,65.852l-1.626,1.633Z\" transform=\"translate(-44.591 -44.782)\" fill=\"#fff\"/>
  1829.                         </g>
  1830.                     </g>
  1831.                 </g>
  1832.             </svg>
  1833.         </button>
  1834.         <!-- Modal -->
  1835.         <div class=\"modal fade bd-example-modal-lg\" id=\"exampleModal1\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myLargeModalLabel\" aria-hidden=\"true\">
  1836.             <div class=\"modal-dialog modal-lg\">
  1837.                 <div class=\"modal-content\">
  1838.                     <div class=\"col-lg-12\">
  1839.                         <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\" style=\"font-size:2em;position: absolute;right: 15px;\"></button>
  1840.                         <div name=\"form-search-normal-mobile\" id=\"form-search-normal-mobile\" class=\"div-svg-header\">
  1841.                             <form action=\"{{ path('results') }}\"  style=\"display: flex; align-items: center; width: 100%\">
  1842.                                 <div class=\"container-form-mobile\" style=\"display: flex;flex-direction: column;justify-content: center; \">
  1843.                                     <div class=\"selectors mobile\" style=\"display: flex; align-items: center; width: auto;\">
  1844.                                         <div id=\"transaction-drop\" class=\"dropdown\">
  1845.                                             <div class=\"undroped\">
  1846.                                                 <p class=\"undroped-header\">Type de transaction</p>
  1847.                                                 <p name=\"transaction-type\" class=\"undroped-subheader\">Achat ou Location</p>
  1848.                                                 <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"transaction-type\">
  1849.                                             </div>
  1850.                                             <div class=\"droped\">
  1851.                                                 <div class=\"dropdown-header\">Type de transaction</div>
  1852.                                                 <ul id=\"transaction-li\" class=\"items\">
  1853.                                                     <li class=\"item\" data-value =\"Vente\">Achat</li>
  1854.                                                     <li class=\"item\" data-value =\"Location\">Location</li>
  1855.                                                     {#
  1856.                                                     <li class=\"item\" data-value =\"Viager\">Viager</li>
  1857.                                                     <li class=\"item\" data-value =\"Enchere\">Enchère</li>
  1858.                                                     #}
  1859.                                                 </ul>
  1860.                                             </div>
  1861.                                         </div>
  1862.                                         <div id=\"property-drop\" class=\"dropdown\">
  1863.                                             <div class=\"undroped\">
  1864.                                                 <p class=\"undroped-header\">Type de biens</p>
  1865.                                                 <p name=\"property-type\" class=\"undroped-subheader\">Appartement, Bureau, ...</p>
  1866.                                                 <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"property-type\">
  1867.                                             </div>
  1868.                                             <div class=\"droped\">
  1869.                                                 <div class=\"dropdown-header\">Type de biens</div>
  1870.                                                 <ul id=\"property-li\" class=\"items\">
  1871.                                                     {% for type in get_properties.getTypesProperties() %}
  1872.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == type %}selected{% endif %}\" data-value=\"{{ type }}\">{{ type }}</li>
  1873.                                                     {% endfor %}
  1874.                                                     {#
  1875.                                                     <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Studio' %}selected{% endif %}\" data-value=\"Studio\">Studio</li>
  1876.                                                     <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Appartement' %}selected{% endif %}\" data-value=\"Appartement\">Appartement</li>
  1877.                                                     <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Maison' %}selected{% endif %}\" data-value=\"Maison\">Maison</li>
  1878.                                                     <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Bureaux' %}selected{% endif %}\" data-value=\"Bureaux\">Bureau</li>
  1879.                                                     <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Commerce' %}selected{% endif %}\" data-value=\"Commerce\">Commerce</li>
  1880.                                                     <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Garage / Parking' %}selected{% endif %}\" data-value=\"Garage / Parking\">Garage / Parking</li>
  1881.                                                     <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Immeuble' %}selected{% endif %}\" data-value=\"Immeuble\">Immeuble</li>
  1882.                                                     <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Cave / Box' %}selected{% endif %}\" data-value=\"Cave / Box\">Cave / Box</li>
  1883.                                                     #}
  1884.                                                 </ul>
  1885.                                             </div>
  1886.                                         </div>
  1887.                                         <div id=\"location-drop-mobile\" class=\"dropdown\">
  1888.                                             <div class=\"undroped\">
  1889.                                                 <p class=\"undroped-header\">Localisation</p>
  1890.                                                 <p class=\"undroped-subheader\">Choisissez une commune</p>
  1891.                                                 <input type=\"hidden\" value=\"\" class=\"input-subheader\" name=\"location\">
  1892.                                             </div>
  1893.                                             <div class=\"droped\">
  1894.                                                 <div  class=\"dropdown-header\">Localisation</div>
  1895.                                                 <ul id=\"location-li-mobile\" class=\"items\">
  1896.                                                     {#
  1897.                                                     <li class=\"item\" data-value =\"Appartement\">Luxembourg-Ville</li>
  1898.                                                     <li class=\"item\" data-value =\"Bureaux\">Leudelange</li>
  1899.                                                     <li class=\"item\" data-value =\"Maison\">Esch-Sur-Alzette</li>
  1900.                                                     #}
  1901.                                                 </ul>
  1902.                                             </div>
  1903.                                         </div>
  1904.                                     </div>
  1905.                                     <div id=\"sub-search-div-mobile\" class=\"sub-search-div-mobile\">
  1906.                                         <div class=\"col-lg-3 div-form\">
  1907.                                             <input class=\"sub-search-input\" name=\"budget\"  id=\"budget\" type=\"text\" placeholder=\"Budget max.\">
  1908.                                         </div>
  1909.                                         <div id=\"rooms-drop\" class=\"dropdown\">
  1910.                                             <div class=\"undroped\">
  1911.                                                 <p class=\"undroped-header transparent-font\">Nombre de chambres</p>
  1912.                                                 <p class=\"undroped-subheader good-place\"></p>
  1913.                                                 <input type=\"hidden\" class=\"input-subheader\" name=\"rooms\">
  1914.                                             </div>
  1915.                                             <div class=\"droped\">
  1916.                                                 <div class=\"dropdown-header\" style=\"color:#5f5f5f\">Nombre de chambres</div>
  1917.                                                 <ul id=\"rooms-li\" class=\"items\">
  1918.                                                     <li class=\"item\" data-value =\"\">Indifférent</li>
  1919.                                                     <li class=\"item\" data-value =\"1\">1</li>
  1920.                                                     <li class=\"item\" data-value =\"2\">2</li>
  1921.                                                     <li class=\"item\" data-value =\"3\">3</li>
  1922.                                                     <li class=\"item\" data-value =\"4\">4</li>
  1923.                                                     <li class=\"item\" data-value =\"5\">5</li>
  1924.                                                     <li class=\"item\" data-value =\"6\">6</li>
  1925.                                                 </ul>
  1926.                                             </div>
  1927.                                         </div>
  1928.                                             <!--<input class=\"sub-search-input\" id=\"area-minimum\" name=\"area-minimum\" type=\"text\" placeholder=\"Surface min.\">-->
  1929.                                             <div id=\"area-drop\" class=\"dropdown\" style=\"border: 1px solid black;\">
  1930.                                                 <div class=\"undroped\">
  1931.                                                     <p class=\"undroped-header transparent-font\">
  1932.                                                         {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined %}
  1933.                                                             {% if app.session.get('filter')['area-minimum'] == '' %}
  1934.                                                                 Indifférent
  1935.                                                             {% else %}
  1936.                                                                 {{ app.session.get('filter')['area-minimum'] }}
  1937.                                                             {% endif %}
  1938.                                                         {% else %}
  1939.                                                             Surface minimum
  1940.                                                         {% endif %}</p>
  1941.                                                     <p class=\"undroped-subheader good-place\"></p>
  1942.                                                     <input type=\"hidden\" class=\"input-subheader\" name=\"area-minimum\">
  1943.                                                 </div>
  1944.                                                 <div class=\"droped\">
  1945.                                                     <div class=\"dropdown-header\">Surface minimum</div>
  1946.                                                     <ul id=\"area-li\" class=\"items\">
  1947.                                                         <li class=\"item\" data-value=\"\">Indifférent</li>
  1948.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 20 %}selected{% endif %}\" data-value =\"20\">20 m²</li>
  1949.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 30 %}selected{% endif %}\" data-value =\"30\">30 m²</li>
  1950.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 40 %}selected{% endif %}\" data-value =\"40\">40 m²</li>
  1951.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 50 %}selected{% endif %}\" data-value =\"50\">50 m²</li>
  1952.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 60 %}selected{% endif %}\" data-value =\"60\">60 m²</li>
  1953.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 70 %}selected{% endif %}\" data-value =\"70\">70 m²</li>
  1954.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 80 %}selected{% endif %}\" data-value =\"80\">80 m²</li>
  1955.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 90 %}selected{% endif %}\" data-value =\"90\">90 m²</li>
  1956.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 100 %}selected{% endif %}\" data-value =\"100\">100 m²</li>
  1957.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 110 %}selected{% endif %}\" data-value =\"110\">110 m²</li>
  1958.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 120 %}selected{% endif %}\" data-value =\"120\">120 m²</li>
  1959.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 130 %}selected{% endif %}\" data-value =\"130\">130 m²</li>
  1960.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 140 %}selected{% endif %}\" data-value =\"140\">140 m²</li>
  1961.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 150 %}selected{% endif %}\" data-value =\"150\">150 m²</li>
  1962.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 160 %}selected{% endif %}\" data-value =\"160\">160 m²</li>
  1963.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 170 %}selected{% endif %}\" data-value =\"170\">170 m²</li>
  1964.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 180 %}selected{% endif %}\" data-value =\"180\">180 m²</li>
  1965.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 190 %}selected{% endif %}\" data-value =\"190\">190 m²</li>
  1966.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 200 %}selected{% endif %}\" data-value =\"200\">200 m²</li>
  1967.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 250 %}selected{% endif %}\" data-value =\"250\">250 m²</li>
  1968.                                                         <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 300 %}selected{% endif %}\" data-value =\"300\">300 m²</li>
  1969.                                                     </ul>
  1970.                                                 </div>
  1971.                                         </div>
  1972.                                     </div>
  1973.                                     <div>
  1974.                                         <button style=\"background-color: transparent;border-color: transparent;\" id=\"submit-search\" type=\"submit\">
  1975.                                             <svg class=\"search-button\" xmlns=\"http://www.w3.org/2000/svg\" width=\"55.982\" height=\"90.97\" viewBox=\"0 0 55.982 90.97\">
  1976.                                                 <g id=\"Groupe_3817\" data-name=\"Groupe 3817\" transform=\"translate(-1528.861 -105)\">
  1977.                                                     <path id=\"Tracé_95\" data-name=\"Tracé 95\" d=\"M729.651,232.441H673.669v90.97l55.982-11.894Z\" transform=\"translate(855.192 -127.441)\" fill=\"#f6a400\"/>
  1978.                                                     <g id=\"Groupe_3794\" data-name=\"Groupe 3794\" transform=\"translate(1545.335 126.696)\">
  1979.                                                         <g id=\"np_search_1868241_000000\">
  1980.                                                             <path id=\"Tracé_92\" data-name=\"Tracé 92\" d=\"M8.287,17.368A8.662,8.662,0,1,1,14.4,14.813a8.679,8.679,0,0,1-6.109,2.555Zm0-15.055a6.36,6.36,0,1,0,4.477,1.881A6.377,6.377,0,0,0,8.287,2.313Z\" transform=\"translate(0.441 -0.012)\" fill=\"#fff\"/>
  1981.                                                             <path id=\"Tracé_93\" data-name=\"Tracé 93\" d=\"M57.82,59.567l1.626-1.633L67.4,65.852l-1.626,1.633Z\" transform=\"translate(-44.591 -44.782)\" fill=\"#fff\"/>
  1982.                                                         </g>
  1983.                                                     </g>
  1984.                                                 </g>
  1985.                                             </svg></button>
  1986.                                         <button class=\"btn btn-primary\" id=\"send\" type=\"submit\" style=\"display: none\">Envoyer</button>
  1987.                                     </div>
  1988.                                 </div>
  1989.                             </form>
  1990.                         </div>
  1991.                     </div>
  1992.                 </div>
  1993.             </div>
  1994.         </div>
  1995.         <div class=\"nav-elements collapse navbar-collapse\" id=\"navbarNav\">
  1996.             <ul class=\"navbar-nav\">
  1997.                 {#
  1998.                 <li class=\"nav-item\">
  1999.                     <a class=\"nav-link active\" aria-current=\"page\" href=\"{{ path('tracol') }}\">Tracol</a>
  2000.                 </li>
  2001.                 #}
  2002.                 <li class=\"nav-item\">
  2003.                     <a class=\"nav-link\" href=\"{{ path('about') }}\">Qui sommes-nous</a>
  2004.                 </li>
  2005.                 <li class=\"nav-item\">
  2006.                     <a class=\"nav-link\" href=\"{{ path('properties', {'keyword': 'vente'}) }}\">Acheter</a>
  2007.                 </li>
  2008.                 <li class=\"nav-item\">
  2009.                     <a class=\"nav-link\" href=\"{{ path('properties', {'keyword': 'location'}) }}\">Louer</a>
  2010.                 </li>
  2011.                 <li class=\"nav-item\">
  2012.                     <a class=\"nav-link\" href=\"{{ path('vendre', {'keyword': 'location'}) }}\">Vendre</a>
  2013.                 </li>
  2014.                 <li class=\"nav-item\">
  2015.                     <a class=\"nav-link\" href=\"{{ path('projects', {'keyword': 'location'}) }}\">Projets</a>
  2016.                 </li>
  2017.                 <li class=\"nav-item\">
  2018.                     <a class=\"nav-link\" href=\"{{ path('reference') }}\">Références</a>
  2019.                 </li>
  2020.                 {#
  2021.                 <li class=\"nav-item\">
  2022.                     <a class=\"nav-link\" href=\"{{ path('team') }}\">Notre equipe</a>
  2023.                 </li>
  2024.                 #}
  2025. {#                <li class=\"nav-item\">#}
  2026. {#                    <a class=\"nav-link\" href=\"#\">Actualités</a>#}
  2027. {#                </li>#}
  2028.                 {#
  2029.                 <li class=\"nav-item\">
  2030.                     <a class=\"nav-link\" href=\"{{ path('carrieres') }}\">Carrières</a>
  2031.                 </li>
  2032.                 #}
  2033.                 <li id=\"enveloppe-mobile\" class=\"nav-item\">
  2034.                     <a class=\"nav-link\" href=\"{{ path('contact') }}\">
  2035.                         {#
  2036.                         <i class=\"far fa-envelope\"></i>
  2037.                         #}
  2038.                         Contact
  2039.                     </a>
  2040.                 </li>
  2041.             </ul>
  2042.         </div>
  2043.         <div class=\"contacts-social\">
  2044.             <div class=\"phone-contact\">
  2045.                 <div>
  2046.                     <svg class=\"svg-phone\" xmlns=\"http://www.w3.org/2000/svg\" width=\"31.059\" height=\"27.732\" viewBox=\"0 0 31.059 27.732\">
  2047.                         <g id=\"np_phone-call_3960627_000000\" transform=\"translate(-6.248 -15.626)\">
  2048.                             <path id=\"Tracé_116\" data-name=\"Tracé 116\" d=\"M32.871,43.356H33.98V41.138h3.328V38.919H33.98V34.793l-7.931-2.64-2.973,1.986a19.764,19.764,0,0,1-7.488-7.421l1.9-1.9-2.64-9.2h-8.6v1.109A26.511,26.511,0,0,0,32.871,43.357ZM13.182,17.844l1.808,6.334L12.9,26.307l.377.721a22,22,0,0,0,9.406,9.384l.588.3,3.161-2.119,5.324,1.8v4.748A24.461,24.461,0,0,1,8.467,17.844Z\" fill=\"#f6a400\"/>
  2049.                         </g>
  2050.                     </svg>
  2051.                 </div>
  2052.                 <div>
  2053.                     <p class=\"phone\">
  2054.                         {#
  2055.                         Besoin d'informations ? <br>
  2056.                         #}
  2057.                         <a href=\"tel:+3522658601\">(+352) 26 58 60-1</a>
  2058.                     </p>
  2059.                 </div>
  2060.             </div>
  2061.             <div class=\"col-md-2 d-flex justify-content-between w-100 mt-3\">
  2062.                 <a target=\"_blank\" href=\"https://www.facebook.com/tracolimmobilier/\" style=\"width:20px;\"><i class=\"fab fa-facebook-f fa-2x\" style=\"color:#f6a400;margin-top:0;width:20px;height:20px;\"></i></a>
  2063.                 <a target=\"_blank\" href=\"https://www.linkedin.com/company/tracol-immobilier-s-a-/\" style=\"width:20px;\"><i class=\"fab fa-linkedin fa-2x\" style=\"color:#f6a400;margin-top:0;width:20px;height:20px;\"></i></a>
  2064.                 <a target=\"_blank\" href=\"https://www.instagram.com/tracolimmobilier/\" style=\"width:20px;\"><i class=\"fab fa-instagram fa-2x\" style=\"color:#f6a400;margin-top:0;width:20px;height:20px;\"></i></a>
  2065.                 <a target=\"_blank\" href=\"https://www.youtube.com/channel/UCLl8G5ZCdyslVR_4ANkD6GA\" class=\"d-flex align-items-end align-items-center\" style=\"width:20px;\"><i class=\"fab fa-youtube fa-2x\" style=\"color:#f6a400;width:20px;height:20px;\"></i></a>
  2066.             </div>
  2067.         </div>
  2068.         <div id=\"footer-nav-mobile\" class=\"col-lg-2\" style=\"display: none\">
  2069.             <div class=\"col-lg-12 opacity-mobile\" style=\"display: flex; flex-direction: row\">
  2070.                 <div id=\"svg-phone\" class=\"col-lg-4\" style=\"margin-top:0;\">
  2071.                     <a class=\"nav-link d-flex align-items-center\" style=\"height: 42px;padding:0;margin-right:25px;\" href=\"tel:+3522658601\">
  2072.                         <svg style=\"margin: auto;\" class=\"svg-phone\" xmlns=\"http://www.w3.org/2000/svg\" width=\"31.059\" height=\"27.732\" viewBox=\"0 0 31.059 27.732\">
  2073.                             <g id=\"np_phone-call_3960627_000000\" transform=\"translate(-6.248 -15.626)\">
  2074.                                 <path id=\"Tracé_116\" data-name=\"Tracé 116\" d=\"M32.871,43.356H33.98V41.138h3.328V38.919H33.98V34.793l-7.931-2.64-2.973,1.986a19.764,19.764,0,0,1-7.488-7.421l1.9-1.9-2.64-9.2h-8.6v1.109A26.511,26.511,0,0,0,32.871,43.357ZM13.182,17.844l1.808,6.334L12.9,26.307l.377.721a22,22,0,0,0,9.406,9.384l.588.3,3.161-2.119,5.324,1.8v4.748A24.461,24.461,0,0,1,8.467,17.844Z\" fill=\"black\"/>
  2075.                             </g>
  2076.                         </svg>
  2077.                     </a>
  2078.                 </div>
  2079.                 <div class=\"col-lg-6 opacity-mobile\">
  2080.                     <a class=\"nav-link d-flex align-items-center\" style=\"height: 42px;padding:0;\" href=\"{{ path('contact') }}\"><i style=\"color: #5f5f5f;margin-right: 15px;\" class=\"far fa-envelope fa-2x\"></i></a>
  2081.                 </div>
  2082.             </div>
  2083.             <div class=\"col-8 col-lg-12 m-auto opacity-mobile mt-3\" style=\"display: flex;justify-content: space-between; opacity: 0\">
  2084.                 <div class=\"col-2 col-lg-2\">
  2085.                     <a class=\"d-flex align-items-center justify-content-center\" target=\"_blank\" href=\"https://www.facebook.com/tracolimmobilier/\"><i style=\"color: #5f5f5f;padding:0;margin:0;\" class=\"fab fa-facebook-f\"></i></a>
  2086.                 </div>
  2087.                 <div class=\"col-2 col-lg-2\">
  2088.                     <a class=\"d-flex align-items-center justify-content-center\" target=\"_blank\" href=\"https://www.linkedin.com/company/tracol-immobilier-s-a-/\"><i style=\"color: #5f5f5f;padding:0;margin:0;\" class=\"fab fa-linkedin\"></i></a>
  2089.                 </div>
  2090.                 <div class=\"col-2 col-lg-2\">
  2091.                     <a class=\"d-flex align-items-center justify-content-center\" target=\"_blank\" href=\"https://www.instagram.com/tracolimmobilier/\"><i style=\"color: #5f5f5f;padding:0;margin:0;\" class=\"fab fa-instagram\"></i></a>
  2092.                 </div>
  2093.                 <div class=\"col-2 col-lg-2\">
  2094.                     <a class=\"d-flex align-items-center justify-content-center\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCLl8G5ZCdyslVR_4ANkD6GA\"><i style=\"color: #5f5f5f;padding:0;margin:0;\" class=\"fab fa-youtube fa-2x\"></i></a>
  2095.                 </div>
  2096.             </div>
  2097.         </div>
  2098.     </div>
  2099. </nav>
  2100. <div id=\"formResearchNav\" class=\"d-flex justify-content-center\">
  2101.     <form action=\"{{ path('results') }}\" class=\"col-lg-8 form-search-filter\" style=\"display: flex; align-items: center;\">
  2102.         <div class=\"container-form-search\" style=\"display: flex;flex-direction: column;justify-content: center; width: 71.666vw;position:relative\">
  2103.             <div class=\"selectors\" style=\"display: flex; align-items: center; width: auto;justify-content: space-between;z-index:9;\">
  2104.                 <div id=\"transaction-drop\" class=\"dropdown\">
  2105.                     <div class=\"undroped\">
  2106.                         <p class=\"undroped-header\">Type de transaction</p>
  2107.                         <p name=\"transaction-type\" class=\"undroped-subheader {% if app.session.get('filter')['transaction-type'] is defined %}selected{% endif %}\">
  2108.                             {% if app.session.get('filter') and app.session.get('filter')['transaction-type'] == 'Vente' or (app.request.attributes.get('_route_params')['keyword'] is defined and app.request.attributes.get('_route_params')['keyword'] == 'vente') %}
  2109.                                 Achat
  2110.                             {% elseif app.session.get('filter') and app.session.get('filter')['transaction-type'] == 'Location' or (app.request.attributes.get('_route_params')['keyword'] is defined and app.request.attributes.get('_route_params')['keyword'] == 'location') %}
  2111.                                 Location
  2112.                             {% else %}
  2113.                                 Achat ou Location
  2114.                             {% endif %}
  2115.                         </p>
  2116.                         <input type=\"hidden\"
  2117.                                {% if app.session.get('filter') and app.session.get('filter')['transaction-type'] == 'Vente' or (app.request.attributes.get('_route_params')['keyword'] is defined and app.request.attributes.get('_route_params')['keyword'] == 'vente') %}
  2118.                                    value=\"Vente\"
  2119.                                 {% elseif app.session.get('filter') and app.session.get('filter')['transaction-type'] == 'Location' or (app.request.attributes.get('_route_params')['keyword'] is defined and app.request.attributes.get('_route_params')['keyword'] == 'location') %}
  2120.                                     value=\"Location\"
  2121.                                {% endif %}
  2122.                                value=\"\"
  2123.                                class=\"input-subheader\" name=\"transaction-type\">
  2124.                     </div>
  2125.                     <div class=\"droped\">
  2126.                         <div class=\"dropdown-header\">Type de transaction</div>
  2127.                         <ul id=\"transaction-li\" class=\"items\">
  2128.                             {#
  2129.                             <li class=\"item\" data-value=\"\">Achat ou Location</li>
  2130.                             #}
  2131.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['transaction-type'] == 'Vente' or (app.request.attributes.get('_route_params')['keyword'] is defined and app.request.attributes.get('_route_params')['keyword'] == 'vente') %}selected{% endif %}\" data-value =\"Vente\">Achat</li>
  2132.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['transaction-type'] == 'Location' or (app.request.attributes.get('_route_params')['keyword'] is defined and app.request.attributes.get('_route_params')['keyword'] == 'location') %}selected{% endif %}\" data-value =\"Location\">Location</li>
  2133.                             {#
  2134.                             <li class=\"item\" data-value =\"Location saisonnière\">Location saisonniere</li>
  2135.                             <li class=\"item\" data-value =\"Programme\">Programme</li>
  2136.                             #}
  2137.                             {#                                                <li class=\"item\" data-value =\"Viager\">Viager</li>#}
  2138.                             {#                                                <li class=\"item\" data-value =\"Enchere\">Enchère</li>#}
  2139.                         </ul>
  2140.                     </div>
  2141.                 </div>
  2142.                 
  2143.                 <div id=\"property-drop\" class=\"dropdown\">
  2144.                     <div class=\"undroped\">
  2145.                         <p class=\"undroped-header\">Type de biens</p>
  2146.                             <p name=\"property-type\" class=\"undroped-subheader {% if app.session.get('filter')['property-type'] is defined %}selected{% endif %}\">
  2147.                                 {% if app.session.get('filter') is defined and app.session.get('filter')['property-type'] is defined and app.session.get('filter')['property-type'] != '' %}
  2148.                                     {{ app.session.get('filter')['property-type'] }}
  2149.                                 {% else %}
  2150.                                     Tous
  2151.                                 {% endif %}
  2152.                             </p>
  2153.                         <input type=\"hidden\" value=\"{% if app.session.get('filter')['property-type'] is defined and app.session.get('filter')['property-type'] %}{{ app.session.get('filter')['property-type'] }}{% endif %}\" class=\"input-subheader\" name=\"property-type\">
  2154.                     </div>
  2155.                     <div class=\"droped\">
  2156.                         <div class=\"dropdown-header\">Type de biens</div>
  2157.                         <ul id=\"property-li\" class=\"items\">
  2158.                             <li class=\"item\" data-value=\"\">Tous</li>
  2159.                             {% for type in get_properties.getTypesProperties() %}
  2160.                                 <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == type %}selected{% endif %}\" data-value=\"{{ type }}\">{{ type }}</li>
  2161.                             {% endfor %}
  2162.                             {#
  2163.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Appartement' %}selected{% endif %}\" data-value=\"Appartement\">Appartement</li>
  2164.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Duplex' %}selected{% endif %}\" data-value=\"Duplex\">Duplex</li>
  2165.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Maison' %}selected{% endif %}\" data-value=\"Maison\">Maison</li>
  2166.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Bureaux' %}selected{% endif %}\" data-value=\"Bureaux\">Bureau</li>
  2167.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Commerce' %}selected{% endif %}\" data-value=\"Commerce\">Commerce</li>
  2168.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Immeuble' %}selected{% endif %}\" data-value=\"Immeuble\">Immeuble</li>
  2169.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Garage / Parking' %}selected{% endif %}\" data-value=\"Garage / Parking\">Garage / Parking</li>
  2170.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Cave / Box' %}selected{% endif %}\" data-value=\"Cave / Box\">Cave / Box</li>
  2171.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Terrain' %}selected{% endif %}\" data-value=\"Terrain\">Terrain</li>
  2172.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['property-type'] == 'Penthouse' %}selected{% endif %}\" data-value=\"Penthouse\">Penthouse</li>
  2173.                             #}
  2174.                         </ul>
  2175.                     </div>
  2176.                 </div>
  2177.                 <div id=\"location-drop\" class=\"dropdown\">
  2178.                     <div class=\"undroped\">
  2179.                         <p class=\"undroped-header\">Localisation</p>
  2180.                         <p class=\"undroped-subheader {% if app.session.get('filter')['location'] is defined %}selected{% endif %}\">
  2181.                             {% if app.session.get('filter') and app.session.get('filter')['location'] %}
  2182.                                 {{ app.session.get('filter')['location'] }}
  2183.                             {% else %}
  2184.                                 Choisissez une commune
  2185.                             {% endif %}
  2186.                         </p>
  2187.                         <input type=\"hidden\" value=\"{% if app.session.get('filter')['location'] is defined and app.session.get('filter')['location'] %}{{ app.session.get('filter')['location'] }}{% endif %}\" class=\"input-subheader\" name=\"location\">
  2188.                     </div>
  2189.                     <div class=\"droped\">
  2190.                         <div  class=\"dropdown-header\">Localisation</div>
  2191.                         <ul id=\"location-li\" class=\"items\">
  2192.                             <li class=\"item\" data-value =\"\">Tous</li>
  2193.                             {#                                                <li class=\"item\" data-value =\"Appartement\">Luxembourg-Ville</li>#}
  2194.                             {#                                                <li class=\"item\" data-value =\"Bureaux\">Leudelange</li>#}
  2195.                             {#                                                <li class=\"item\" data-value =\"Maison\">Esch-Sur-Alzette</li>#}
  2196.                         </ul>
  2197.                     </div>
  2198.                 </div>
  2199.                 <div class=\"div-form\">
  2200.                     <button style=\"background-color: transparent;border-color: transparent;\" id=\"submit-search\" type=\"submit\">
  2201.                         <svg class=\"search-button\" xmlns=\"http://www.w3.org/2000/svg\" width=\"55.982\" height=\"90.97\" viewBox=\"0 0 55.982 90.97\">
  2202.                             <g id=\"Groupe_3817\" data-name=\"Groupe 3817\" transform=\"translate(-1528.861 -105)\">
  2203.                                 <path id=\"Tracé_95\" data-name=\"Tracé 95\" d=\"M729.651,232.441H673.669v90.97l55.982-11.894Z\" transform=\"translate(855.192 -127.441)\" fill=\"#f6a400\"/>
  2204.                                 <g id=\"Groupe_3794\" data-name=\"Groupe 3794\" transform=\"translate(1545.335 126.696)\">
  2205.                                     <g id=\"np_search_1868241_000000\">
  2206.                                         <path id=\"Tracé_92\" data-name=\"Tracé 92\" d=\"M8.287,17.368A8.662,8.662,0,1,1,14.4,14.813a8.679,8.679,0,0,1-6.109,2.555Zm0-15.055a6.36,6.36,0,1,0,4.477,1.881A6.377,6.377,0,0,0,8.287,2.313Z\" transform=\"translate(0.441 -0.012)\" fill=\"#fff\"/>
  2207.                                         <path id=\"Tracé_93\" data-name=\"Tracé 93\" d=\"M57.82,59.567l1.626-1.633L67.4,65.852l-1.626,1.633Z\" transform=\"translate(-44.591 -44.782)\" fill=\"#fff\"/>
  2208.                                     </g>
  2209.                                 </g>
  2210.                             </g>
  2211.                         </svg>
  2212.                     </button>
  2213.                 </div>
  2214.                 
  2215.                 <div>
  2216.                     <button  id=\"search-detail\" class=\"btn btn-primary child search\">RECHERCHE AVANCÉE</button>
  2217.                     <button class=\"btn btn-primary\" id=\"send\" type=\"submit\" style=\"display: none\">Envoyer</button>
  2218.                 </div>
  2219.             </div>
  2220.             <div id=\"sub-search-div\" class=\"sub-search-div\" style=\"display: none\">
  2221.                 <div class=\"col-lg-3 div-form\">
  2222.                     <input class=\"sub-search-input\" name=\"budget\" value=\"{% if app.session.get('filter') %}{{ app.session.get('filter')['budget'] }}{% endif %}\" id=\"budget\" type=\"text\" placeholder=\"Budget max.\">
  2223.                 </div>
  2224.                 <div id=\"rooms-drop\" class=\"dropdown\">
  2225.                     <div class=\"undroped\">
  2226.                         <p class=\"undroped-header transparent-font\">{% if app.session.get('filter') and app.session.get('filter')['rooms'] %}{{ app.session.get('filter')['rooms'] }}{% else %}Nombre de chambres{% endif %}</p>
  2227.                         <p class=\"undroped-subheader good-place\"></p>
  2228.                         <input type=\"hidden\" class=\"input-subheader\" name=\"rooms\">
  2229.                     </div>
  2230.                     <div class=\"droped\">
  2231.                         <div class=\"dropdown-header\">Nombre de chambres</div>
  2232.                         <ul id=\"rooms-li\" class=\"items\">
  2233.                             <li class=\"item\" data-value=\"\">Indifférent</li>
  2234.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['rooms'] == 1 %}selected{% endif %}\" data-value =\"1\">1</li>
  2235.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['rooms'] == 2 %}selected{% endif %}\" data-value =\"2\">2</li>
  2236.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['rooms'] == 3 %}selected{% endif %}\" data-value =\"3\">3</li>
  2237.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['rooms'] == 4 %}selected{% endif %}\" data-value =\"4\">4</li>
  2238.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['rooms'] == 5 %}selected{% endif %}\" data-value =\"5\">5</li>
  2239.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['rooms'] == 6 %}selected{% endif %}\" data-value =\"6\">6</li>
  2240.                         </ul>
  2241.                     </div>
  2242.                 </div>
  2243.                 <div id=\"area-drop\" class=\"dropdown\">
  2244.                     <div class=\"undroped\">
  2245.                         <p class=\"undroped-header transparent-font\">
  2246.                             {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined %}
  2247.                                 {% if app.session.get('filter')['area-minimum'] == '' %}
  2248.                                     Indifférent
  2249.                                 {% else %}
  2250.                                     {{ app.session.get('filter')['area-minimum'] }}
  2251.                                 {% endif %}
  2252.                             {% else %}
  2253.                                 Surface minimum
  2254.                             {% endif %}
  2255.                         </p>
  2256.                         <p class=\"undroped-subheader good-place\"></p>
  2257.                         <input type=\"hidden\" class=\"input-subheader\" name=\"area-minimum\">
  2258.                     </div>
  2259.                     <div class=\"droped\">
  2260.                         <div class=\"dropdown-header\">Surface minimum</div>
  2261.                         <ul id=\"area-li\" class=\"items\">
  2262.                             <li class=\"item {% if app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == '' %}selected{% endif %}\" data-value=\"\">Indifférent</li>
  2263.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 20 %}selected{% endif %}\" data-value =\"20\">20 m²</li>
  2264.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 30 %}selected{% endif %}\" data-value =\"30\">30 m²</li>
  2265.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 40 %}selected{% endif %}\" data-value =\"40\">40 m²</li>
  2266.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 50 %}selected{% endif %}\" data-value =\"50\">50 m²</li>
  2267.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 60 %}selected{% endif %}\" data-value =\"60\">60 m²</li>
  2268.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 70 %}selected{% endif %}\" data-value =\"70\">70 m²</li>
  2269.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 80 %}selected{% endif %}\" data-value =\"80\">80 m²</li>
  2270.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 90 %}selected{% endif %}\" data-value =\"90\">90 m²</li>
  2271.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 100 %}selected{% endif %}\" data-value =\"100\">100 m²</li>
  2272.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 110 %}selected{% endif %}\" data-value =\"110\">110 m²</li>
  2273.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 120 %}selected{% endif %}\" data-value =\"120\">120 m²</li>
  2274.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 130 %}selected{% endif %}\" data-value =\"130\">130 m²</li>
  2275.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 140 %}selected{% endif %}\" data-value =\"140\">140 m²</li>
  2276.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 150 %}selected{% endif %}\" data-value =\"150\">150 m²</li>
  2277.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 160 %}selected{% endif %}\" data-value =\"160\">160 m²</li>
  2278.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 170 %}selected{% endif %}\" data-value =\"170\">170 m²</li>
  2279.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 180 %}selected{% endif %}\" data-value =\"180\">180 m²</li>
  2280.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 190 %}selected{% endif %}\" data-value =\"190\">190 m²</li>
  2281.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 200 %}selected{% endif %}\" data-value =\"200\">200 m²</li>
  2282.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 250 %}selected{% endif %}\" data-value =\"250\">250 m²</li>
  2283.                             <li class=\"item {% if app.session.get('filter') and app.session.get('filter')['area-minimum'] is defined and app.session.get('filter')['area-minimum'] == 300 %}selected{% endif %}\" data-value =\"300\">300 m²</li>
  2284.                         </ul>
  2285.                     </div>
  2286.                 </div>
  2287.                 {#
  2288.                 <div class=\"col-lg-3 div-form\">
  2289.                     <input class=\"sub-search-input\" id=\"area-minimum\" value=\"{% if app.session.get('filter') %}{{ app.session.get('filter')['area-minimum'] }}{% endif %}\" name=\"area-minimum\" type=\"text\" placeholder=\"Surface minimum.\">
  2290.                 </div>
  2291.                 #}
  2292.             </div>
  2293.         </div>
  2294.     </form>
  2295. </div>
  2296. {% block body %}
  2297. {% endblock %}
  2298. {% if app.request.attributes.get('_route') == 'home' %}
  2299.     <div id=\"div-newsletter-mobile\" class=\"\" style=\"display: none\">
  2300.         <div class=\"col-lg-12\" style=\"display: flex; justify-content:center; margin-top: 20px;\">
  2301.            <div class=\"col-lg-12\">
  2302.                <p class=\"newsletter-title\">NEWSLETTER</p>
  2303.            </div>
  2304.         </div>
  2305.         <div class=\"col-lg-12\" id=\"div-form-newsletter\" style=\"display: flex; justify-content: space-around;\">
  2306.             <form method=\"post\" action=\"{{ path('mailchimp') }}\" id=\"form-newsletter\">
  2307.                 <div class=\"input-group\">
  2308.                     <input class=\"form-control input-email\" type=\"email\" name=\"email\" placeholder=\"Votre adresse mail\">
  2309.                     <button class=\"btn btn-primary button-newsletter\" type=\"submit\"><i class=\"fas fa-arrow-right\"></i></button>
  2310.                 </div>
  2311.             </form>
  2312.         </div>
  2313.     </div>
  2314. {% endif %}
  2315. <footer class=\"footer\">
  2316.     <div class=\"container-fluid\">
  2317.         <ul id=\"footer-menu\" class=\"footer-menu\" style=\"margin-bottom: -15px;margin-top: -15px;\">
  2318.             <li>
  2319.                 © {{ 'now'|date('Y') }} TRACOL - réalisé par <a href=\"https://www.idp.lu/\" target=\"_blank\" style=\"color:#fff;font-weight:bold\">ID+P</a>
  2320.             </li>
  2321.             <li style=\"height: 160px\">
  2322.                 <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->
  2323.                 <svg id=\"SVGDoc\" width=\"201\" height=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:avocode=\"https://avocode.com/\" viewBox=\"0 0 201 232\"><defs></defs><desc>Generated with Avocode.</desc><g><g><title>Ligne 38</title><path d=\"M100.5,100v32\" fill-opacity=\"0\" fill=\"#ffffff\" stroke-dashoffset=\"0\" stroke-linejoin=\"miter\" stroke-linecap=\"butt\" stroke-opacity=\"1\" stroke=\"#5f5f5f\" stroke-miterlimit=\"20\" stroke-width=\"10\"></path></g></g></svg>
  2324.             </li>
  2325.             <li class=\"row col-md-3\">
  2326.                 <div class=\"col-md-6\">
  2327.                     Bureaux commerciaux :<br>
  2328.                     <span style=\"font-weight: 600;\">5 rue Jules Ferry</span><br>
  2329.                     <span> L-4368 Belvaux</span>
  2330.                 </div>
  2331.                 <div class=\"col-md-6\">
  2332.                     Siège social :<br>
  2333.                     <span style=\"font-weight: 600;\">Z.I. Rohlach</span><br>
  2334.                     <span>L-5280 Sandweiller</span>
  2335.                 </div>
  2336.             </li>
  2337.             <li style=\"height: 130px\">
  2338.                 <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->
  2339.                 <svg id=\"SVGDoc\" width=\"201\" height=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:avocode=\"https://avocode.com/\" viewBox=\"0 0 201 232\"><defs></defs><desc>Generated with Avocode.</desc><g><g><title>Ligne 38</title><path d=\"M100.5,100v32\" fill-opacity=\"0\" fill=\"#ffffff\" stroke-dashoffset=\"0\" stroke-linejoin=\"miter\" stroke-linecap=\"butt\" stroke-opacity=\"1\" stroke=\"#5f5f5f\" stroke-miterlimit=\"20\" stroke-width=\"10\"></path></g></g></svg>
  2340.             </li>
  2341.             <li class=\"col-md-2 d-flex justify-content-around\">
  2342.                 <a target=\"_blank\" href=\"https://www.facebook.com/tracolimmobilier/\"><i class=\"fab fa-facebook-f fa-2x\" style=\"color:#fff;margin-top:0\"></i></a>
  2343.                 <a target=\"_blank\" href=\"https://www.linkedin.com/company/tracol-immobilier-s-a-/\"><i class=\"fab fa-linkedin fa-2x\" style=\"color:#fff;margin-top:0\"></i></a>
  2344.                 <a target=\"_blank\" href=\"https://www.instagram.com/tracolimmobilier/\"><i class=\"fab fa-instagram fa-2x\" style=\"color:#fff;margin-top:0\"></i></a>
  2345.                 <a target=\"_blank\" href=\"https://www.youtube.com/channel/UCLl8G5ZCdyslVR_4ANkD6GA\" class=\"d-flex align-items-end align-items-center\"><i class=\"fab fa-youtube fa-2x\" style=\"color:#fff\"></i></a>
  2346.             </li>
  2347.             <li style=\"height: 130px\" class=\"last-separator\">
  2348.                 <!--?xml version=\"1.0\" encoding=\"UTF-8\"?-->
  2349.                 <svg id=\"SVGDoc\" width=\"201\" height=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:avocode=\"https://avocode.com/\" viewBox=\"0 0 201 232\"><defs></defs><desc>Generated with Avocode.</desc><g><g><title>Ligne 38</title><path d=\"M100.5,100v32\" fill-opacity=\"0\" fill=\"#ffffff\" stroke-dashoffset=\"0\" stroke-linejoin=\"miter\" stroke-linecap=\"butt\" stroke-opacity=\"1\" stroke=\"#5f5f5f\" stroke-miterlimit=\"20\" stroke-width=\"10\"></path></g></g></svg>
  2350.             </li>
  2351.             <li class=\"grey legal d-flex align-items-center\">
  2352.                 <a href=\"{{ path('contact') }}\" class=\"contact-link\"><i class=\"fa fa-envelope fa-2x\" style=\"color:#fff\"></i></a>
  2353.                 <div class=\"d-flex flex-column\">
  2354.                     <a href=\"{{ path('mentions') }}\" style=\"color:#fff!important;margin-bottom:6px;\">Mentions légales</a>
  2355.                     <a href=\"{{ path('cgu') }}\" style=\"color:#fff!important;margin-bottom:6px\">Conditions Générales d'Utilisation</a>
  2356.                     <a href=\"{{ path('privacy_policy') }}\" style=\"color:#fff!important;margin-bottom:6px\">Politique de confidentialité</a>
  2357.                     <a href=\"{{ path('cookies') }}\" style=\"color:#fff!important;margin-bottom:15px\">Gestion des cookies</a>
  2358.                 </div>
  2359.             </li>
  2360.         </ul>
  2361.         <ul id=\"footer-menu-mobile\" class=\"footer-menu\" style=\"display:none; margin-bottom: -15px;margin-top: -15px;\">
  2362.             <li class=\"grey legal d-flex align-items-center flex-column mt-3\">
  2363.                 <a href=\"{{ path('contact') }}\" class=\"contact-link mr-0\" style=\"margin-right:0!important;\"><i class=\"fa fa-envelope fa-2x\" style=\"color:#fff\"></i></a>
  2364.                 <div class=\"d-flex flex-column align-items-center\">
  2365.                     <a href=\"{{ path('mentions') }}\" style=\"color:#fff!important;margin-bottom:6px;\">Mentions légales</a>
  2366.                     <a href=\"{{ path('cgu') }}\" style=\"color:#fff!important;margin-bottom:6px\">Conditions Générales d'Utilisation</a>
  2367.                     <a href=\"{{ path('privacy_policy') }}\" style=\"color:#fff!important;margin-bottom:6px\">Politique de confidentialité</a>
  2368.                     <a href=\"{{ path('cookies') }}\" style=\"color:#fff!important;margin-bottom:15px\">Gestion des cookies</a>
  2369.                 </div>
  2370.             </li>
  2371.             <li>
  2372.                 <div style=\"display: flex\">
  2373.                     <span style=\"font-weight: 600;\">Z.I. Rohlach</span><br>
  2374.                     <span>L-5280 Sandweiller</span>
  2375.                 </div>
  2376.             </li>
  2377.             <li>
  2378.                 © 2021 TRACOL - réalisé par <a href=\"https://www.idp.lu/\" target=\"_blank\" style=\"color:#fff;font-weight:bold\">ID+P</a>
  2379.             </li>
  2380.         </ul>
  2381.     </div>
  2382. </footer>
  2383. <script src=\"https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js\"></script>
  2384. <script>
  2385.     if (window.matchMedia(\"(max-width: 768px)\").matches && window.location.pathname === '/') {
  2386.         /* the viewport is less than 768 pixels wide */
  2387.     //      \$('#projects').slick({
  2388.     //     dots: false,
  2389.     //     infinite: true,
  2390.     //     speed: 300,
  2391.     //     slidesToShow: 1,
  2392.     //     slidesToScroll: 1,
  2393.     //     autoplay: true,
  2394.     //     responsive: [
  2395.     //         {
  2396.     //             breakpoint: 576,
  2397.     //             settings: {
  2398.     //                 slidesToShow: 1,
  2399.     //                 slidesToScroll: 1
  2400.     //             }
  2401.     //         }
  2402.     //         // You can unslick at a given breakpoint now by adding:
  2403.     //         // settings: \"unslick\"
  2404.     //         // instead of a settings object
  2405.     //     ]
  2406.     // });
  2407.     }
  2408.     //
  2409.     // const searchMobile = document.getElementById('search-detail-mobile')
  2410.     // const searchSubDivMobile = document.getElementById('sub-search-div-mobile')
  2411.     //
  2412.     // searchMobile.addEventListener('click', function (e) {
  2413.     //     e.preventDefault()
  2414.     //     searchSubDivMobile.style.display = 'flex'
  2415.     //     searchMobile.style.display = 'none'
  2416.     // })
  2417. </script>
  2418. <script>
  2419.     if (document.getElementById('filterProperties')) {
  2420.         let formSelectProperties = document.getElementById('filterProperties');
  2421.         let properties = document.querySelectorAll('#properties .div-img-hover-2');
  2422.         let arrayProperties = [];
  2423.         for (let property of properties) {
  2424.             arrayProperties.push({
  2425.                 'property': property,
  2426.                 'price': property.getAttribute('data-price'),
  2427.                 'date': new Date(property.getAttribute('data-date')),
  2428.             });
  2429.         }
  2430.         formSelectProperties.addEventListener('change', () => {
  2431.             if (formSelectProperties.value === 'desc') {
  2432.                 arrayProperties.sort((a,b) =>  b.price - a.price )
  2433.             } else if (formSelectProperties.value === 'asc') {
  2434.                 arrayProperties.sort((a,b) =>  a.price - b.price )
  2435.             } else if (formSelectProperties.value === 'date') {
  2436.                 arrayProperties.sort((a,b) =>  b.date - a.date )
  2437.             }
  2438.             let finalProperties = [];
  2439.             let containerProperties = document.getElementById('properties');
  2440.             containerProperties.innerHTML = '';
  2441.             for (let prop of arrayProperties) {
  2442.                 console.log(prop.property)
  2443.                 containerProperties.insertAdjacentElement('beforeend', prop.property)
  2444.             }
  2445.         });
  2446.     }
  2447.     // let searchglobal = document.getElementById('submit-searchglobal');
  2448.         // searchglobal.addEventListener('click', function() {
  2449.         //     const formSearch = document.getElementById('form-searchglobal-normal')
  2450.         //     const subSearch = document.getElementById('sub-searchglobal-div')
  2451.         //     const send = document.getElementById('sendGlobal')
  2452.         //             formSearch.classList.toggle('stickyYForm')
  2453.         //             send.classList.toggle('send-display')
  2454.         //             subSearch.classList.toggle('sub-searchglobal-div-height')
  2455.         // })
  2456. </script>
  2457. <script>
  2458.     const swiper = new Swiper('.swiper', {
  2459.         loop: false,
  2460.     });
  2461.     if (window.location.pathname === '/') {
  2462.         const navbar = document.getElementsByClassName('navbar navbar-expand-xl fixed-top')
  2463.         const header = document.getElementsByClassName('header-home')
  2464.         navbar[0].style.backgroundColor = \"#fff\"
  2465.         navbar[0].style.position = \"fixed\"
  2466.         header[0].style.marginTop = \"0px\"
  2467.         header[0].style.height = \"100vw\"
  2468.     }
  2469.     let widthWindow = window.innerWidth;
  2470.     var searchLocation;
  2471.     if (widthWindow > 770) {
  2472.         searchLocation = document.getElementById('location-drop');
  2473.     } else {
  2474.         searchLocation = document.getElementById('location-drop-mobile');
  2475.     }
  2476.     var searchLocationLi;
  2477.     if (widthWindow > 770) {
  2478.         searchLocationLi = document.getElementById('location-li');
  2479.     } else {
  2480.         searchLocationLi = document.getElementById('location-li-mobile');
  2481.     }
  2482.     const url = '/form/search';
  2483.     fetch(url, {
  2484.         method: 'GET',
  2485.         // body: JSON.stringify({
  2486.         //     searchLocation: this.value
  2487.         // })
  2488.     }).then(function(response) {
  2489.         return response.json()
  2490.     }).then(function (data) {
  2491.         console.log(data)
  2492.         searchLocationLi.innerHTML = '';
  2493.         for (const datum in data) {
  2494.             const li = document.createElement('li')
  2495.             li.classList.add('item')
  2496.             li.dataset.value = data[datum]
  2497.             li.addEventListener('click', function () {
  2498.                 searchLocation.value = this.dataset.itemName
  2499.             })
  2500.             li.innerHTML += data[datum]
  2501.             searchLocationLi.appendChild(li)
  2502.             li.addEventListener('click', event => {
  2503.                 li.classList.add('selected');
  2504.             });
  2505.         }
  2506.     searchLocation.addEventListener(\"click\", function (){
  2507.             searchLocationLi.addEventListener('click', function (e) {
  2508.                 let target = e.target;
  2509.                 var dropId;
  2510.                 if (widthWindow > 770) {
  2511.                     dropId = document.getElementById('location-drop');
  2512.                 } else {
  2513.                     dropId = document.getElementById('location-drop-mobile');
  2514.                 }
  2515.                 dropId.querySelector('.undroped-subheader').innerHTML = target.innerHTML
  2516.                 dropId.querySelector('.input-subheader').value = target.dataset.value
  2517.                 dropId.classList.remove('open')
  2518.                 dropId.querySelector('.undroped').style.display = 'block'
  2519.                 dropId.querySelector('.droped').style.display = 'none'
  2520.                 dropId.querySelector('.undroped-subheader').classList.add('selected')
  2521.             })
  2522.         });
  2523.     })
  2524.     const searchTransactionLi = document.getElementById('transaction-li');
  2525.     console.log(searchTransactionLi);
  2526.     const searchPropertyLi = document.getElementById('property-li');
  2527.     const searchRoomLi = document.getElementById('rooms-li');
  2528.     const searchAreaLi = document.getElementById('area-li');
  2529.     searchTransactionLi.addEventListener('click', function (e) {
  2530.         let target = e.target;
  2531.         const dropId = document.getElementById('transaction-drop')
  2532.         dropId.querySelector('.input-subheader').value = target.dataset.value
  2533.     });
  2534.     searchPropertyLi.addEventListener('click', function (e) {
  2535.         let target = e.target;
  2536.         const dropId = document.getElementById('property-drop')
  2537.         dropId.querySelector('.input-subheader').value = target.dataset.value
  2538.     });
  2539.     searchRoomLi.addEventListener('click', function (e) {
  2540.         let target = e.target;
  2541.         const dropId = document.getElementById('rooms-drop');
  2542.         dropId.querySelector('.input-subheader').value = target.dataset.value
  2543.     });
  2544.     searchAreaLi.addEventListener('click', function (e) {
  2545.         let target = e.target;
  2546.         const dropId = document.getElementById('area-drop')
  2547.         dropId.querySelector('.input-subheader').value = target.dataset.value
  2548.     });
  2549.     for (const eElement of document.getElementsByClassName('projectButton')) {
  2550.         eElement.addEventListener('click', function (e) {
  2551.             e.preventDefault()
  2552.             for (let button of document.getElementsByClassName('projectButton')) {
  2553.                 if (button.classList.contains('all')){
  2554.                     button.classList.remove('all')
  2555.                     button.classList.add('come')
  2556.                     button.querySelector('span').classList.replace('span-all', 'span-projects')
  2557.                 }
  2558.             }
  2559.             eElement.classList.remove('come')
  2560.             eElement.classList.add('all')
  2561.             eElement.querySelector('span').classList.replace('span-projects', 'span-all')
  2562.             fetch('projects/home/display/'+this.dataset.id, {
  2563.                 method: 'GET',
  2564.             })
  2565.                 .then(response => response.json())
  2566.                 .then(data => {
  2567.                     document.getElementById('projects').innerHTML = ''
  2568.                     document.getElementById('projects').innerHTML = data.data
  2569.                     if (window.matchMedia(\"(max-width: 768px)\").matches && window.location.pathname === '/') {
  2570.                         // if (document.getElementById('projects').classList.contains('slick-initialized')) {
  2571.                         //     document.getElementById('projects').classList.remove('slick-initialized')
  2572.                         //     document.getElementById('projects').classList.remove('slick-slider')
  2573.                         // }
  2574.                         // \$('#projects').slick({
  2575.                         //     dots: false,
  2576.                         //     infinite: true,
  2577.                         //     speed: 300,
  2578.                         //     slidesToShow: 1,
  2579.                         //     slidesToScroll: 1,
  2580.                         //     autoplay: true,
  2581.                         //     responsive: [
  2582.                         //         {
  2583.                         //             breakpoint: 576,
  2584.                         //             settings: {
  2585.                         //                 slidesToShow: 1,
  2586.                         //                 slidesToScroll: 1
  2587.                         //             }
  2588.                         //         }
  2589.                         //     ]
  2590.                         // })
  2591.                     }
  2592.                     _ww = \$(window).width();
  2593.                     if (_ww > 768){
  2594.                         \$('.div-img-hover-2').hover(function (e) {
  2595.                             \$(this).find('.project-arrow-2').animate({opacity: 1}, 150);
  2596.                             var htext = \$(this).find('.project-content').height();
  2597.                             if (htext == undefined){htext = 0};
  2598.                             \$(this).find('.div-hover-2').animate({height : htext+180}, 150);
  2599.                             \$(this).find('.project-content').css({'visibility': 'visible'});
  2600.                             \$(this).find('.project-content').animate({opacity: 1}, 150);
  2601.                             //console.log('h : '+htext);
  2602.                         }, function() {
  2603.                             console.log('down');
  2604.                             \$(this).find('.div-hover-2').animate({height : 85}, 150);
  2605.                             \$(this).find('.project-arrow-2').animate({opacity: 0}, 150);
  2606.                             \$(this).find('.project-content').animate({opacity: 0}, 150, function(){
  2607.                                 \$(this).find('.project-content').css({'visibility': 'hidden'});
  2608.                             });
  2609.                         });
  2610.                     } else {
  2611.                         \$('.div-img-hover-2').on( \"click\", function( event ) {
  2612.                             console.log('tap tap');
  2613.                             var opened = \$(this).find('.div-hover-2').hasClass('open'),
  2614.                                 ht = opened ? 85 : '100%',
  2615.                                 vis = opened ? 0 : 1;
  2616.                             \$(this).find('.div-hover-2').toggleClass('open');
  2617.                             \$(this).find('.div-hover-2').animate({height : ht}, 150);
  2618.                             \$(this).find('.project-arrow-2').animate({opacity: vis}, 150);
  2619.                             \$(this).find('.project-content').animate({opacity: 1}, 150);
  2620.                         });
  2621.                     }
  2622.                     \$('.div-hover').hover(function (e) {
  2623.                         \$(this).find('.project-arrow-2').animate({opacity: 1}, 150);
  2624.                     }, function() {
  2625.                         \$(this).find('.project-arrow-2').animate({opacity: 0}, 50);
  2626.                     });
  2627.                     \$('.div-hover').hover(function (e) {
  2628.                         \$(this).find('.project-arrow-2').animate({opacity: 1}, 150);
  2629.                         var htext = \$(this).find('.project-content').height();
  2630.                         if (htext == undefined){htext = 0};
  2631.                         \$(this).animate({height : htext+180}, 150);
  2632.                         \$(this).find('.project-content').css({'visibility': 'visible'});
  2633.                         \$(this).find('.project-content').animate({opacity: 1}, 150);
  2634.                         console.log('h : '+htext);
  2635.                     }, function() {
  2636.                         \$(this).find('.project-arrow-2').animate({opacity: 0}, 50);
  2637.                         \$(this).animate({height : 70}, 150);
  2638.                         \$(this).find('.project-content').animate({opacity: 0}, 150, function(){
  2639.                             \$(this).find('.project-content').css({'visibility': 'hidden'});
  2640.                         });
  2641.                     });
  2642.                 })
  2643.                 .catch((error) => {
  2644.                     console.error('Error:', error);
  2645.                 });
  2646.         })
  2647.     }
  2648.     for (const eElement of document.getElementsByClassName('projectButtonref')) {
  2649.         eElement.addEventListener('click', function (e) {
  2650.             e.preventDefault()
  2651.             for (let button of document.getElementsByClassName('projectButtonref')) {
  2652.                 if (button.classList.contains('all')){
  2653.                     button.classList.remove('all')
  2654.                     button.classList.add('come')
  2655.                     button.querySelector('span').classList.replace('span-all', 'span-projects')
  2656.                 }
  2657.             }
  2658.             eElement.classList.remove('come')
  2659.             eElement.classList.add('all')
  2660.             eElement.querySelector('span').classList.replace('span-projects', 'span-all')
  2661.             fetch('reference/home/display/'+this.dataset.id, {
  2662.                 method: 'GET',
  2663.             })
  2664.                 .then(response => response.json())
  2665.                 .then(data => {
  2666.                     document.getElementById('references-home').innerHTML = ''
  2667.                     document.getElementById('references-home').innerHTML = data.data
  2668.                     _ww = \$(window).width();
  2669.                     var lightbox = \$('.lightbox'),
  2670.                         item = 0;
  2671.                     \$('.lightbox-on').click(function(e){
  2672.                         e.stopPropagation();
  2673.                         item = 0;
  2674.                         console.log('click btn');
  2675.                         var id = \$(this).attr('data-id'),
  2676.                             max = 0;
  2677.                         \$('#'+id).toggle();
  2678.                         \$('#'+id).animate({opacity: 1}, 300);
  2679.                         \$('#'+id).find('img').each(function( i ) {
  2680.                             //console.log('h : '+\$(this).height());
  2681.                             //console.log('w : '+\$(this).width());
  2682.                             max = i;
  2683.                             item = 1;
  2684.                             counter(item, max+1);
  2685.                             itemWidth(\$(this));
  2686.                         });
  2687.                     });
  2688.                     lightbox.click(function(e) {
  2689.                         e.stopPropagation();
  2690.                         \$(this).animate({opacity: 0}, 300, function(){
  2691.                             \$(this).toggle();
  2692.                         });
  2693.                     });
  2694.                     \$('.closer').on('click', function (e) {
  2695.                         e.stopPropagation();
  2696.                         \$(this).parent().animate(
  2697.                             {opacity: 0},
  2698.                             300,
  2699.                             function(){
  2700.                                 \$(this).toggle();
  2701.                             }
  2702.                         );
  2703.                     });
  2704.                     function itemWidth(img){
  2705.                         img.closest('.items').width(img.width());
  2706.                     }
  2707.                     function counter(item, max){
  2708.                         \$('.counter').text(item + ' / ' + max);
  2709.                     }
  2710.                     \$('.item', lightbox).on('click, swipeleft', function (e) {
  2711.                         var wd = \$(this).width(),
  2712.                             last = \$(this).parent().find('.item').last(),
  2713.                             img = \$(this).find('.img');
  2714.                         itemWidth(img);
  2715.                         \$(this).animate(
  2716.                             {marginLeft: -wd, opacity: 0},
  2717.                             500,
  2718.                             'swing',
  2719.                             function(){
  2720.                                 \$(this).insertAfter(last);
  2721.                                 \$(this).css({marginLeft: 0, opacity: 1});
  2722.                             }
  2723.                         );
  2724.                     });
  2725.                     \$('.item', lightbox).on('swiperight', function (e) {
  2726.                         var wd = \$(this).width(),
  2727.                             first = \$(this).parent().find('.item').first(),
  2728.                             last = \$(this).parent().find('.item').last(),
  2729.                             img = \$(this).find('.img');
  2730.                         itemWidth(img);
  2731.                         \$(last).insertBefore(\$(this));
  2732.                         \$(last).css({marginLeft: -wd, opacity: 0});
  2733.                         \$(this).parent().find('.item').eq(0).animate(
  2734.                             {marginLeft: 0, opacity: 1},
  2735.                             500,
  2736.                             'swing'
  2737.                         );
  2738.                     });
  2739.                     \$('.arrows', lightbox).on('click', function (e) {
  2740.                         e.stopPropagation();
  2741.                         var wd = \$(this).siblings('.items').find('.item').eq(0).width(),
  2742.                             max = \$(this).siblings('.items').find('.item').length,
  2743.                             first = \$(this).siblings('.items').find('.item').first(),
  2744.                             last = \$(this).siblings('.items').find('.item').last(),
  2745.                             isRight = \$(this).hasClass('right'),
  2746.                             marginL = isRight ? -wd : 0,
  2747.                             marginL0 = isRight ? 0: -wd,
  2748.                             opacOn = isRight ? 1 : 0,
  2749.                             opacOff = isRight ? 0 : 1;
  2750.                         if (!isRight){
  2751.                             \$(last).insertBefore(first);
  2752.                             \$(last).css({marginLeft: -wd, opacity: 0});
  2753.                             item++;
  2754.                             if (item == max+1) {item = 1};
  2755.                         } else {
  2756.                             item--;
  2757.                             if (item == 0) {item = max};
  2758.                         };
  2759.                         counter(item, max);
  2760.                         var img = \$(this).siblings('.items').find('.item').eq(0).find('.img');
  2761.                         itemWidth(img);
  2762.                         \$(this).siblings('.items').find('.item').eq(1).animate(
  2763.                             {opacity: opacOn},
  2764.                             500,
  2765.                             'swing');
  2766.                         \$(this).siblings('.items').find('.item').eq(0).animate(
  2767.                             {marginLeft: marginL, opacity: 1},
  2768.                             500,
  2769.                             'swing',
  2770.                             function(){
  2771.                                 if (isRight){
  2772.                                     \$(this).insertAfter(last);
  2773.                                     \$(this).css({ marginLeft: 0, opacity: 1});
  2774.                                 }
  2775.                             }
  2776.                         );
  2777.                     });
  2778.                     if (_ww > 768){
  2779.                         \$('.div-img-hover-2').hover(function (e) {
  2780.                             \$(this).find('.project-arrow-2').animate({opacity: 1}, 150);
  2781.                             var htext = \$(this).find('.project-content').height();
  2782.                             if (htext == undefined){htext = 0};
  2783.                             \$(this).find('.div-hover-2').animate({height : htext+180}, 150);
  2784.                             \$(this).find('.project-content').css({'visibility': 'visible'});
  2785.                             \$(this).find('.project-content').animate({opacity: 1}, 150);
  2786. //console.log('h : '+htext);
  2787.                         }, function() {
  2788.                             console.log('down');
  2789.                             \$(this).find('.div-hover-2').animate({height : 85}, 150);
  2790.                             \$(this).find('.project-arrow-2').animate({opacity: 0}, 150);
  2791.                             \$(this).find('.project-content').animate({opacity: 0}, 150, function(){
  2792.                                 \$(this).find('.project-content').css({'visibility': 'hidden'});
  2793.                             });
  2794.                         });
  2795.                     } else {
  2796.                         \$('.div-img-hover-2').on( \"tap\", function( event ) {
  2797.                             console.log('tap tap');
  2798.                             var opened = \$(this).find('.div-hover-2').hasClass('open'),
  2799.                                 ht = opened ? 85 : '100%',
  2800.                                 vis = opened ? 0 : 1;
  2801.                             \$(this).find('.div-hover-2').toggleClass('open');
  2802.                             \$(this).find('.div-hover-2').animate({height : ht}, 150);
  2803.                             \$(this).find('.project-arrow-2').animate({opacity: vis}, 150);
  2804.                         });
  2805.                     }
  2806.                 })
  2807.                 .catch((error) => {
  2808.                     console.error('Error:', error);
  2809.                 });
  2810.         })
  2811.     }
  2812.     /*
  2813.     window.addEventListener('scroll', function(){
  2814.         let search = document.getElementById('submit-search');
  2815.         const formSearch = document.getElementById('form-search-normal')
  2816.         const subSearch = document.getElementById('sub-search-div')
  2817.         const send = document.getElementById('send')
  2818.         if (search) {
  2819.             search.classList.toggle(\"stickyY\", window.scrollY > 730);
  2820.             if (search.classList.contains(\"stickyY\")) {
  2821.                 search.setAttribute('type', 'button')
  2822.                 search.addEventListener('click', function (e) {
  2823.                     e.preventDefault()
  2824.                     formSearch.classList.toggle('stickyYForm')
  2825.                     send.classList.toggle('send-display')
  2826.                     subSearch.classList.toggle('sub-search-div-height')
  2827.                 })
  2828.             } else  search.setAttribute('type', 'submit')
  2829.         }
  2830.     })
  2831. */
  2832. </script>
  2833. {#
  2834. <script>
  2835.     var _dropin = \$('.dropdown'),
  2836.         _delay = 150,
  2837.         _ww = \$(window).width();
  2838.     \$('.undroped', _dropin).on('click', function (e) {
  2839.         console.log('CLICKKKK 1')
  2840.         \$('.dropdown-header').closest('.droped').removeClass('open');
  2841.         \$('.dropdown-header').closest('.dropdown').find('.undroped').show();
  2842.         \$('.dropdown-header').closest('.droped').hide();
  2843.         \$('.dropdown-header').closest('.droped').find('.items').animate({height: 0});
  2844.         \$(this).hide();
  2845.         \$(this).siblings('.droped').find('.items').height('auto');
  2846.         \$(this).siblings('.droped').show();
  2847.         var ht = \$(this).siblings('.droped').find('.items').height();
  2848.         \$(this).attr('data-ht', ht);
  2849.         \$(this).siblings('.droped').find('.items').height(0);
  2850.         \$(this).siblings('.droped').addClass('open');
  2851.         \$(this).siblings('.droped').find('.items').animate({height: ht + 40}, _delay);
  2852.     });
  2853.     \$('.dropdown-header', _dropin).on('click', function (e) {
  2854.         var ht = \$(this).closest('.dropdown').find('.undroped').attr('data-ht');
  2855.         \$(this).closest('.droped').removeClass('open');
  2856.         \$(this).closest('.droped').find('.items').animate({height: 0}, _delay, function () {
  2857.             \$(this).closest('.dropdown').find('.undroped').show();
  2858.             \$(this).closest('.droped').hide();
  2859.         });
  2860.     });
  2861.     const searchLocationm = document.getElementById('location-drop-mobile');
  2862.     const searchLocationLim = document.getElementById('location-li-mobile');
  2863.     const urlm = '/form/search';
  2864.     searchLocationm.addEventListener(\"click\", function (){
  2865.         fetch(urlm, {
  2866.             method: 'GET',
  2867.             // body: JSON.stringify({
  2868.             //     searchLocation: this.value
  2869.             // })
  2870.         }).then(function(response) {
  2871.             return response.json()
  2872.         }).then(function (data) {
  2873.             searchLocationLim.innerHTML = '';
  2874.             for (const datum in data) {
  2875.                 const li = document.createElement('li')
  2876.                 li.classList.add('item')
  2877.                 li.dataset.value = data[datum]
  2878.                 li.addEventListener('click', function () {
  2879.                     searchLocationm.value = this.dataset.itemName
  2880.                 })
  2881.                 li.innerHTML += data[datum]
  2882.                 searchLocationLim.appendChild(li)
  2883.                 li.addEventListener('click', event => {
  2884.                     li.classList.add('selected');
  2885.                 });
  2886.             }
  2887.             searchLocationLim.addEventListener('click', function (e) {
  2888.                 searchLocationLim.req
  2889.                 let target = e.target;
  2890.                 const dropId = document.getElementById('location-drop-mobile')
  2891.                 dropId.querySelector('.undroped-subheader').innerHTML = target.innerHTML
  2892.                 dropId.querySelector('.input-subheader').value = target.dataset.value
  2893.                 dropId.classList.remove('open')
  2894.                 dropId.querySelector('.undroped').style.display = 'block'
  2895.                 dropId.querySelector('.droped').style.display = 'none'
  2896.                 dropId.querySelector('.undroped-subheader').classList.add('selected')
  2897.             })
  2898.         });
  2899.     })
  2900.     if (window.location.href.includes('action=postule')) {
  2901.         let select = document.getElementById('contact_form_object');
  2902.         let options = select.childNodes;
  2903.         let optionPostule = options[1];
  2904.         optionPostule.setAttribute('selected', '')
  2905.         console.log(optionPostule)
  2906.     }
  2907.     /* the viewport is less than 768 pixels wide */
  2908.     //      \$('#projects').slick({
  2909.     //     dots: false,
  2910.     //     infinite: true,
  2911.     //     speed: 300,
  2912.     //     slidesToShow: 1,
  2913.     //     slidesToScroll: 1,
  2914.     //     autoplay: true,
  2915.     //     responsive: [
  2916.     //         {
  2917.     //             breakpoint: 576,
  2918.     //             settings: {
  2919.     //                 slidesToShow: 1,
  2920.     //                 slidesToScroll: 1
  2921.     //             }
  2922.     //         }
  2923.     //         // You can unslick at a given breakpoint now by adding:
  2924.     //         // settings: \"unslick\"
  2925.     //         // instead of a settings object
  2926.     //     ]
  2927.     // });
  2928.     //
  2929.     // const searchMobile = document.getElementById('search-detail-mobile')
  2930.     // const searchSubDivMobile = document.getElementById('sub-search-div-mobile')
  2931.     //
  2932.     // searchMobile.addEventListener('click', function (e) {
  2933.     //     e.preventDefault()
  2934.     //     searchSubDivMobile.style.display = 'flex'
  2935.     //     searchMobile.style.display = 'none'
  2936.     // })
  2937. </script>
  2938. #}
  2939. </body>
  2940. </html>
  2941. ""base.html.twig""/home/jumo/sites/sym/tracol/templates/base.html.twig");
  2942.     }
  2943. }