var/cache/dev/twig/95/959ed712b4ec6414bcd72b6521b9f910.php line 39

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_be178052c504846a89a75d8578ac9b5f 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.             'stylesheets' => [$this'block_stylesheets'],
  26.             'property_search' => [$this'block_property_search'],
  27.             'header' => [$this'block_header'],
  28.             'body' => [$this'block_body'],
  29.             'javascripts' => [$this'block_javascripts'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         // line 1
  40.         echo "<!DOCTYPE html>
  41. <html>
  42.     <head>
  43.         <meta charset=\"UTF-8\">
  44. \t\t <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">
  45. \t\t<meta content=\"";
  46.         // line 6
  47.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.best_hosting_digital_solution"), "html"nulltrue);
  48.         echo "\" name=\"description\">
  49.         <title>";
  50.         // line 7
  51.         $this->displayBlock('title'$context$blocks);
  52.         echo "</title>
  53.         ";
  54.         // line 8
  55.         $this->displayBlock('stylesheets'$context$blocks);
  56.         // line 35
  57.         echo "    </head>
  58.     <body>
  59. \t ";
  60.         // line 37
  61.         $this->displayBlock('property_search'$context$blocks);
  62.         // line 131
  63.         echo "
  64.         ";
  65.         // line 132
  66.         $this->displayBlock('header'$context$blocks);
  67.         // line 238
  68.         echo "\t\t
  69. \t\t";
  70.         // line 239
  71.         $this->displayBlock('body'$context$blocks);
  72.         // line 241
  73.         echo "\t\t\t
  74. \t\t
  75.         ";
  76.         // line 243
  77.         $this->displayBlock('javascripts'$context$blocks);
  78.         // line 258
  79.         echo "    </body>
  80. </html>
  81. ";
  82.         
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  84.         
  85.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  86.     }
  87.     // line 7
  88.     public function block_title($context, array $blocks = [])
  89.     {
  90.         $macros $this->macros;
  91.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  93.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  95.         echo " ";
  96.         echo twig_escape_filter($this->env, (isset($context["company_name"]) || array_key_exists("company_name"$context) ? $context["company_name"] : (function () { throw new RuntimeError('Variable "company_name" does not exist.'7$this->source); })()), "html"nulltrue);
  97.         echo " ";
  98.         
  99.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  100.         
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  102.     }
  103.     // line 8
  104.     public function block_stylesheets($context, array $blocks = [])
  105.     {
  106.         $macros $this->macros;
  107.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  109.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  111.         // line 9
  112.         echo "\t\t";
  113.         // line 10
  114.         echo "\t\t\t
  115. \t\t
  116.     <!-- Google Fonts -->
  117.   <link href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" rel=\"stylesheet\">
  118.   <!-- Vendor CSS Files -->
  119.   <link href=\"";
  120.         // line 16
  121.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/vendor/animate.css/animate.min.css"), "html"nulltrue);
  122.         echo "\" rel=\"stylesheet\">
  123.   <link href=\"";
  124.         // line 17
  125.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/vendor/bootstrap/css/bootstrap.min.css"), "html"nulltrue);
  126.         echo "\" rel=\"stylesheet\">
  127.   <link href=\"";
  128.         // line 18
  129.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/vendor/bootstrap-icons/bootstrap-icons.css"), "html"nulltrue);
  130.         echo "\" rel=\"stylesheet\">
  131.   <link href=\"";
  132.         // line 19
  133.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/vendor/swiper/swiper-bundle.min.css"), "html"nulltrue);
  134.         echo "\" rel=\"stylesheet\">
  135.   <!-- Template Main CSS File -->
  136.   <link href=\"";
  137.         // line 22
  138.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/css/style.css"), "html"nulltrue);
  139.         echo "\" rel=\"stylesheet\">
  140. \t\t  
  141. \t\t\t<link rel=\"stylesheet\" href=\"";
  142.         // line 25
  143.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/general.css"), "html"nulltrue);
  144.         echo "\" />
  145.       <style>
  146.       .liste-produit{
  147.         max-height: 300px;
  148.         max-width: 300px;
  149.         position: relative;
  150.         marigin-bottom: 50px;
  151.       }
  152.       </style>
  153. \t\t";
  154.         
  155.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  156.         
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  158.     }
  159.     // line 37
  160.     public function block_property_search($context, array $blocks = [])
  161.     {
  162.         $macros $this->macros;
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  164.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""property_search"));
  165.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  166.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""property_search"));
  167.         // line 38
  168.         echo "\t\t<div class=\"click-closed\"></div>
  169.   <!--/ Form Search Star /-->
  170.   <div class=\"box-collapse\">
  171.     <div class=\"title-box-d\">
  172.       <h3 class=\"title-d\">Search Property</h3>
  173.     </div>
  174.     <span class=\"close-box-collapse right-boxed bi bi-x\"></span>
  175.     <div class=\"box-collapse-wrap form\">
  176.       <form class=\"form-a\">
  177.         <div class=\"row\">
  178.           <div class=\"col-md-12 mb-2\">
  179.             <div class=\"form-group\">
  180.               <label class=\"pb-2\" for=\"Type\">Keyword</label>
  181.               <input type=\"text\" class=\"form-control form-control-lg form-control-a\" placeholder=\"Keyword\">
  182.             </div>
  183.           </div>
  184.           <div class=\"col-md-6 mb-2\">
  185.             <div class=\"form-group mt-3\">
  186.               <label class=\"pb-2\" for=\"Type\">Type</label>
  187.               <select class=\"form-control form-select form-control-a\" id=\"Type\">
  188.                 <option>All Type</option>
  189.                 <option>For Rent</option>
  190.                 <option>For Sale</option>
  191.                 <option>Open House</option>
  192.               </select>
  193.             </div>
  194.           </div>
  195.           <div class=\"col-md-6 mb-2\">
  196.             <div class=\"form-group mt-3\">
  197.               <label class=\"pb-2\" for=\"city\">City</label>
  198.               <select class=\"form-control form-select form-control-a\" id=\"city\">
  199.                 <option>All City</option>
  200.                 <option>Alabama</option>
  201.                 <option>Arizona</option>
  202.                 <option>California</option>
  203.                 <option>Colorado</option>
  204.               </select>
  205.             </div>
  206.           </div>
  207.           <div class=\"col-md-6 mb-2\">
  208.             <div class=\"form-group mt-3\">
  209.               <label class=\"pb-2\" for=\"bedrooms\">Bedrooms</label>
  210.               <select class=\"form-control form-select form-control-a\" id=\"bedrooms\">
  211.                 <option>Any</option>
  212.                 <option>01</option>
  213.                 <option>02</option>
  214.                 <option>03</option>
  215.               </select>
  216.             </div>
  217.           </div>
  218.           <div class=\"col-md-6 mb-2\">
  219.             <div class=\"form-group mt-3\">
  220.               <label class=\"pb-2\" for=\"garages\">Garages</label>
  221.               <select class=\"form-control form-select form-control-a\" id=\"garages\">
  222.                 <option>Any</option>
  223.                 <option>01</option>
  224.                 <option>02</option>
  225.                 <option>03</option>
  226.                 <option>04</option>
  227.               </select>
  228.             </div>
  229.           </div>
  230.           <div class=\"col-md-6 mb-2\">
  231.             <div class=\"form-group mt-3\">
  232.               <label class=\"pb-2\" for=\"bathrooms\">Bathrooms</label>
  233.               <select class=\"form-control form-select form-control-a\" id=\"bathrooms\">
  234.                 <option>Any</option>
  235.                 <option>01</option>
  236.                 <option>02</option>
  237.                 <option>03</option>
  238.               </select>
  239.             </div>
  240.           </div>
  241.           <div class=\"col-md-6 mb-2\">
  242.             <div class=\"form-group mt-3\">
  243.               <label class=\"pb-2\" for=\"price\">Min Price</label>
  244.               <select class=\"form-control form-select form-control-a\" id=\"price\">
  245.                 <option>Unlimite</option>
  246.                 <option>\$50,000</option>
  247.                 <option>\$100,000</option>
  248.                 <option>\$150,000</option>
  249.                 <option>\$200,000</option>
  250.               </select>
  251.             </div>
  252.           </div>
  253.           <div class=\"col-md-12\">
  254.             <button type=\"submit\" class=\"btn btn-b\">Search Property</button>
  255.           </div>
  256.         </div>
  257.       </form>
  258.     </div>
  259.   </div><!-- End Property Search Section -->>
  260.   ";
  261.         
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  263.         
  264.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  265.     }
  266.     // line 132
  267.     public function block_header($context, array $blocks = [])
  268.     {
  269.         $macros $this->macros;
  270.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  272.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  274.         // line 133
  275.         echo "\t\t
  276. \t\t<!-- ======= Header/Navbar ======= -->
  277.   <nav class=\"navbar navbar-default navbar-trans navbar-expand-lg fixed-top\">
  278.     <div class=\"container\">
  279.       <button class=\"navbar-toggler collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarDefault\" aria-controls=\"navbarDefault\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  280.         <span></span>
  281.         <span></span>
  282.         <span></span>
  283.       </button>
  284.       <a class=\"navbar-brand text-brand\" href=\"";
  285.         // line 142
  286.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  287.         echo "\"><img src=\"";
  288.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("image/logo.jpeg"), "html"nulltrue);
  289.         echo "\" class=\"img-fluid\" style=\"max-height: 36px;  width: 64px; max-width: 150px;\" /></a>
  290.       <div class=\"navbar-collapse collapse justify-content-center\" id=\"navbarDefault\">
  291.         <ul class=\"navbar-nav\">
  292. \t\t
  293.           <li class=\"nav-item\">
  294.             <a class=\"nav-link ";
  295.         // line 148
  296.         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.'148$this->source); })()), "request", [], "any"falsefalsefalse148), "uri", [], "any"falsefalsefalse148) == $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("home"))) {
  297.             echo " active ";
  298.         }
  299.         echo "\" href=\"";
  300.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  301.         echo "\">";
  302.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.home"), "html"nulltrue);
  303.         echo "</a>
  304.           </li>
  305.           <li class=\"nav-item dropdown\">
  306.             <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Agriculture</a>
  307.             <div class=\"dropdown-menu\">
  308.             ";
  309.         // line 155
  310.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  311.             // line 156
  312.             echo "                  ";
  313.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
  314.                 // line 157
  315.                 echo "                    <a class=\"dropdown-item \" href=\"";
  316.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin.home");
  317.                 echo "\">Admin</a>
  318.                   ";
  319.             }
  320.             // line 159
  321.             echo "                    <a class=\"dropdown-item \" href=\"";
  322.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  323.             echo "\">";
  324.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.logout"), "html"nulltrue);
  325.             echo "</a>
  326.             ";
  327.         } else {
  328.             // line 161
  329.             echo "                    <a class=\"dropdown-item \" href=\"";
  330.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("security_login");
  331.             echo "\">";
  332.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.login"), "html"nulltrue);
  333.             echo "</a>
  334.               <a class=\"dropdown-item \" href=\"";
  335.             // line 162
  336.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration_register");
  337.             echo "\">";
  338.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.register"), "html"nulltrue);
  339.             echo "</a>
  340.             ";
  341.         }
  342.         // line 164
  343.         echo "            </div>
  344.           </li>
  345.           <li class=\"nav-item dropdown\">
  346.             <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Hygiène publique</a>
  347.             <div class=\"dropdown-menu\">
  348. \t\t\t      
  349.               <a class=\"dropdown-item \" href=\"";
  350.         // line 174
  351.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("entreprise_deratisation");
  352.         echo "\">";
  353.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.deratisation"), "html"nulltrue);
  354.         echo "</a>
  355. \t\t\t        <a class=\"dropdown-item \" href=\"";
  356.         // line 175
  357.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("entreprise_deinsectisation");
  358.         echo "\">";
  359.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.deinsectisation"), "html"nulltrue);
  360.         echo "</a>
  361.               
  362. \t\t\t        <a class=\"dropdown-item \" href=\"";
  363.         // line 177
  364.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("entreprise_deinfection");
  365.         echo "\">";
  366.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.deinfection"), "html"nulltrue);
  367.         echo "</a>
  368.             </div>
  369.           </li>
  370.     
  371.          
  372.         
  373. \t\t  <li class=\"nav-item\">
  374.             <a class=\"nav-link ";
  375.         // line 203
  376.         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.'203$this->source); })()), "request", [], "any"falsefalsefalse203), "uri", [], "any"falsefalsefalse203) == $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("entreprise_nos_produits"))) {
  377.             echo " active ";
  378.         }
  379.         echo "\" href=\"";
  380.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("entreprise_nos_produits");
  381.         echo "\">produits</a>
  382.           </li>
  383. \t\t <li class=\"nav-item\">
  384.             <a class=\"nav-link ";
  385.         // line 208
  386.         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.'208$this->source); })()), "request", [], "any"falsefalsefalse208), "uri", [], "any"falsefalsefalse208) == $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("contact"))) {
  387.             echo " active ";
  388.         }
  389.         echo "\" href=\"";
  390.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  391.         echo "\">Contact</a>
  392.           </li>
  393.           <li class=\"nav-item dropdown\">
  394.             <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Compte</a>
  395.             <div class=\"dropdown-menu\">
  396. \t\t\t";
  397.         // line 214
  398.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) {
  399.             // line 215
  400.             echo "            ";
  401.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
  402.                 // line 216
  403.                 echo "               <a class=\"dropdown-item \" href=\"";
  404.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin.home");
  405.                 echo "\">Admin</a>
  406.             ";
  407.             }
  408.             // line 218
  409.             echo "              <a class=\"dropdown-item \" href=\"";
  410.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  411.             echo "\">";
  412.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.logout"), "html"nulltrue);
  413.             echo "</a>
  414. \t\t\t";
  415.         } else {
  416.             // line 220
  417.             echo "              <a class=\"dropdown-item \" href=\"";
  418.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("security_login");
  419.             echo "\">";
  420.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.login"), "html"nulltrue);
  421.             echo "</a>
  422. \t\t\t  <a class=\"dropdown-item \" href=\"";
  423.             // line 221
  424.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration_register");
  425.             echo "\">";
  426.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("entreprise.register"), "html"nulltrue);
  427.             echo "</a>
  428. \t\t\t";
  429.         }
  430.         // line 223
  431.         echo "            </div>
  432.           </li>
  433.          
  434.         </ul>
  435.       </div>
  436.       <button type=\"button\" class=\"btn btn-b-n navbar-toggle-box navbar-toggle-box-collapse\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarTogglerDemo01\">
  437.         <i class=\"bi bi-search\"></i>
  438.       </button>
  439.     </div>
  440.   </nav><!-- End Header/Navbar -->
  441.  
  442.   
  443. \t\t";
  444.         
  445.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  446.         
  447.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  448.     }
  449.     // line 239
  450.     public function block_body($context, array $blocks = [])
  451.     {
  452.         $macros $this->macros;
  453.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  454.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  455.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  456.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  457.         // line 240
  458.         echo "\t\t";
  459.         
  460.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  461.         
  462.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  463.     }
  464.     // line 243
  465.     public function block_javascripts($context, array $blocks = [])
  466.     {
  467.         $macros $this->macros;
  468.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  469.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  470.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  471.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  472.         // line 244
  473.         echo "\t\t
  474. \t\t<div id=\"preloader\"></div>
  475. \t\t<a href=\"#\" class=\"back-to-top d-flex align-items-center justify-content-center\"><i class=\"bi bi-arrow-up-short\"></i></a>
  476. \t\t <!-- Vendor JS Files -->
  477.   <script src=\"";
  478.         // line 248
  479.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"), "html"nulltrue);
  480.         echo "\"></script>
  481.   <script src=\"";
  482.         // line 249
  483.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/vendor/swiper/swiper-bundle.min.js"), "html"nulltrue);
  484.         echo "\"></script>
  485.   <script src=\"";
  486.         // line 250
  487.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/vendor/php-email-form/validate.js"), "html"nulltrue);
  488.         echo "\"></script>
  489.   <!-- Template Main JS File -->
  490.   <script src=\"";
  491.         // line 253
  492.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("framework/esag/assets/js/main.js"), "html"nulltrue);
  493.         echo "\"></script>
  494. \t\t<script src=\"";
  495.         // line 255
  496.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("../../ckeditor5/ckeditor.js"), "html"nulltrue);
  497.         echo "\"></script>
  498. \t\t\t  
  499. \t\t";
  500.         
  501.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  502.         
  503.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  504.     }
  505.     public function getTemplateName()
  506.     {
  507.         return "base.html.twig";
  508.     }
  509.     public function isTraitable()
  510.     {
  511.         return false;
  512.     }
  513.     public function getDebugInfo()
  514.     {
  515.         return array (  571 => 255,  566 => 253,  560 => 250,  556 => 249,  552 => 248,  546 => 244,  536 => 243,  526 => 240,  516 => 239,  492 => 223,  485 => 221,  478 => 220,  470 => 218,  464 => 216,  461 => 215,  459 => 214,  446 => 208,  434 => 203,  403 => 177,  396 => 175,  390 => 174,  378 => 164,  371 => 162,  364 => 161,  356 => 159,  350 => 157,  347 => 156,  345 => 155,  329 => 148,  318 => 142,  307 => 133,  297 => 132,  195 => 38,  185 => 37,  165 => 25,  159 => 22,  153 => 19,  149 => 18,  145 => 17,  141 => 16,  133 => 10,  131 => 9,  121 => 8,  100 => 7,  88 => 258,  86 => 243,  82 => 241,  80 => 239,  77 => 238,  75 => 132,  72 => 131,  70 => 37,  66 => 35,  64 => 8,  60 => 7,  56 => 6,  49 => 1,);
  516.     }
  517.     public function getSourceContext()
  518.     {
  519.         return new Source("<!DOCTYPE html>
  520. <html>
  521.     <head>
  522.         <meta charset=\"UTF-8\">
  523. \t\t <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">
  524. \t\t<meta content=\"{{ 'entreprise.best_hosting_digital_solution' | trans }}\" name=\"description\">
  525.         <title>{% block title %} {{  company_name }} {% endblock %}</title>
  526.         {% block stylesheets %}
  527. \t\t{# Vendor CSS Files #}
  528. \t\t\t
  529. \t\t
  530.     <!-- Google Fonts -->
  531.   <link href=\"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700\" rel=\"stylesheet\">
  532.   <!-- Vendor CSS Files -->
  533.   <link href=\"{{ asset('framework/esag/assets/vendor/animate.css/animate.min.css') }}\" rel=\"stylesheet\">
  534.   <link href=\"{{ asset('framework/esag/assets/vendor/bootstrap/css/bootstrap.min.css') }}\" rel=\"stylesheet\">
  535.   <link href=\"{{ asset('framework/esag/assets/vendor/bootstrap-icons/bootstrap-icons.css') }}\" rel=\"stylesheet\">
  536.   <link href=\"{{ asset('framework/esag/assets/vendor/swiper/swiper-bundle.min.css') }}\" rel=\"stylesheet\">
  537.   <!-- Template Main CSS File -->
  538.   <link href=\"{{ asset('framework/esag/assets/css/style.css') }}\" rel=\"stylesheet\">
  539. \t\t  
  540. \t\t\t<link rel=\"stylesheet\" href=\"{{ asset('css/general.css') }}\" />
  541.       <style>
  542.       .liste-produit{
  543.         max-height: 300px;
  544.         max-width: 300px;
  545.         position: relative;
  546.         marigin-bottom: 50px;
  547.       }
  548.       </style>
  549. \t\t{% endblock stylesheets %}
  550.     </head>
  551.     <body>
  552. \t {% block property_search %}
  553. \t\t<div class=\"click-closed\"></div>
  554.   <!--/ Form Search Star /-->
  555.   <div class=\"box-collapse\">
  556.     <div class=\"title-box-d\">
  557.       <h3 class=\"title-d\">Search Property</h3>
  558.     </div>
  559.     <span class=\"close-box-collapse right-boxed bi bi-x\"></span>
  560.     <div class=\"box-collapse-wrap form\">
  561.       <form class=\"form-a\">
  562.         <div class=\"row\">
  563.           <div class=\"col-md-12 mb-2\">
  564.             <div class=\"form-group\">
  565.               <label class=\"pb-2\" for=\"Type\">Keyword</label>
  566.               <input type=\"text\" class=\"form-control form-control-lg form-control-a\" placeholder=\"Keyword\">
  567.             </div>
  568.           </div>
  569.           <div class=\"col-md-6 mb-2\">
  570.             <div class=\"form-group mt-3\">
  571.               <label class=\"pb-2\" for=\"Type\">Type</label>
  572.               <select class=\"form-control form-select form-control-a\" id=\"Type\">
  573.                 <option>All Type</option>
  574.                 <option>For Rent</option>
  575.                 <option>For Sale</option>
  576.                 <option>Open House</option>
  577.               </select>
  578.             </div>
  579.           </div>
  580.           <div class=\"col-md-6 mb-2\">
  581.             <div class=\"form-group mt-3\">
  582.               <label class=\"pb-2\" for=\"city\">City</label>
  583.               <select class=\"form-control form-select form-control-a\" id=\"city\">
  584.                 <option>All City</option>
  585.                 <option>Alabama</option>
  586.                 <option>Arizona</option>
  587.                 <option>California</option>
  588.                 <option>Colorado</option>
  589.               </select>
  590.             </div>
  591.           </div>
  592.           <div class=\"col-md-6 mb-2\">
  593.             <div class=\"form-group mt-3\">
  594.               <label class=\"pb-2\" for=\"bedrooms\">Bedrooms</label>
  595.               <select class=\"form-control form-select form-control-a\" id=\"bedrooms\">
  596.                 <option>Any</option>
  597.                 <option>01</option>
  598.                 <option>02</option>
  599.                 <option>03</option>
  600.               </select>
  601.             </div>
  602.           </div>
  603.           <div class=\"col-md-6 mb-2\">
  604.             <div class=\"form-group mt-3\">
  605.               <label class=\"pb-2\" for=\"garages\">Garages</label>
  606.               <select class=\"form-control form-select form-control-a\" id=\"garages\">
  607.                 <option>Any</option>
  608.                 <option>01</option>
  609.                 <option>02</option>
  610.                 <option>03</option>
  611.                 <option>04</option>
  612.               </select>
  613.             </div>
  614.           </div>
  615.           <div class=\"col-md-6 mb-2\">
  616.             <div class=\"form-group mt-3\">
  617.               <label class=\"pb-2\" for=\"bathrooms\">Bathrooms</label>
  618.               <select class=\"form-control form-select form-control-a\" id=\"bathrooms\">
  619.                 <option>Any</option>
  620.                 <option>01</option>
  621.                 <option>02</option>
  622.                 <option>03</option>
  623.               </select>
  624.             </div>
  625.           </div>
  626.           <div class=\"col-md-6 mb-2\">
  627.             <div class=\"form-group mt-3\">
  628.               <label class=\"pb-2\" for=\"price\">Min Price</label>
  629.               <select class=\"form-control form-select form-control-a\" id=\"price\">
  630.                 <option>Unlimite</option>
  631.                 <option>\$50,000</option>
  632.                 <option>\$100,000</option>
  633.                 <option>\$150,000</option>
  634.                 <option>\$200,000</option>
  635.               </select>
  636.             </div>
  637.           </div>
  638.           <div class=\"col-md-12\">
  639.             <button type=\"submit\" class=\"btn btn-b\">Search Property</button>
  640.           </div>
  641.         </div>
  642.       </form>
  643.     </div>
  644.   </div><!-- End Property Search Section -->>
  645.   {% endblock property_search %}
  646.         {% block header %}
  647. \t\t
  648. \t\t<!-- ======= Header/Navbar ======= -->
  649.   <nav class=\"navbar navbar-default navbar-trans navbar-expand-lg fixed-top\">
  650.     <div class=\"container\">
  651.       <button class=\"navbar-toggler collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarDefault\" aria-controls=\"navbarDefault\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  652.         <span></span>
  653.         <span></span>
  654.         <span></span>
  655.       </button>
  656.       <a class=\"navbar-brand text-brand\" href=\"{{ path('home') }}\"><img src=\"{{ asset('image/logo.jpeg') }}\" class=\"img-fluid\" style=\"max-height: 36px;  width: 64px; max-width: 150px;\" /></a>
  657.       <div class=\"navbar-collapse collapse justify-content-center\" id=\"navbarDefault\">
  658.         <ul class=\"navbar-nav\">
  659. \t\t
  660.           <li class=\"nav-item\">
  661.             <a class=\"nav-link {% if  app.request.uri == url('home') %} active {% endif %}\" href=\"{{ path('home') }}\">{{ 'entreprise.home' | trans }}</a>
  662.           </li>
  663.           <li class=\"nav-item dropdown\">
  664.             <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Agriculture</a>
  665.             <div class=\"dropdown-menu\">
  666.             {% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  667.                   {% if is_granted('ROLE_ADMIN') %}
  668.                     <a class=\"dropdown-item \" href=\"{{ path('admin.home') }}\">Admin</a>
  669.                   {% endif %}
  670.                     <a class=\"dropdown-item \" href=\"{{ path('app_logout') }}\">{{ 'entreprise.logout' | trans  }}</a>
  671.             {% else %}
  672.                     <a class=\"dropdown-item \" href=\"{{ path('security_login') }}\">{{ 'entreprise.login' | trans  }}</a>
  673.               <a class=\"dropdown-item \" href=\"{{ path('registration_register') }}\">{{ 'entreprise.register' | trans  }}</a>
  674.             {% endif %}
  675.             </div>
  676.           </li>
  677.           <li class=\"nav-item dropdown\">
  678.             <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Hygiène publique</a>
  679.             <div class=\"dropdown-menu\">
  680. \t\t\t      
  681.               <a class=\"dropdown-item \" href=\"{{ path('entreprise_deratisation') }}\">{{ 'entreprise.deratisation' | trans  }}</a>
  682. \t\t\t        <a class=\"dropdown-item \" href=\"{{ path('entreprise_deinsectisation') }}\">{{ 'entreprise.deinsectisation' | trans  }}</a>
  683.               
  684. \t\t\t        <a class=\"dropdown-item \" href=\"{{ path('entreprise_deinfection') }}\">{{ 'entreprise.deinfection' | trans  }}</a>
  685.             </div>
  686.           </li>
  687.     
  688.          
  689.         
  690. \t\t  <li class=\"nav-item\">
  691.             <a class=\"nav-link {% if  app.request.uri == url('entreprise_nos_produits') %} active {% endif %}\" href=\"{{ path('entreprise_nos_produits') }}\">produits</a>
  692.           </li>
  693. \t\t <li class=\"nav-item\">
  694.             <a class=\"nav-link {% if  app.request.uri == url('contact') %} active {% endif %}\" href=\"{{ path('contact') }}\">Contact</a>
  695.           </li>
  696.           <li class=\"nav-item dropdown\">
  697.             <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"navbarDropdown\" role=\"button\" data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">Compte</a>
  698.             <div class=\"dropdown-menu\">
  699. \t\t\t{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
  700.             {% if is_granted('ROLE_ADMIN') %}
  701.                <a class=\"dropdown-item \" href=\"{{ path('admin.home') }}\">Admin</a>
  702.             {% endif %}
  703.               <a class=\"dropdown-item \" href=\"{{ path('app_logout') }}\">{{ 'entreprise.logout' | trans  }}</a>
  704. \t\t\t{% else %}
  705.               <a class=\"dropdown-item \" href=\"{{ path('security_login') }}\">{{ 'entreprise.login' | trans  }}</a>
  706. \t\t\t  <a class=\"dropdown-item \" href=\"{{ path('registration_register') }}\">{{ 'entreprise.register' | trans  }}</a>
  707. \t\t\t{% endif %}
  708.             </div>
  709.           </li>
  710.          
  711.         </ul>
  712.       </div>
  713.       <button type=\"button\" class=\"btn btn-b-n navbar-toggle-box navbar-toggle-box-collapse\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarTogglerDemo01\">
  714.         <i class=\"bi bi-search\"></i>
  715.       </button>
  716.     </div>
  717.   </nav><!-- End Header/Navbar -->
  718.  
  719.   
  720. \t\t{% endblock header %}
  721. \t\t
  722. \t\t{% block body %}
  723. \t\t{% endblock body %}
  724. \t\t\t
  725. \t\t
  726.         {% block javascripts %}
  727. \t\t
  728. \t\t<div id=\"preloader\"></div>
  729. \t\t<a href=\"#\" class=\"back-to-top d-flex align-items-center justify-content-center\"><i class=\"bi bi-arrow-up-short\"></i></a>
  730. \t\t <!-- Vendor JS Files -->
  731.   <script src=\"{{ asset('framework/esag/assets/vendor/bootstrap/js/bootstrap.bundle.min.js') }}\"></script>
  732.   <script src=\"{{ asset('framework/esag/assets/vendor/swiper/swiper-bundle.min.js') }}\"></script>
  733.   <script src=\"{{ asset('framework/esag/assets/vendor/php-email-form/validate.js') }}\"></script>
  734.   <!-- Template Main JS File -->
  735.   <script src=\"{{ asset('framework/esag/assets/js/main.js') }}\"></script>
  736. \t\t<script src=\"{{ asset('../../ckeditor5/ckeditor.js') }}\"></script>
  737. \t\t\t  
  738. \t\t{% endblock javascripts%}
  739.     </body>
  740. </html>
  741. ""base.html.twig""/home/ivoirephytochimies/public_html/templates/base.html.twig");
  742.     }
  743. }