var/cache/dev/twig/34/3417a7bb8a6bfeed2790d3a12ac2dff4.php line 1145

  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. /* home/show.html.twig */
  14. class __TwigTemplate_255215feba0da02059de99d201c2c900 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->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'body' => [$this'block_body'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "base2.html.twig";
  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""home/show.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""home/show.html.twig"));
  39.         $this->parent $this->loadTemplate("base2.html.twig""home/show.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 3
  47.     public function block_title($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         echo "Nom du commerce";
  55.         
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  57.         
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  59.     }
  60.     // line 5
  61.     public function block_body($context, array $blocks = [])
  62.     {
  63.         $macros $this->macros;
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  68.         // line 6
  69.         echo "
  70.     <div class=\"font-inter dark:bg-background sticky-header-first-content\">
  71.       <section
  72.   class=\"pt-0 border-b border-gray-200 dark:border-foreground dark:bg-background lg:px-0 px-5\"
  73. >
  74.   <div class=\"container-fluid mx-auto lg:p-0 p-5\">
  75.     <!-- Slider main container -->
  76.     <div class=\"relative\">
  77.       <div class=\"swiper swiper-4-item overflow-x-hidden\">
  78.         <!-- Additional required wrapper -->
  79.         <div class=\"swiper-wrapper relative h-full\">
  80.           <!-- Slides -->
  81.           <div class=\"swiper-slide\">
  82.             <div class=\"relative cursor-pointer\">
  83.               <img
  84.                 class=\"h-96 w-full object-cover fullscreen-image\"
  85.                 src=\"";
  86.         // line 22
  87.         echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'22$this->source); })()), "picture1"), "html"nulltrue);
  88.         echo "\"
  89.               />
  90.             </div>
  91.           </div>
  92.           ";
  93.         // line 26
  94.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'26$this->source); })()), "picture2"))) {
  95.             // line 27
  96.             echo "          <div class=\"swiper-slide\">
  97.             <div class=\"relative cursor-pointer\">
  98.               <img class=\"h-96 w-full object-cover fullscreen-image\"
  99.               src=\"";
  100.             // line 30
  101.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'30$this->source); })()), "picture2"), "html"nulltrue);
  102.             echo "\" />
  103.             </div>
  104.           </div>
  105.           ";
  106.         }
  107.         // line 34
  108.         echo "          ";
  109.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'34$this->source); })()), "picture3"))) {
  110.             // line 35
  111.             echo "          <div class=\"swiper-slide\">
  112.             <div class=\"relative cursor-pointer\">
  113.               <img
  114.                 class=\"h-96 w-full object-cover fullscreen-image\"
  115.                 src=\"";
  116.             // line 39
  117.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'39$this->source); })()), "picture3"), "html"nulltrue);
  118.             echo "\"
  119.               />
  120.             </div>
  121.           </div>
  122.           ";
  123.         }
  124.         // line 44
  125.         echo "          ";
  126.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'44$this->source); })()), "picture4"))) {
  127.             // line 45
  128.             echo "          <div class=\"swiper-slide\">
  129.             <div class=\"relative cursor-pointer\">
  130.               <img
  131.                 class=\"h-96 w-full object-cover fullscreen-image\"
  132.                 src=\"";
  133.             // line 49
  134.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'49$this->source); })()), "picture4"), "html"nulltrue);
  135.             echo "\"
  136.               />
  137.             </div>
  138.           </div>
  139.           ";
  140.         }
  141.         // line 54
  142.         echo "          ";
  143.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'54$this->source); })()), "picture5"))) {
  144.             // line 55
  145.             echo "          <div class=\"swiper-slide\">
  146.             <div class=\"relative cursor-pointer\">
  147.               <img
  148.                 class=\"h-96 w-full object-cover fullscreen-image\"
  149.                 src=\"";
  150.             // line 59
  151.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'59$this->source); })()), "picture5"), "html"nulltrue);
  152.             echo "\"
  153.               />
  154.             </div>
  155.           </div>
  156.           ";
  157.         }
  158.         // line 64
  159.         echo "          ";
  160.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'64$this->source); })()), "picture6"))) {
  161.             // line 65
  162.             echo "          <div class=\"swiper-slide\">
  163.             <div class=\"relative cursor-pointer\">
  164.               <img
  165.                 class=\"h-96 w-full object-cover fullscreen-image\"
  166.                 src=\"";
  167.             // line 69
  168.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'69$this->source); })()), "picture6"), "html"nulltrue);
  169.             echo "\"
  170.               />
  171.             </div>
  172.           </div>
  173.           ";
  174.         }
  175.         // line 74
  176.         echo "        </div>
  177.         <!-- If we need pagination -->
  178.         <div class=\"swiper-pagination\"></div>
  179.         <!-- If we need navigation buttons -->
  180.       </div>
  181.       ";
  182.         // line 81
  183.         if (($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'81$this->source); })()), "picture5") != null)) {
  184.             // line 82
  185.             echo "      <div class=\"swiper-button-prev left-2 lg:left-6 after:hidden\">
  186.         <button
  187.           type=\"button\"
  188.           class=\"bg-white dark:bg-foreground text-blue-500 rounded-full p-2\"
  189.         >
  190.           <svg
  191.             xmlns=\"http://www.w3.org/2000/svg\"
  192.             class=\"h-5 w-5\"
  193.             fill=\"none\"
  194.             viewBox=\"0 0 24 24\"
  195.             stroke=\"currentColor\"
  196.           >
  197.             <path
  198.               stroke-linecap=\"round\"
  199.               stroke-linejoin=\"round\"
  200.               stroke-width=\"2\"
  201.               d=\"M10 19l-7-7m0 0l7-7m-7 7h18\"
  202.             />
  203.           </svg>
  204.         </button>
  205.       </div>
  206.       <div class=\"swiper-button-next absolute right-2 lg:right-6 after:hidden\">
  207.         <button
  208.           type=\"button\"
  209.           class=\"bg-white dark:bg-foreground text-blue-500 rounded-full p-2\"
  210.         >
  211.           <svg
  212.             xmlns=\"http://www.w3.org/2000/svg\"
  213.             class=\"h-5 w-5\"
  214.             fill=\"none\"
  215.             viewBox=\"0 0 24 24\"
  216.             stroke=\"currentColor\"
  217.           >
  218.             <path
  219.               stroke-linecap=\"round\"
  220.               stroke-linejoin=\"round\"
  221.               stroke-width=\"2\"
  222.               d=\"M14 5l7 7m0 0l-7 7m7-7H3\"
  223.             />
  224.           </svg>
  225.         </button>
  226.       </div>
  227.         ";
  228.         }
  229.         // line 125
  230.         echo "    </div>
  231.     <div class=\"bg-gray-100 dark:bg-foreground pt-6 pb-1\">
  232.       <div class=\"container mx-auto px-5\">
  233.  
  234.         <div class=\"flex flex-wrap mb-4\">
  235.         <!-- Start - Show categories -->
  236.   
  237.           ";
  238.         // line 134
  239.         $context['_parent'] = $context;
  240.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'134$this->source); })()), "categories", [], "any"falsefalsefalse134));
  241.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  242.             // line 135
  243.             echo "          <span class=\"bg-yellow-500 text-xs text-white rounded-full px-4 py-1 flex items-center mr-1 mb-3\">   
  244.                             <span class=\"badge bg-warning text-dark\">";
  245.             // line 136
  246.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse136), "html"nulltrue);
  247.             echo "</span>
  248.           </span>
  249.           ";
  250.         }
  251.         $_parent $context['_parent'];
  252.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  253.         $context array_intersect_key($context$_parent) + $_parent;
  254.         // line 139
  255.         echo "        
  256.         <!-- END - Show categories -->
  257.       
  258.         </div>
  259.         <div class=\"flex justify-between flex-wrap\">
  260.           <div class=\"mb-4\">
  261.             <div class=\"flex items-center mb-1\">
  262.               <h4
  263.                 class=\"text-gray-700 font-medium dark:text-gray-100 mr-2 lg:text-3xl text-2xl\"
  264.               >
  265.                 ";
  266.         // line 150
  267.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'150$this->source); })()), "name", [], "any"falsefalsefalse150), "html"nulltrue);
  268.         echo "
  269.               </h4>
  270.               
  271.               ";
  272.         // line 155
  273.         if ((twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'155$this->source); })()), "verified", [], "any"falsefalsefalse155) == true)) {
  274.             // line 156
  275.             echo "              <svg
  276.                 xmlns=\"http://www.w3.org/2000/svg\"
  277.                 class=\"h-5 w-5 text-green-500\"
  278.                 viewBox=\"0 0 20 20\"
  279.                 fill=\"currentColor\"
  280.               >
  281.                 <path
  282.                   fill-rule=\"evenodd\"
  283.                   d=\"M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\"
  284.                   clip-rule=\"evenodd\"
  285.                 />
  286.               </svg>
  287.               ";
  288.         }
  289.         // line 169
  290.         echo "
  291.             </div>
  292.             <div class=\"flex items-center text-gray-500 dark:text-gray-300\">
  293.               <svg
  294.                 xmlns=\"http://www.w3.org/2000/svg\"
  295.                 class=\"h-5 w-5 mr-1\"
  296.                 viewBox=\"0 0 20 20\"
  297.                 fill=\"currentColor\"
  298.               >
  299.                 <path
  300.                   fill-rule=\"evenodd\"
  301.                   d=\"M5.05 4.05a7 7 0 119.9 9.9L10 18.9l-4.95-4.95a7 7 0 010-9.9zM10 11a2 2 0 100-4 2 2 0 000 4z\"
  302.                   clip-rule=\"evenodd\"
  303.                 />
  304.               </svg>
  305.               <p class=\"text-base\">
  306.                   ";
  307.         // line 187
  308.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'187$this->source); })()), "addressCity", [], "any"falsefalsefalse187), "html"nulltrue);
  309.         echo "            
  310.               </p>
  311.             </div>
  312.           </div>
  313.           ";
  314.         // line 192
  315.         if ((twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'192$this->source); })()), "verified", [], "any"falsefalsefalse192) == true)) {
  316.             // line 193
  317.             echo "          <div class=\"mb-4\">
  318.             <button
  319.           type=\"button\"
  320.           class=\"w-full flex justify-center items-center bg-green-600 rounded-lg text-white p-[0.657rem] mb-3\"
  321.         >
  322.           <svg
  323.             class=\"mr-3\"
  324.             width=\"31\"
  325.             height=\"31\"
  326.             viewBox=\"0 0 31 31\"
  327.             fill=\"none\"
  328.             xmlns=\"http://www.w3.org/2000/svg\"
  329.           >
  330.             <path
  331.               d=\"M3.1001 15.5C3.1001 8.65091 8.65104 3.09998 15.5001 3.09998C22.3492 3.09998 27.9001 8.65091 27.9001 15.5C27.9001 22.349 22.3492 27.9 15.5001 27.9C8.65104 27.9 3.1001 22.349 3.1001 15.5ZM21.1092 13.359C21.6371 12.8311 21.6371 11.9689 21.1092 11.4409C20.5812 10.9129 19.719 10.9129 19.191 11.4409L13.9501 16.6818L11.8092 14.5409C11.2812 14.0129 10.419 14.0129 9.89103 14.5409C9.36307 15.0689 9.36307 15.9311 9.89103 16.459L12.991 19.559C13.519 20.087 14.3812 20.087 14.9092 19.559L21.1092 13.359Z\"
  332.               fill=\"white\"
  333.             />
  334.           </svg>
  335.           Etablissement vérifié par Best of Sarlat
  336.         </button> 
  337.           ";
  338.         }
  339.         // line 214
  340.         echo "                  <div class=\"mb-4\">
  341.             <div class=\"flex flex-wrap items-center mb-1\">
  342. ";
  343.         // line 220
  344.         $context["rating"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'220$this->source); })()), "result", [], "any"falsefalsefalse220), "rating", [], "any"falsefalsefalse220);
  345.         // line 221
  346.         echo "
  347. ";
  348.         // line 222
  349.         if ((((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'222$this->source); })()) >= 0) && ((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'222$this->source); })()) < 0.5))) {
  350.             // line 223
  351.             echo "<div class='stars-rating' style=\"--rating: 0;\">
  352.   <div class=\"rating\"></div>
  353. </div>
  354. ";
  355.         } elseif (((        // line 226
  356. (isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'226$this->source); })()) >= 0.5) && ((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'226$this->source); })()) < 1.5))) {
  357.             // line 227
  358.             echo "<div class='stars-rating' style=\"--rating: 0.5;\">
  359.   <div class=\"rating\"></div>
  360. </div>
  361. ";
  362.         } elseif (((        // line 230
  363. (isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'230$this->source); })()) >= 1.5) && ((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'230$this->source); })()) < 2.5))) {
  364.             // line 231
  365.             echo "<div class='stars-rating' style=\"--rating: 1.5;\">
  366.   <div class=\"rating\"></div>
  367. </div>
  368. ";
  369.         } elseif (((        // line 234
  370. (isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'234$this->source); })()) >= 2.5) && ((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'234$this->source); })()) < 3.5))) {
  371.             // line 235
  372.             echo "<div class='stars-rating' style=\"--rating: 2.5;\">
  373.   <div class=\"rating\"></div>
  374. </div>
  375. ";
  376.         } elseif (((        // line 238
  377. (isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'238$this->source); })()) >= 3.5) && ((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'238$this->source); })()) < 4.5))) {
  378.             // line 239
  379.             echo "<div class='stars-rating' style=\"--rating: 3.5;\">
  380.   <div class=\"rating\"></div>
  381. </div>
  382. ";
  383.         } elseif (((        // line 242
  384. (isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'242$this->source); })()) >= 4.5) && ((isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'242$this->source); })()) < 5))) {
  385.             // line 243
  386.             echo "<div class='stars-rating' style=\"--rating: 4.5;\">
  387.   <div class=\"rating\"></div>
  388. </div>
  389. ";
  390.         } elseif ((        // line 246
  391. (isset($context["rating"]) || array_key_exists("rating"$context) ? $context["rating"] : (function () { throw new RuntimeError('Variable "rating" does not exist.'246$this->source); })()) == 5)) {
  392.             // line 247
  393.             echo "<div class='stars-rating' style=\"--rating: 5;\">
  394.   <div class=\"rating\"></div>
  395. </div>
  396. ";
  397.         }
  398.         // line 251
  399.         echo "
  400.               <span class=\"text-gray-700 font-medium mr-2 dark:text-gray-400\"
  401.                 >";
  402.         // line 257
  403.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'257$this->source); })()), "result", [], "any"falsefalsefalse257), "rating", [], "any"falsefalsefalse257), "html"nulltrue);
  404.         echo "</span
  405.               >
  406.               <span class=\"text-gray-500 dark:text-gray-400 text-sm mr-2\"
  407.                 >(";
  408.         // line 260
  409.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'260$this->source); })()), "result", [], "any"falsefalsefalse260), "user_ratings_total", [], "any"falsefalsefalse260), "html"nulltrue);
  410.         echo " avis donnés)</span
  411.               >
  412.             </div> 
  413.               <span class=\"text-gray-500 dark:text-gray-400 text-sm mr-2\">
  414.                 Note fournie par
  415.                 <a href=\"";
  416.         // line 265
  417.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'265$this->source); })()), "result", [], "any"falsefalsefalse265), "url", [], "any"falsefalsefalse265), "html"nulltrue);
  418.         echo "\" target=\"_blank\" class=\"text-blue-500 underline\">Google</a>
  419.               </span>
  420.           </div>
  421.         </div>
  422.       </div>
  423.     </div>
  424.   </div>
  425. </section>
  426. <section class=\"dark:bg-background pt-20 bg-bodygray lg:px-0 px-5\">
  427.   <div class=\"container mx-auto\">
  428.     <div class=\"grid lg:grid-cols-3 grid-cols-1 gap-7\">
  429.       <div class=\"lg:col-span-2 col-span-1\">
  430.         <div
  431.           class=\"rounded-lg shadow-fornt-2 dark:bg-foreground p-6 bg-white mb-7\"
  432.         >
  433.           <h5
  434.             class=\"text-base font-medium mb-4 text-gray-700 dark:text-gray-100\"
  435.           >
  436.             Description
  437.           </h5>
  438.           <p class=\"text-sm font-normal text-gray-500 dark:text-gray-300\">
  439.             ";
  440.         // line 286
  441.         echo twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'286$this->source); })()), "about", [], "any"falsefalsefalse286);
  442.         echo "
  443.           </p>
  444.         </div>
  445.         <div
  446.           class=\"rounded-lg shadow-fornt-2 dark:bg-foreground p-6 bg-white mb-7\"
  447.         >
  448.           <div
  449.             class=\"text-base font-medium mb-4 text-gray-700 dark:text-gray-100\"
  450.           >
  451.             Photos
  452.           </div>
  453.           <div class=\"swiper mySwiper2 mb-7\">
  454.             <div class=\"swiper-wrapper\">
  455.               <div class=\"swiper-slide\">
  456.                 <img
  457.                   class=\"h-96 w-full object-cover rounded-lg\"
  458.                   src=\"";
  459.         // line 302
  460.         echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'302$this->source); })()), "picture1"), "html"nulltrue);
  461.         echo "\"
  462.                 />
  463.               </div>
  464.               ";
  465.         // line 305
  466.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'305$this->source); })()), "picture2"))) {
  467.             echo 
  468.               <div class=\"swiper-slide\">
  469.                 <img
  470.                   class=\"h-96 w-full object-cover rounded-lg\"
  471.                   src=\"";
  472.             // line 309
  473.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'309$this->source); })()), "picture2"), "html"nulltrue);
  474.             echo "\"
  475.                 />
  476.               </div>
  477.               ";
  478.         }
  479.         // line 313
  480.         echo "              ";
  481.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'313$this->source); })()), "picture3"))) {
  482.             echo 
  483.               <div class=\"swiper-slide\">
  484.                 <img
  485.                   class=\"h-96 w-full object-cover rounded-lg\"
  486.                   src=\"";
  487.             // line 317
  488.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'317$this->source); })()), "picture3"), "html"nulltrue);
  489.             echo "\"
  490.                 />
  491.               </div>
  492.               ";
  493.         }
  494.         // line 321
  495.         echo "              ";
  496.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'321$this->source); })()), "picture4"))) {
  497.             echo 
  498.               <div class=\"swiper-slide\">
  499.                 <img
  500.                   class=\"h-96 w-full object-cover rounded-lg\"
  501.                   src=\"";
  502.             // line 325
  503.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'325$this->source); })()), "picture4"), "html"nulltrue);
  504.             echo "\"
  505.                 />
  506.               </div>
  507.               ";
  508.         }
  509.         // line 329
  510.         echo "              ";
  511.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'329$this->source); })()), "picture5"))) {
  512.             echo 
  513.               <div class=\"swiper-slide\">
  514.                 <img
  515.                   class=\"h-96 w-full object-cover rounded-lg\"
  516.                   src=\"";
  517.             // line 333
  518.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'333$this->source); })()), "picture5"), "html"nulltrue);
  519.             echo "\"
  520.                 />
  521.               </div>
  522.               ";
  523.         }
  524.         // line 337
  525.         echo "              ";
  526.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'337$this->source); })()), "picture6"))) {
  527.             echo 
  528.               <div class=\"swiper-slide\">
  529.                 <img
  530.                   class=\"h-96 w-full object-cover rounded-lg\"
  531.                   src=\"";
  532.             // line 341
  533.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'341$this->source); })()), "picture6"), "html"nulltrue);
  534.             echo "\"
  535.                 />
  536.               </div>
  537.               ";
  538.         }
  539.         // line 345
  540.         echo "            </div>
  541.             <div class=\"swiper-button-next after:hidden\">
  542.               <button
  543.                 type=\"button\"
  544.                 class=\"bg-white dark:bg-foreground text-blue-500 rounded-full p-2\"
  545.               >
  546.                 <svg
  547.                   xmlns=\"http://www.w3.org/2000/svg\"
  548.                   class=\"h-5 w-5\"
  549.                   fill=\"none\"
  550.                   viewBox=\"0 0 24 24\"
  551.                   stroke=\"currentColor\"
  552.                   stroke-width=\"2\"
  553.                 >
  554.                   <path
  555.                     stroke-linecap=\"round\"
  556.                     stroke-linejoin=\"round\"
  557.                     d=\"M9 5l7 7-7 7\"
  558.                   />
  559.                 </svg>
  560.               </button>
  561.             </div>
  562.             <div class=\"swiper-button-prev after:hidden\">
  563.               <button
  564.                 type=\"button\"
  565.                 class=\"bg-white dark:bg-foreground text-blue-500 rounded-full p-2\"
  566.               >
  567.                 <svg
  568.                   xmlns=\"http://www.w3.org/2000/svg\"
  569.                   class=\"h-5 w-5\"
  570.                   fill=\"none\"
  571.                   viewBox=\"0 0 24 24\"
  572.                   stroke=\"currentColor\"
  573.                   stroke-width=\"2\"
  574.                 >
  575.                   <path
  576.                     stroke-linecap=\"round\"
  577.                     stroke-linejoin=\"round\"
  578.                     d=\"M15 19l-7-7 7-7\"
  579.                   />
  580.                 </svg>
  581.               </button>
  582.             </div>
  583.           </div>
  584.           <div thumbsSlider=\"\" class=\"swiper mySwiper\">
  585.             <div class=\"swiper-wrapper\">
  586.               <div class=\"swiper-slide\">
  587.                 <img
  588.                   class=\"h-24 w-full object-cover rounded-lg\"
  589.                   src=\"";
  590.         // line 394
  591.         echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'394$this->source); })()), "picture1"), "html"nulltrue);
  592.         echo "\"
  593.                 />
  594.               </div>
  595.               ";
  596.         // line 397
  597.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'397$this->source); })()), "picture2"))) {
  598.             // line 398
  599.             echo "              <div class=\"swiper-slide\">
  600.                 <img
  601.                   class=\"h-24 w-full object-cover rounded-lg\"
  602.                   src=\"";
  603.             // line 401
  604.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'401$this->source); })()), "picture2"), "html"nulltrue);
  605.             echo "\"
  606.                 />
  607.               </div>
  608.               ";
  609.         }
  610.         // line 405
  611.         echo "              ";
  612.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'405$this->source); })()), "picture3"))) {
  613.             echo 
  614.               <div class=\"swiper-slide\">
  615.                 <img
  616.                   class=\"h-24 w-full object-cover rounded-lg\"
  617.                   src=\"";
  618.             // line 409
  619.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'409$this->source); })()), "picture3"), "html"nulltrue);
  620.             echo "\"
  621.                 />
  622.               </div>
  623.               ";
  624.         }
  625.         // line 413
  626.         echo "              ";
  627.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'413$this->source); })()), "picture4"))) {
  628.             echo 
  629.               <div class=\"swiper-slide\">
  630.                 <img
  631.                   class=\"h-24 w-full object-cover rounded-lg\"
  632.                   src=\"";
  633.             // line 417
  634.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'417$this->source); })()), "picture4"), "html"nulltrue);
  635.             echo "\"
  636.                 />
  637.               </div>
  638.               ";
  639.         }
  640.         // line 421
  641.         echo "              ";
  642.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'421$this->source); })()), "picture5"))) {
  643.             echo 
  644.               <div class=\"swiper-slide\">
  645.                 <img
  646.                   class=\"h-24 w-full object-cover rounded-lg\"
  647.                   src=\"";
  648.             // line 425
  649.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'425$this->source); })()), "picture5"), "html"nulltrue);
  650.             echo "\"
  651.                 />
  652.               </div>
  653.               ";
  654.         }
  655.         // line 429
  656.         echo "              ";
  657.         if ( !(null === $this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'429$this->source); })()), "picture6"))) {
  658.             echo 
  659.               <div class=\"swiper-slide\">
  660.                 <img
  661.                   class=\"h-24 w-full object-cover rounded-lg\"
  662.                   src=\"";
  663.             // line 433
  664.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset((isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'433$this->source); })()), "picture6"), "html"nulltrue);
  665.             echo "\"
  666.                 />
  667.               </div>
  668.               ";
  669.         }
  670.         // line 437
  671.         echo "            </div>
  672.           </div>
  673.         </div>
  674.         <div
  675.           class=\"rounded-lg shadow-fornt-2 dark:bg-foreground p-6 bg-white mb-7\"
  676.         >
  677.           <h5
  678.             class=\"text-base font-medium mb-4 text-gray-700 dark:text-gray-100\"
  679.           >
  680.             Les petits plus
  681.           </h5>
  682.         <!-- Start - Show tags -->
  683.         
  684.           <div class=\"grid md:grid-cols-3 grid-cols-2 gap-7\">
  685.             ";
  686.         // line 453
  687.         $context['_parent'] = $context;
  688.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'453$this->source); })()), "tags", [], "any"falsefalsefalse453));
  689.         foreach ($context['_seq'] as $context["_key"] => $context["tag"]) {
  690.             // line 454
  691.             echo "            <div
  692.               class=\"flex items-center [&>*]:hover:text-blue-500 cursor-pointer\"
  693.             >
  694.               <svg
  695.                 class=\"w-[18px] h-[18px] mr-2 text-gray-500 dark:text-gray-300\"
  696.                 width=\"16\"
  697.                 height=\"16\"
  698.                 viewBox=\"0 0 16 16\"
  699.                 fill=\"none\"
  700.                 xmlns=\"http://www.w3.org/2000/svg\"
  701.               >
  702.                 <path
  703.                   d=\"M7.41762 10.1179C7.24324 10.295 6.95637 10.295 6.78199 10.1179L4.98199 8.31786C4.8048 8.14349 4.8048 7.85661 4.98199 7.68224C5.15637 7.50505 5.44324 7.50505 5.61762 7.68224L7.0998 9.16442L10.382 5.88224C10.5564 5.70505 10.8432 5.70505 11.0176 5.88224C11.1948 6.05661 11.1948 6.34349 11.0176 6.51786L7.41762 10.1179ZM15.1998 8.00005C15.1998 11.9769 11.9767 15.2 7.9998 15.2C4.02293 15.2 0.799805 11.9769 0.799805 8.00005C0.799805 4.02317 4.02293 0.800049 7.9998 0.800049C11.9767 0.800049 15.1998 4.02317 15.1998 8.00005ZM7.9998 1.70005C4.52074 1.70005 1.6998 4.52099 1.6998 8.00005C1.6998 11.4791 4.52074 14.3 7.9998 14.3C11.4789 14.3 14.2998 11.4791 14.2998 8.00005C14.2998 4.52099 11.4789 1.70005 7.9998 1.70005Z\"
  704.                   fill=\"currentColor\"
  705.                 />
  706.               </svg>
  707.               <span class=\"text-sm font-normal text-gray-700 dark:text-gray-300\"
  708.                 >";
  709.             // line 471
  710.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["tag"], "name", [], "any"falsefalsefalse471), "html"nulltrue);
  711.             echo "</span
  712.               >
  713.             </div>
  714.             ";
  715.         }
  716.         $_parent $context['_parent'];
  717.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']);
  718.         $context array_intersect_key($context$_parent) + $_parent;
  719.         // line 475
  720.         echo "          </div>
  721.         </div>
  722.         <!-- END - Show tags -->
  723.         
  724.         <div class=\"mobilehidden\">
  725.           <h1
  726.             class=\"text-gray-700 dark:text-gray-100 lg:text-3xl text-2xl mb-2\"
  727.           >
  728.             Dans la même catégorie
  729.           </h1>
  730.           <p class=\"text-gray-500 dark:text-gray-400 mb-12\">
  731.             D'autres commerces qui pourraient vous convenir
  732.           </p>
  733.           <div class=\"grid lg:grid-cols-2 grid-cols-1 gap-7 mb-10\">
  734.           <!-- Slide START --> 
  735.     ";
  736.         // line 492
  737.         $context['_parent'] = $context;
  738.         $context['_seq'] = twig_ensure_traversable((isset($context["twoShops"]) || array_key_exists("twoShops"$context) ? $context["twoShops"] : (function () { throw new RuntimeError('Variable "twoShops" does not exist.'492$this->source); })()));
  739.         foreach ($context['_seq'] as $context["_key"] => $context["shop"]) {
  740.             // line 493
  741.             echo "            <div class=\"overflow-hidden rounded-lg\">
  742.               <a
  743.                 href=\"";
  744.             // line 495
  745.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home_show", ["slug" => twig_get_attribute($this->env$this->source$context["shop"], "slug", [], "any"falsefalsefalse495)]), "html"nulltrue);
  746.             echo "\"
  747.                 class=\"relative overflow-hidden group\"
  748.               >
  749.                 
  750.                 <img
  751.                   class=\"w-full h-80 object-cover rounded-t-lg group-hover:scale-105 transition-all\"
  752.                   src=\"";
  753.             // line 501
  754.             echo twig_escape_filter($this->env$this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["shop"], "picture1"), "html"nulltrue);
  755.             echo "\"
  756.                   alt=\"\"
  757.                 />
  758.                 <div
  759.                   class=\"absolute bottom-0 overflow-hidden top-1/2 flex items-start flex-col justify-end left-0 pb-5 pl-5 pt-2 card-linear-gradient w-full\"
  760.                 >
  761.                   <div class=\"flex text-white items-center mb-2\">
  762.                     <h2 class=\"text-xl capitalize font-semibold\">
  763.                       ";
  764.             // line 509
  765.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["shop"], "name", [], "any"falsefalsefalse509), "html"nulltrue);
  766.             echo "
  767.                     </h2>
  768.                     ";
  769.             // line 511
  770.             if ((twig_get_attribute($this->env$this->source$context["shop"], "verified", [], "any"falsefalsefalse511) == true)) {
  771.                 // line 512
  772.                 echo "                    <svg
  773.                       width=\"20\"
  774.                       height=\"20\"
  775.                       viewBox=\"0 0 20 20\"
  776.                       fill=\"none\"
  777.                       xmlns=\"http://www.w3.org/2000/svg\"
  778.                     >
  779.                       <path
  780.                         d=\"M15.6562 4.34313C16.4688 5.15625 16.6906 6.31875 16.4031 7.34688C17.3531 7.85 18 8.85 18 10C18 11.15 17.3531 12.15 16.4031 12.6531C16.7188 13.6812 16.4688 14.8156 15.6562 15.6562C14.8156 16.4688 13.6812 16.6906 12.6531 16.4031C12.15 17.3531 11.15 18 10 18C8.85 18 7.85 17.3531 7.34688 16.4031C6.31875 16.7188 5.15625 16.4688 4.34313 15.6562C3.53 14.8156 3.28125 13.6812 3.59687 12.6531C2.64687 12.15 2 11.15 2 10C2 8.85 2.64687 7.85 3.59687 7.34688C3.25312 6.31875 3.53 5.15625 4.34313 4.34313C5.15625 3.53 6.31875 3.28125 7.34688 3.59687C7.85 2.64687 8.85 2 10 2C11.15 2 12.15 2.64687 12.6531 3.59687C13.6812 3.25312 14.8156 3.53 15.6562 4.34313Z\"
  781.                         fill=\"#00AB55\"
  782.                       />
  783.                       <path
  784.                         d=\"M7 10L8.64645 11.6464C8.84171 11.8417 9.15829 11.8417 9.35355 11.6464L13 8\"
  785.                         stroke=\"white\"
  786.                         stroke-width=\"1.2\"
  787.                         stroke-linecap=\"round\"
  788.                       />
  789.                     </svg>
  790.                     ";
  791.             }
  792.             // line 531
  793.             echo "                  </div>
  794.                   <p class=\"text-sm font-normal text-white mb-4\">
  795.                     ";
  796.             // line 533
  797.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["shop"], "AddressCity", [], "any"falsefalsefalse533), "html"nulltrue);
  798.             echo "
  799.                   </p>
  800.                 </div>
  801.               </a>
  802.             </div>
  803.   ";
  804.         }
  805.         $_parent $context['_parent'];
  806.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['shop'], $context['_parent'], $context['loop']);
  807.         $context array_intersect_key($context$_parent) + $_parent;
  808.         // line 539
  809.         echo "
  810. <!-- Slide END -->          
  811.           </div>
  812.          
  813.         </div>
  814.       </div>
  815.       <div class=\"lg:col-span-1 col-span-1\">
  816.         <div class=\"rounded-lg shadow-fornt-2 dark:bg-foreground bg-white mb-7\">
  817.           <div class=\"mapouter\">
  818.             <div class=\"gmap_canvas\">
  819.               <iframe
  820.                 class=\"w-full h-64 rounded-t-md\"
  821.                 id=\"gmap_canvas\"
  822.                 src=\"https://maps.google.com/maps?q=";
  823.         // line 553
  824.         echo twig_escape_filter($this->envtwig_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["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'553$this->source); })()), "result", [], "any"falsefalsefalse553), "geometry", [], "any"falsefalsefalse553), "location", [], "any"falsefalsefalse553), "lat", [], "any"falsefalsefalse553), "html"nulltrue);
  825.         echo ",";
  826.         echo twig_escape_filter($this->envtwig_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["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'553$this->source); })()), "result", [], "any"falsefalsefalse553), "geometry", [], "any"falsefalsefalse553), "location", [], "any"falsefalsefalse553), "lng", [], "any"falsefalsefalse553), "html"nulltrue);
  827.         echo "&t=&z=13&ie=UTF8&iwloc=&output=embed\"
  828.                 frameborder=\"0\"
  829.                 scrolling=\"no\"
  830.                 marginheight=\"0\"
  831.                 marginwidth=\"0\"
  832.               ></iframe>
  833.             </div>
  834.           </div>
  835.           <div class=\"p-6 border-b border-gray-200 dark:border-gray-800\">
  836.             <div
  837.               class=\"flex items-center text-gray-700 dark:text-gray-300 mb-4\"
  838.             >
  839.               <svg
  840.                 xmlns=\"http://www.w3.org/2000/svg\"
  841.                 class=\"h-4 w-4 mr-2\"
  842.                 fill=\"none\"
  843.                 viewBox=\"0 0 24 24\"
  844.                 stroke=\"currentColor\"
  845.                 stroke-width=\"2\"
  846.               >
  847.                 <path
  848.                   stroke-linecap=\"round\"
  849.                   stroke-linejoin=\"round\"
  850.                   d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"
  851.                 />
  852.                 <path
  853.                   stroke-linecap=\"round\"
  854.                   stroke-linejoin=\"round\"
  855.                   d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"
  856.                 />
  857.               </svg>
  858.               <p class=\"text-base\">";
  859.         // line 584
  860.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'584$this->source); })()), "result", [], "any"falsefalsefalse584), "formatted_address", [], "any"falsefalsefalse584), "html"nulltrue);
  861.         echo "</p>
  862.             </div>
  863.             <div
  864.               class=\"flex items-center text-gray-700 dark:text-gray-300 mb-4\"
  865.             >
  866.               <svg
  867.                 class=\"h-4 w-4 mr-2\"
  868.                 xmlns=\"http://www.w3.org/2000/svg\"
  869.                 class=\"h-6 w-6\"
  870.                 fill=\"none\"
  871.                 viewBox=\"0 0 24 24\"
  872.                 stroke=\"currentColor\"
  873.                 stroke-width=\"2\"
  874.               >
  875.                 <path
  876.                   stroke-linecap=\"round\"
  877.                   stroke-linejoin=\"round\"
  878.                   d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"
  879.                 />
  880.               </svg>
  881.               <p class=\"text-base\">";
  882.         // line 604
  883.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'604$this->source); })()), "result", [], "any"falsefalsefalse604), "formatted_phone_number", [], "any"falsefalsefalse604), "html"nulltrue);
  884.         echo "</p>
  885.             </div>
  886.             ";
  887.         // line 607
  888.         if (twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'607$this->source); })()), "website", [], "any"falsefalsefalse607)) {
  889.             // line 608
  890.             echo "            <div
  891.               class=\"flex items-center text-gray-700 dark:text-gray-300 mb-4\"
  892.             >
  893.               <svg
  894.                 xmlns=\"http://www.w3.org/2000/svg\"
  895.                 class=\"h-4 w-4 mr-2\"
  896.                 fill=\"none\"
  897.                 viewBox=\"0 0 24 24\"
  898.                 stroke=\"currentColor\"
  899.                 stroke-width=\"2\"
  900.               >
  901.                 <path
  902.                   stroke-linecap=\"round\"
  903.                   stroke-linejoin=\"round\"
  904.                   d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9\"
  905.                 />
  906.               </svg>
  907.               <a
  908.                 target=\"_blank\"
  909.                 href=\"";
  910.             // line 627
  911.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'627$this->source); })()), "website", [], "any"falsefalsefalse627), "html"nulltrue);
  912.             echo "\"
  913.                 class=\"relative overflow-hidden group\"
  914.               >
  915.               <p class=\"text-base\">";
  916.             // line 630
  917.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'630$this->source); })()), "website", [], "any"falsefalsefalse630), "html"nulltrue);
  918.             echo "</p>
  919.               </a>
  920.             </div>
  921.             ";
  922.         }
  923.         // line 634
  924.         echo "          </div>
  925.           ";
  926.         // line 635
  927.         if ((((twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'635$this->source); })()), "facebook", [], "any"falsefalsefalse635) || twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'635$this->source); })()), "twitter", [], "any"falsefalsefalse635)) || twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'635$this->source); })()), "linkedin", [], "any"falsefalsefalse635)) || twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'635$this->source); })()), "instagram", [], "any"falsefalsefalse635))) {
  928.             // line 636
  929.             echo "          <div class=\"p-6\">
  930.             <h6 class=\"text-base text-gray-700 dark:text-gray-100 mb-2\">
  931.               Suivez-nous sur :
  932.             </h6>
  933.             <div class=\"flex flex-wrap\">
  934.             ";
  935.             // line 641
  936.             if (twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'641$this->source); })()), "facebook", [], "any"falsefalsefalse641)) {
  937.                 // line 642
  938.                 echo "              <button
  939.                 type=\"button\"
  940.                 class=\"border mr-3 mb-3 border-gray-200 dark:border-gray-800 dark:text-gray-400 p-2 rounded-lg hover:text-blue-500 hover:border-blue-500 dark:hover:text-blue-500 dark:hover:border-blue-500\"
  941.               >
  942.               <a
  943.                 target=\"_blank\"
  944.                 href=\"";
  945.                 // line 648
  946.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'648$this->source); })()), "facebook", [], "any"falsefalsefalse648), "html"nulltrue);
  947.                 echo "\"
  948.                 class=\"relative overflow-hidden group\"
  949.               >
  950.                 <svg
  951.                   width=\"20\"
  952.                   height=\"21\"
  953.                   viewBox=\"0 0 20 21\"
  954.                   fill=\"none\"
  955.                   xmlns=\"http://www.w3.org/2000/svg\"
  956.                 >
  957.                   <path
  958.                     d=\"M18 10.5625C18 6.14422 14.4183 2.5625 10 2.5625C5.58172 2.5625 2 6.14422 2 10.5625C2 14.5555 4.92547 17.8652 8.75 18.4653V12.875H6.71875V10.5625H8.75V8.8C8.75 6.795 9.94438 5.6875 11.7717 5.6875C12.6467 5.6875 13.5625 5.84375 13.5625 5.84375V7.8125H12.5538C11.56 7.8125 11.25 8.42922 11.25 9.0625V10.5625H13.4688L13.1141 12.875H11.25V18.4653C15.0745 17.8652 18 14.5555 18 10.5625Z\"
  959.                     fill=\"currentColor\"
  960.                   />
  961.                 </svg>
  962.               </a>
  963.               </button>
  964.               ";
  965.             }
  966.             // line 666
  967.             echo "
  968.               ";
  969.             // line 667
  970.             if (twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'667$this->source); })()), "instagram", [], "any"falsefalsefalse667)) {
  971.                 // line 668
  972.                 echo "              <button
  973.                 type=\"button\"
  974.                 class=\"border mr-3 mb-3 border-gray-200 dark:border-gray-800 dark:text-gray-400 p-2 rounded-lg hover:text-blue-500 hover:border-blue-500 dark:hover:text-blue-500 dark:hover:border-blue-500\"
  975.               >
  976.               <a
  977.                 target=\"_blank\"
  978.                 href=\"";
  979.                 // line 674
  980.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'674$this->source); })()), "instagram", [], "any"falsefalsefalse674), "html"nulltrue);
  981.                 echo "\"
  982.                 class=\"relative overflow-hidden group\"
  983.               >
  984.                 <svg
  985.                   width=\"20\"
  986.                   height=\"20\"
  987.                   viewBox=\"0 0 17 18\"
  988.                   fill=\"none\"
  989.                   xmlns=\"http://www.w3.org/2000/svg\"
  990.                 >
  991.                   <path
  992.                     d=\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z\"
  993.                     fill=\"currentColor\"
  994.                   />
  995.                 </svg>
  996.               </a>
  997.               </button>
  998.               ";
  999.             }
  1000.             // line 692
  1001.             echo "
  1002.             ";
  1003.             // line 693
  1004.             if (twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'693$this->source); })()), "linkedin", [], "any"falsefalsefalse693)) {
  1005.                 // line 694
  1006.                 echo "              <button
  1007.                 type=\"button\"
  1008.                 class=\"border mr-3 mb-3 border-gray-200 dark:border-gray-800 dark:text-gray-400 p-2 rounded-lg hover:text-blue-500 hover:border-blue-500 dark:hover:text-blue-500 dark:hover:border-blue-500\"
  1009.               >
  1010.               <a
  1011.                 target=\"_blank\"
  1012.                 href=\"";
  1013.                 // line 700
  1014.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'700$this->source); })()), "linkedin", [], "any"falsefalsefalse700), "html"nulltrue);
  1015.                 echo "\"
  1016.                 class=\"relative overflow-hidden group\"
  1017.               >
  1018.                 <svg
  1019.                   width=\"20\"
  1020.                   height=\"21\"
  1021.                   viewBox=\"0 0 20 21\"
  1022.                   fill=\"none\"
  1023.                   xmlns=\"http://www.w3.org/2000/svg\"
  1024.                 >
  1025.                   <path
  1026.                     d=\"M16.8156 2.5625H3.18125C2.52812 2.5625 2 3.07813 2 3.71563V17.4062C2 18.0438 2.52812 18.5625 3.18125 18.5625H16.8156C17.4688 18.5625 18 18.0438 18 17.4094V3.71563C18 3.07813 17.4688 2.5625 16.8156 2.5625ZM6.74687 16.1969H4.37188V8.55937H6.74687V16.1969ZM5.55938 7.51875C4.79688 7.51875 4.18125 6.90312 4.18125 6.14375C4.18125 5.38438 4.79688 4.76875 5.55938 4.76875C6.31875 4.76875 6.93437 5.38438 6.93437 6.14375C6.93437 6.9 6.31875 7.51875 5.55938 7.51875ZM15.6344 16.1969H13.2625V12.4844C13.2625 11.6 13.2469 10.4594 12.0281 10.4594C10.7937 10.4594 10.6062 11.425 10.6062 12.4219V16.1969H8.2375V8.55937H10.5125V9.60313H10.5437C10.8594 9.00313 11.6344 8.36875 12.7875 8.36875C15.1906 8.36875 15.6344 9.95 15.6344 12.0063V16.1969Z\"
  1027.                     fill=\"currentColor\"
  1028.                   />
  1029.                 </svg>
  1030.               </a>
  1031.               </button>
  1032.               ";
  1033.             }
  1034.             // line 718
  1035.             echo "
  1036.             ";
  1037.             // line 719
  1038.             if (twig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'719$this->source); })()), "twitter", [], "any"falsefalsefalse719)) {
  1039.                 // line 720
  1040.                 echo "              <button
  1041.                 type=\"button\"
  1042.                 class=\"border mr-3 mb-3 border-gray-200 dark:border-gray-800 dark:text-gray-400 p-2 rounded-lg hover:text-blue-500 hover:border-blue-500 dark:hover:text-blue-500 dark:hover:border-blue-500\"
  1043.               >
  1044.               <a
  1045.                 target=\"_blank\"
  1046.                 href=\"";
  1047.                 // line 726
  1048.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["shopForView"]) || array_key_exists("shopForView"$context) ? $context["shopForView"] : (function () { throw new RuntimeError('Variable "shopForView" does not exist.'726$this->source); })()), "twitter", [], "any"falsefalsefalse726), "html"nulltrue);
  1049.                 echo "\"
  1050.                 class=\"relative overflow-hidden group\"
  1051.               >
  1052.                 <svg
  1053.                   width=\"20\"
  1054.                   height=\"21\"
  1055.                   viewBox=\"0 0 20 21\"
  1056.                   fill=\"none\"
  1057.                   xmlns=\"http://www.w3.org/2000/svg\"
  1058.                 >
  1059.                   <path
  1060.                     d=\"M7.03344 16.563C13.0697 16.563 16.3722 11.5608 16.3722 7.22423C16.3722 7.0836 16.3691 6.93985 16.3628 6.79923C17.0052 6.33463 17.5597 5.75916 18 5.09985C17.4017 5.36605 16.7664 5.53991 16.1159 5.61548C16.8009 5.20493 17.3137 4.55997 17.5594 3.80017C16.915 4.18203 16.2104 4.4514 15.4756 4.59673C14.9806 4.0707 14.326 3.7224 13.6131 3.60569C12.9003 3.48898 12.1688 3.61036 11.5318 3.95105C10.8949 4.29175 10.3879 4.83279 10.0892 5.49053C9.7906 6.14827 9.71695 6.88606 9.87969 7.58985C8.575 7.52438 7.29862 7.18546 6.13332 6.59505C4.96802 6.00465 3.9398 5.17595 3.11531 4.16267C2.69627 4.88515 2.56804 5.74008 2.75669 6.55372C2.94534 7.36735 3.43671 8.07862 4.13094 8.54298C3.60975 8.52643 3.09998 8.38611 2.64375 8.1336V8.17423C2.64328 8.93242 2.9054 9.66738 3.38554 10.2542C3.86568 10.841 4.53422 11.2434 5.2775 11.393C4.7947 11.5251 4.28799 11.5443 3.79656 11.4492C4.0063 12.1013 4.41438 12.6716 4.96385 13.0805C5.51331 13.4895 6.17675 13.7167 6.86156 13.7305C5.69895 14.6437 4.26278 15.1391 2.78438 15.1367C2.52219 15.1363 2.26027 15.1203 2 15.0886C3.5019 16.0522 5.24902 16.5639 7.03344 16.563Z\"
  1061.                     fill=\"currentColor\"
  1062.                   />
  1063.                 </svg>
  1064.               </a>
  1065.               </button>
  1066.               ";
  1067.             }
  1068.             // line 744
  1069.             echo "
  1070.             </div>
  1071.           </div>
  1072.           ";
  1073.         }
  1074.         // line 748
  1075.         echo "        </div>
  1076.         <div class=\"rounded-lg shadow-fornt-2 dark:bg-foreground bg-white mb-7\">
  1077.           <div
  1078.             class=\"p-6 border-b mb-6 flex justify-between border-gray-200 text-gray-700 font-medium dark:border-gray-800 dark:text-gray-100\"
  1079.           >
  1080.             <div class=\"flex\">
  1081.               <svg
  1082.                 xmlns=\"http://www.w3.org/2000/svg\"
  1083.                 class=\"h-6 w-6 text-yellow-500 mr-2\"
  1084.                 fill=\"none\"
  1085.                 viewBox=\"0 0 24 24\"
  1086.                 stroke=\"currentColor\"
  1087.                 stroke-width=\"2\"
  1088.               >
  1089.                 <path
  1090.                   stroke-linecap=\"round\"
  1091.                   stroke-linejoin=\"round\"
  1092.                   d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"
  1093.                 />
  1094.               </svg>
  1095.               <div class=\"text-base text-gray-700 dark:text-gray-100\">
  1096.                 Horaires d'ouverture
  1097.               </div>
  1098.             </div>
  1099.             ";
  1100.         // line 773
  1101.         if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'773$this->source); })()), "result", [], "any"falsefalsefalse773), "opening_hours", [], "any"falsefalsefalse773), "open_now", [], "any"falsefalsefalse773) == true)) {
  1102.             // line 774
  1103.             echo "                <div class=\"bg-green-50 text-xs p-2 rounded-lg text-green-500\">
  1104.                     Ouvert actuellement
  1105.                 </div>
  1106.             ";
  1107.         } else {
  1108.             // line 778
  1109.             echo "                <div class=\"bg-red-500 text-xs p-2 rounded-lg text-red-500\">
  1110.                     Fermé
  1111.                 </div>
  1112.             ";
  1113.         }
  1114.         // line 782
  1115.         echo "
  1116.           </div>
  1117.           
  1118.           <div class=\"\">
  1119.           <div
  1120.               class=\"px-6 py-3 text-gray-500 dark:text-gray-400 flex justify-between\"
  1121.             >
  1122.               <h6 class=\"font-medium w-32\"></h6>
  1123.               <p class=\"w-32 text-center\">Matin</p>
  1124.               <p class=\"w-32 text-center\">Après-midi</p>
  1125.             </div>
  1126. ";
  1127.         // line 794
  1128.         $context['_parent'] = $context;
  1129.         $context['_seq'] = twig_ensure_traversable([=> 1=> 2=> 3=> 4=> 5=> 6=> 7]);
  1130.         foreach ($context['_seq'] as $context["_key"] => $context["day"]) {
  1131.             // line 795
  1132.             echo "  <div class=\"px-6 py-3 text-gray-500 dark:text-gray-400 flex justify-between\">
  1133.     <h6 class=\"font-medium w-32\">
  1134.       ";
  1135.             // line 797
  1136.             $context["dayMap"] = [=> "Lundi"=> "Mardi"=> "Mercredi"=> "Jeudi"=> "Vendredi"=> "Samedi"=> "Dimanche"];
  1137.             // line 806
  1138.             echo "      ";
  1139.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["dayMap"]) || array_key_exists("dayMap"$context) ? $context["dayMap"] : (function () { throw new RuntimeError('Variable "dayMap" does not exist.'806$this->source); })()), $context["day"], [], "array"falsefalsefalse806), "html"nulltrue);
  1140.             echo "
  1141.     </h6>
  1142.     ";
  1143.             // line 808
  1144.             $context["isMorningOpen"] = false;
  1145.             // line 809
  1146.             echo "    ";
  1147.             $context["isAfternoonOpen"] = false;
  1148.             // line 810
  1149.             echo "    ";
  1150.             $context['_parent'] = $context;
  1151.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["apiData"]) || array_key_exists("apiData"$context) ? $context["apiData"] : (function () { throw new RuntimeError('Variable "apiData" does not exist.'810$this->source); })()), "result", [], "any"falsefalsefalse810), "opening_hours", [], "any"falsefalsefalse810), "periods", [], "any"falsefalsefalse810));
  1152.             foreach ($context['_seq'] as $context["_key"] => $context["period"]) {
  1153.                 // line 811
  1154.                 echo "      ";
  1155.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["period"], "open", [], "any"falsefalsefalse811), "day", [], "any"falsefalsefalse811) == $context["day"])) {
  1156.                     // line 812
  1157.                     echo "        ";
  1158.                     $context["isMorningOpen"] = true;
  1159.                     // line 813
  1160.                     echo "        ";
  1161.                     $context["openingTime"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["period"], "open", [], "any"falsefalsefalse813), "time", [], "any"falsefalsefalse813);
  1162.                     // line 814
  1163.                     echo "        ";
  1164.                     $context["closingTime"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["period"], "close", [], "any"falsefalsefalse814), "time", [], "any"falsefalsefalse814);
  1165.                     // line 815
  1166.                     echo "        ";
  1167.                     $context["formattedOpeningTime"] = ((twig_slice($this->env, (isset($context["openingTime"]) || array_key_exists("openingTime"$context) ? $context["openingTime"] : (function () { throw new RuntimeError('Variable "openingTime" does not exist.'815$this->source); })()), 02) . ":") . twig_slice($this->env, (isset($context["openingTime"]) || array_key_exists("openingTime"$context) ? $context["openingTime"] : (function () { throw new RuntimeError('Variable "openingTime" does not exist.'815$this->source); })()), 2null));
  1168.                     // line 816
  1169.                     echo "        ";
  1170.                     $context["formattedClosingTime"] = ((twig_slice($this->env, (isset($context["closingTime"]) || array_key_exists("closingTime"$context) ? $context["closingTime"] : (function () { throw new RuntimeError('Variable "closingTime" does not exist.'816$this->source); })()), 02) . ":") . twig_slice($this->env, (isset($context["closingTime"]) || array_key_exists("closingTime"$context) ? $context["closingTime"] : (function () { throw new RuntimeError('Variable "closingTime" does not exist.'816$this->source); })()), 2null));
  1171.                     // line 817
  1172.                     echo "        ";
  1173.                     $context["closingHour"] = twig_slice($this->env, (isset($context["closingTime"]) || array_key_exists("closingTime"$context) ? $context["closingTime"] : (function () { throw new RuntimeError('Variable "closingTime" does not exist.'817$this->source); })()), 02);
  1174.                     // line 818
  1175.                     echo "        ";
  1176.                     $context["isAfternoon"] = ((isset($context["closingHour"]) || array_key_exists("closingHour"$context) ? $context["closingHour"] : (function () { throw new RuntimeError('Variable "closingHour" does not exist.'818$this->source); })()) > "12");
  1177.                     // line 819
  1178.                     echo "        ";
  1179.                     if ((isset($context["isAfternoon"]) || array_key_exists("isAfternoon"$context) ? $context["isAfternoon"] : (function () { throw new RuntimeError('Variable "isAfternoon" does not exist.'819$this->source); })())) {
  1180.                         // line 820
  1181.                         echo "          ";
  1182.                         $context["isAfternoonOpen"] = true;
  1183.                         // line 821
  1184.                         echo "          <p class=\"w-32 text-center\">";
  1185.                         echo twig_escape_filter($this->env, (isset($context["formattedOpeningTime"]) || array_key_exists("formattedOpeningTime"$context) ? $context["formattedOpeningTime"] : (function () { throw new RuntimeError('Variable "formattedOpeningTime" does not exist.'821$this->source); })()), "html"nulltrue);
  1186.                         echo " - ";
  1187.                         echo twig_escape_filter($this->env, (isset($context["formattedClosingTime"]) || array_key_exists("formattedClosingTime"$context) ? $context["formattedClosingTime"] : (function () { throw new RuntimeError('Variable "formattedClosingTime" does not exist.'821$this->source); })()), "html"nulltrue);
  1188.                         echo "</p>
  1189.         ";
  1190.                     } else {
  1191.                         // line 823
  1192.                         echo "          <p class=\"w-32 text-center\">";
  1193.                         echo twig_escape_filter($this->env, (isset($context["formattedOpeningTime"]) || array_key_exists("formattedOpeningTime"$context) ? $context["formattedOpeningTime"] : (function () { throw new RuntimeError('Variable "formattedOpeningTime" does not exist.'823$this->source); })()), "html"nulltrue);
  1194.                         echo " - ";
  1195.                         echo twig_escape_filter($this->env, (isset($context["formattedClosingTime"]) || array_key_exists("formattedClosingTime"$context) ? $context["formattedClosingTime"] : (function () { throw new RuntimeError('Variable "formattedClosingTime" does not exist.'823$this->source); })()), "html"nulltrue);
  1196.                         echo "</p>
  1197.         ";
  1198.                     }
  1199.                     // line 825
  1200.                     echo "      ";
  1201.                 }
  1202.                 // line 826
  1203.                 echo "    ";
  1204.             }
  1205.             $_parent $context['_parent'];
  1206.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['period'], $context['_parent'], $context['loop']);
  1207.             $context array_intersect_key($context$_parent) + $_parent;
  1208.             // line 827
  1209.             echo "    ";
  1210.             if ( !(isset($context["isMorningOpen"]) || array_key_exists("isMorningOpen"$context) ? $context["isMorningOpen"] : (function () { throw new RuntimeError('Variable "isMorningOpen" does not exist.'827$this->source); })())) {
  1211.                 // line 828
  1212.                 echo "      <p class=\"w-32 text-center\">Fermé</p>
  1213.     ";
  1214.             }
  1215.             // line 830
  1216.             echo "    ";
  1217.             if ( !(isset($context["isAfternoonOpen"]) || array_key_exists("isAfternoonOpen"$context) ? $context["isAfternoonOpen"] : (function () { throw new RuntimeError('Variable "isAfternoonOpen" does not exist.'830$this->source); })())) {
  1218.                 // line 831
  1219.                 echo "      <p class=\"w-32 text-center\">Fermé</p>
  1220.     ";
  1221.             }
  1222.             // line 833
  1223.             echo "  </div>
  1224. ";
  1225.         }
  1226.         $_parent $context['_parent'];
  1227.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['day'], $context['_parent'], $context['loop']);
  1228.         $context array_intersect_key($context$_parent) + $_parent;
  1229.         // line 835
  1230.         echo "
  1231.           </div>
  1232.         </div>
  1233.         
  1234.         
  1235.         <div
  1236.           class=\"shadow-front-3 bg-white dark:bg-foreground p-6 rounded-lg mb-7\"
  1237.         >
  1238.           <h4
  1239.             class=\"text-base font-medium text-gray-700 dark:text-gray-100 mb-3\"
  1240.           >
  1241.             Toutes les catégories
  1242.           </h4>
  1243.           ";
  1244.         // line 853
  1245.         $context['_parent'] = $context;
  1246.         $context['_seq'] = twig_ensure_traversable((isset($context["allCategories"]) || array_key_exists("allCategories"$context) ? $context["allCategories"] : (function () { throw new RuntimeError('Variable "allCategories" does not exist.'853$this->source); })()));
  1247.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  1248.             // line 854
  1249.             echo "            <a
  1250.               href=\"";
  1251.             // line 855
  1252.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_home_list_category", ["id" => twig_get_attribute($this->env$this->source$context["category"], "id", [], "any"falsefalsefalse855)]), "html"nulltrue);
  1253.             echo "\"
  1254.               aria-colcount=\"\"
  1255.               class=\"flex hover:text-blue-500 dark:hover:text-blue-500 justify-between text-base text-gray-500 dark:text-gray-400 dark:border-gray-800 border-b border-gray-200 items-center py-3\"
  1256.             >
  1257.               <h6 class=\"font-medium\">";
  1258.             // line 859
  1259.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["category"], "name", [], "any"falsefalsefalse859), "html"nulltrue);
  1260.             echo "</h6>
  1261.             </a>
  1262.           ";
  1263.         }
  1264.         $_parent $context['_parent'];
  1265.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  1266.         $context array_intersect_key($context$_parent) + $_parent;
  1267.         // line 862
  1268.         echo "
  1269.         </div>
  1270.       </div>
  1271.     </div>
  1272.   </div>
  1273. </section>
  1274.       <div class=\"scroll-top-btn opacity-0 transition-all\">
  1275.   <button
  1276.     type=\"button\"
  1277.     class=\"bg-blue-500 p-2 fixed z-50 bottom-0 hover:-translate-y-2 transition-all right-0 m-10 rounded-full\"
  1278.   >
  1279.     <svg
  1280.       xmlns=\"http://www.w3.org/2000/svg\"
  1281.       class=\"h-6 w-6 text-white\"
  1282.       fill=\"none\"
  1283.       viewBox=\"0 0 24 24\"
  1284.       stroke=\"currentColor\"
  1285.       stroke-width=\"2\"
  1286.     >
  1287.       <path
  1288.         stroke-linecap=\"round\"
  1289.         stroke-linejoin=\"round\"
  1290.         d=\"M7 11l5-5m0 0l5 5m-5-5v12\"
  1291.       />
  1292.     </svg>
  1293.   </button>
  1294. </div>
  1295. ";
  1296.         
  1297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1298.         
  1299.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1300.     }
  1301.     public function getTemplateName()
  1302.     {
  1303.         return "home/show.html.twig";
  1304.     }
  1305.     public function isTraitable()
  1306.     {
  1307.         return false;
  1308.     }
  1309.     public function getDebugInfo()
  1310.     {
  1311.         return array (  1318 => 862,  1309 => 859,  1302 => 855,  1299 => 854,  1295 => 853,  1275 => 835,  1268 => 833,  1264 => 831,  1261 => 830,  1257 => 828,  1254 => 827,  1248 => 826,  1245 => 825,  1237 => 823,  1229 => 821,  1226 => 820,  1223 => 819,  1220 => 818,  1217 => 817,  1214 => 816,  1211 => 815,  1208 => 814,  1205 => 813,  1202 => 812,  1199 => 811,  1194 => 810,  1191 => 809,  1189 => 808,  1183 => 806,  1181 => 797,  1177 => 795,  1173 => 794,  1159 => 782,  1153 => 778,  1147 => 774,  1145 => 773,  1118 => 748,  1112 => 744,  1091 => 726,  1083 => 720,  1081 => 719,  1078 => 718,  1057 => 700,  1049 => 694,  1047 => 693,  1044 => 692,  1023 => 674,  1015 => 668,  1013 => 667,  1010 => 666,  989 => 648,  981 => 642,  979 => 641,  972 => 636,  970 => 635,  967 => 634,  960 => 630,  954 => 627,  933 => 608,  931 => 607,  925 => 604,  902 => 584,  866 => 553,  850 => 539,  838 => 533,  834 => 531,  813 => 512,  811 => 511,  806 => 509,  795 => 501,  786 => 495,  782 => 493,  778 => 492,  759 => 475,  749 => 471,  730 => 454,  726 => 453,  708 => 437,  701 => 433,  693 => 429,  686 => 425,  678 => 421,  671 => 417,  663 => 413,  656 => 409,  648 => 405,  641 => 401,  636 => 398,  634 => 397,  628 => 394,  577 => 345,  570 => 341,  562 => 337,  555 => 333,  547 => 329,  540 => 325,  532 => 321,  525 => 317,  517 => 313,  510 => 309,  503 => 305,  497 => 302,  478 => 286,  454 => 265,  446 => 260,  440 => 257,  432 => 251,  426 => 247,  424 => 246,  419 => 243,  417 => 242,  412 => 239,  410 => 238,  405 => 235,  403 => 234,  398 => 231,  396 => 230,  391 => 227,  389 => 226,  384 => 223,  382 => 222,  379 => 221,  377 => 220,  369 => 214,  346 => 193,  344 => 192,  336 => 187,  316 => 169,  301 => 156,  299 => 155,  291 => 150,  278 => 139,  269 => 136,  266 => 135,  262 => 134,  251 => 125,  206 => 82,  204 => 81,  195 => 74,  187 => 69,  181 => 65,  178 => 64,  170 => 59,  164 => 55,  161 => 54,  153 => 49,  147 => 45,  144 => 44,  136 => 39,  130 => 35,  127 => 34,  120 => 30,  115 => 27,  113 => 26,  106 => 22,  88 => 6,  78 => 5,  59 => 3,  36 => 1,);
  1312.     }
  1313.     public function getSourceContext()
  1314.     {
  1315.         return new Source("{% extends 'base2.html.twig' %}
  1316. {% block title %}Nom du commerce{% endblock %}
  1317. {% block body %}
  1318.     <div class=\"font-inter dark:bg-background sticky-header-first-content\">
  1319.       <section
  1320.   class=\"pt-0 border-b border-gray-200 dark:border-foreground dark:bg-background lg:px-0 px-5\"
  1321. >
  1322.   <div class=\"container-fluid mx-auto lg:p-0 p-5\">
  1323.     <!-- Slider main container -->
  1324.     <div class=\"relative\">
  1325.       <div class=\"swiper swiper-4-item overflow-x-hidden\">
  1326.         <!-- Additional required wrapper -->
  1327.         <div class=\"swiper-wrapper relative h-full\">
  1328.           <!-- Slides -->
  1329.           <div class=\"swiper-slide\">
  1330.             <div class=\"relative cursor-pointer\">
  1331.               <img
  1332.                 class=\"h-96 w-full object-cover fullscreen-image\"
  1333.                 src=\"{{ vich_uploader_asset(shopForView, 'picture1') }}\"
  1334.               />
  1335.             </div>
  1336.           </div>
  1337.           {% if vich_uploader_asset(shopForView, 'picture2') is not null %}
  1338.           <div class=\"swiper-slide\">
  1339.             <div class=\"relative cursor-pointer\">
  1340.               <img class=\"h-96 w-full object-cover fullscreen-image\"
  1341.               src=\"{{ vich_uploader_asset(shopForView, 'picture2') }}\" />
  1342.             </div>
  1343.           </div>
  1344.           {% endif %}
  1345.           {% if vich_uploader_asset(shopForView, 'picture3') is not null %}
  1346.           <div class=\"swiper-slide\">
  1347.             <div class=\"relative cursor-pointer\">
  1348.               <img
  1349.                 class=\"h-96 w-full object-cover fullscreen-image\"
  1350.                 src=\"{{ vich_uploader_asset(shopForView, 'picture3') }}\"
  1351.               />
  1352.             </div>
  1353.           </div>
  1354.           {% endif %}
  1355.           {% if vich_uploader_asset(shopForView, 'picture4') is not null %}
  1356.           <div class=\"swiper-slide\">
  1357.             <div class=\"relative cursor-pointer\">
  1358.               <img
  1359.                 class=\"h-96 w-full object-cover fullscreen-image\"
  1360.                 src=\"{{ vich_uploader_asset(shopForView, 'picture4') }}\"
  1361.               />
  1362.             </div>
  1363.           </div>
  1364.           {% endif %}
  1365.           {% if vich_uploader_asset(shopForView, 'picture5') is not null %}
  1366.           <div class=\"swiper-slide\">
  1367.             <div class=\"relative cursor-pointer\">
  1368.               <img
  1369.                 class=\"h-96 w-full object-cover fullscreen-image\"
  1370.                 src=\"{{ vich_uploader_asset(shopForView, 'picture5') }}\"
  1371.               />
  1372.             </div>
  1373.           </div>
  1374.           {% endif %}
  1375.           {% if vich_uploader_asset(shopForView, 'picture6') is not null %}
  1376.           <div class=\"swiper-slide\">
  1377.             <div class=\"relative cursor-pointer\">
  1378.               <img
  1379.                 class=\"h-96 w-full object-cover fullscreen-image\"
  1380.                 src=\"{{ vich_uploader_asset(shopForView, 'picture6') }}\"
  1381.               />
  1382.             </div>
  1383.           </div>
  1384.           {% endif %}
  1385.         </div>
  1386.         <!-- If we need pagination -->
  1387.         <div class=\"swiper-pagination\"></div>
  1388.         <!-- If we need navigation buttons -->
  1389.       </div>
  1390.       {% if vich_uploader_asset(shopForView, 'picture5') != null %}
  1391.       <div class=\"swiper-button-prev left-2 lg:left-6 after:hidden\">
  1392.         <button
  1393.           type=\"button\"
  1394.           class=\"bg-white dark:bg-foreground text-blue-500 rounded-full p-2\"
  1395.         >
  1396.           <svg
  1397.             xmlns=\"http://www.w3.org/2000/svg\"
  1398.             class=\"h-5 w-5\"
  1399.             fill=\"none\"
  1400.             viewBox=\"0 0 24 24\"
  1401.             stroke=\"currentColor\"
  1402.           >
  1403.             <path
  1404.               stroke-linecap=\"round\"
  1405.               stroke-linejoin=\"round\"
  1406.               stroke-width=\"2\"
  1407.               d=\"M10 19l-7-7m0 0l7-7m-7 7h18\"
  1408.             />
  1409.           </svg>
  1410.         </button>
  1411.       </div>
  1412.       <div class=\"swiper-button-next absolute right-2 lg:right-6 after:hidden\">
  1413.         <button
  1414.           type=\"button\"
  1415.           class=\"bg-white dark:bg-foreground text-blue-500 rounded-full p-2\"
  1416.         >
  1417.           <svg
  1418.             xmlns=\"http://www.w3.org/2000/svg\"
  1419.             class=\"h-5 w-5\"
  1420.             fill=\"none\"
  1421.             viewBox=\"0 0 24 24\"
  1422.             stroke=\"currentColor\"
  1423.           >
  1424.             <path
  1425.               stroke-linecap=\"round\"
  1426.               stroke-linejoin=\"round\"
  1427.               stroke-width=\"2\"
  1428.               d=\"M14 5l7 7m0 0l-7 7m7-7H3\"
  1429.             />
  1430.           </svg>
  1431.         </button>
  1432.       </div>
  1433.         {% endif %}
  1434.     </div>
  1435.     <div class=\"bg-gray-100 dark:bg-foreground pt-6 pb-1\">
  1436.       <div class=\"container mx-auto px-5\">
  1437.  
  1438.         <div class=\"flex flex-wrap mb-4\">
  1439.         <!-- Start - Show categories -->
  1440.   
  1441.           {% for category in shopForView.categories %}
  1442.           <span class=\"bg-yellow-500 text-xs text-white rounded-full px-4 py-1 flex items-center mr-1 mb-3\">   
  1443.                             <span class=\"badge bg-warning text-dark\">{{ category.name }}</span>
  1444.           </span>
  1445.           {% endfor %}
  1446.         
  1447.         <!-- END - Show categories -->
  1448.       
  1449.         </div>
  1450.         <div class=\"flex justify-between flex-wrap\">
  1451.           <div class=\"mb-4\">
  1452.             <div class=\"flex items-center mb-1\">
  1453.               <h4
  1454.                 class=\"text-gray-700 font-medium dark:text-gray-100 mr-2 lg:text-3xl text-2xl\"
  1455.               >
  1456.                 {{shopForView.name}}
  1457.               </h4>
  1458.               
  1459.               {% if shopForView.verified == true %}
  1460.               <svg
  1461.                 xmlns=\"http://www.w3.org/2000/svg\"
  1462.                 class=\"h-5 w-5 text-green-500\"
  1463.                 viewBox=\"0 0 20 20\"
  1464.                 fill=\"currentColor\"
  1465.               >
  1466.                 <path
  1467.                   fill-rule=\"evenodd\"
  1468.                   d=\"M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\"
  1469.                   clip-rule=\"evenodd\"
  1470.                 />
  1471.               </svg>
  1472.               {% endif %}
  1473.             </div>
  1474.             <div class=\"flex items-center text-gray-500 dark:text-gray-300\">
  1475.               <svg
  1476.                 xmlns=\"http://www.w3.org/2000/svg\"
  1477.                 class=\"h-5 w-5 mr-1\"
  1478.                 viewBox=\"0 0 20 20\"
  1479.                 fill=\"currentColor\"
  1480.               >
  1481.                 <path
  1482.                   fill-rule=\"evenodd\"
  1483.                   d=\"M5.05 4.05a7 7 0 119.9 9.9L10 18.9l-4.95-4.95a7 7 0 010-9.9zM10 11a2 2 0 100-4 2 2 0 000 4z\"
  1484.                   clip-rule=\"evenodd\"
  1485.                 />
  1486.               </svg>
  1487.               <p class=\"text-base\">
  1488.                   {{ shopForView.addressCity }}            
  1489.               </p>
  1490.             </div>
  1491.           </div>
  1492.           {% if shopForView.verified == true %}
  1493.           <div class=\"mb-4\">
  1494.             <button
  1495.           type=\"button\"
  1496.           class=\"w-full flex justify-center items-center bg-green-600 rounded-lg text-white p-[0.657rem] mb-3\"
  1497.         >
  1498.           <svg
  1499.             class=\"mr-3\"
  1500.             width=\"31\"
  1501.             height=\"31\"
  1502.             viewBox=\"0 0 31 31\"
  1503.             fill=\"none\"
  1504.             xmlns=\"http://www.w3.org/2000/svg\"
  1505.           >
  1506.             <path
  1507.               d=\"M3.1001 15.5C3.1001 8.65091 8.65104 3.09998 15.5001 3.09998C22.3492 3.09998 27.9001 8.65091 27.9001 15.5C27.9001 22.349 22.3492 27.9 15.5001 27.9C8.65104 27.9 3.1001 22.349 3.1001 15.5ZM21.1092 13.359C21.6371 12.8311 21.6371 11.9689 21.1092 11.4409C20.5812 10.9129 19.719 10.9129 19.191 11.4409L13.9501 16.6818L11.8092 14.5409C11.2812 14.0129 10.419 14.0129 9.89103 14.5409C9.36307 15.0689 9.36307 15.9311 9.89103 16.459L12.991 19.559C13.519 20.087 14.3812 20.087 14.9092 19.559L21.1092 13.359Z\"
  1508.               fill=\"white\"
  1509.             />
  1510.           </svg>
  1511.           Etablissement vérifié par Best of Sarlat
  1512.         </button> 
  1513.           {% endif %}
  1514.                   <div class=\"mb-4\">
  1515.             <div class=\"flex flex-wrap items-center mb-1\">
  1516. {% set rating = apiData.result.rating %}
  1517. {% if rating >= 0 and rating < 0.5 %}
  1518. <div class='stars-rating' style=\"--rating: 0;\">
  1519.   <div class=\"rating\"></div>
  1520. </div>
  1521. {% elseif rating >= 0.5 and rating < 1.5 %}
  1522. <div class='stars-rating' style=\"--rating: 0.5;\">
  1523.   <div class=\"rating\"></div>
  1524. </div>
  1525. {% elseif rating >= 1.5 and rating < 2.5 %}
  1526. <div class='stars-rating' style=\"--rating: 1.5;\">
  1527.   <div class=\"rating\"></div>
  1528. </div>
  1529. {% elseif rating >= 2.5 and rating < 3.5 %}
  1530. <div class='stars-rating' style=\"--rating: 2.5;\">
  1531.   <div class=\"rating\"></div>
  1532. </div>
  1533. {% elseif rating >= 3.5 and rating < 4.5 %}
  1534. <div class='stars-rating' style=\"--rating: 3.5;\">
  1535.   <div class=\"rating\"></div>
  1536. </div>
  1537. {% elseif rating >= 4.5 and rating < 5 %}
  1538. <div class='stars-rating' style=\"--rating: 4.5;\">
  1539.   <div class=\"rating\"></div>
  1540. </div>
  1541. {% elseif rating == 5 %}
  1542. <div class='stars-rating' style=\"--rating: 5;\">
  1543.   <div class=\"rating\"></div>
  1544. </div>
  1545. {% endif %}
  1546.               <span class=\"text-gray-700 font-medium mr-2 dark:text-gray-400\"
  1547.                 >{{apiData.result.rating}}</span
  1548.               >
  1549.               <span class=\"text-gray-500 dark:text-gray-400 text-sm mr-2\"
  1550.                 >({{apiData.result.user_ratings_total}} avis donnés)</span
  1551.               >
  1552.             </div> 
  1553.               <span class=\"text-gray-500 dark:text-gray-400 text-sm mr-2\">
  1554.                 Note fournie par
  1555.                 <a href=\"{{apiData.result.url}}\" target=\"_blank\" class=\"text-blue-500 underline\">Google</a>
  1556.               </span>
  1557.           </div>
  1558.         </div>
  1559.       </div>
  1560.     </div>
  1561.   </div>
  1562. </section>
  1563. <section class=\"dark:bg-background pt-20 bg-bodygray lg:px-0 px-5\">
  1564.   <div class=\"container mx-auto\">
  1565.     <div class=\"grid lg:grid-cols-3 grid-cols-1 gap-7\">
  1566.       <div class=\"lg:col-span-2 col-span-1\">
  1567.         <div
  1568.           class=\"rounded-lg shadow-fornt-2 dark:bg-foreground p-6 bg-white mb-7\"
  1569.         >
  1570.           <h5
  1571.             class=\"text-base font-medium mb-4 text-gray-700 dark:text-gray-100\"
  1572.           >
  1573.             Description
  1574.           </h5>
  1575.           <p class=\"text-sm font-normal text-gray-500 dark:text-gray-300\">
  1576.             {{shopForView.about | raw}}
  1577.           </p>
  1578.         </div>
  1579.         <div
  1580.           class=\"rounded-lg shadow-fornt-2 dark:bg-foreground p-6 bg-white mb-7\"
  1581.         >
  1582.           <div
  1583.             class=\"text-base font-medium mb-4 text-gray-700 dark:text-gray-100\"
  1584.           >
  1585.             Photos
  1586.           </div>
  1587.           <div class=\"swiper mySwiper2 mb-7\">
  1588.             <div class=\"swiper-wrapper\">
  1589.               <div class=\"swiper-slide\">
  1590.                 <img
  1591.                   class=\"h-96 w-full object-cover rounded-lg\"
  1592.                   src=\"{{ vich_uploader_asset(shopForView, 'picture1') }}\"
  1593.                 />
  1594.               </div>
  1595.               {% if vich_uploader_asset(shopForView, 'picture2') is not null %} 
  1596.               <div class=\"swiper-slide\">
  1597.                 <img
  1598.                   class=\"h-96 w-full object-cover rounded-lg\"
  1599.                   src=\"{{ vich_uploader_asset(shopForView, 'picture2') }}\"
  1600.                 />
  1601.               </div>
  1602.               {% endif %}
  1603.               {% if vich_uploader_asset(shopForView, 'picture3') is not null %} 
  1604.               <div class=\"swiper-slide\">
  1605.                 <img
  1606.                   class=\"h-96 w-full object-cover rounded-lg\"
  1607.                   src=\"{{ vich_uploader_asset(shopForView, 'picture3') }}\"
  1608.                 />
  1609.               </div>
  1610.               {% endif %}
  1611.               {% if vich_uploader_asset(shopForView, 'picture4') is not null %} 
  1612.               <div class=\"swiper-slide\">
  1613.                 <img
  1614.                   class=\"h-96 w-full object-cover rounded-lg\"
  1615.                   src=\"{{ vich_uploader_asset(shopForView, 'picture4') }}\"
  1616.                 />
  1617.               </div>
  1618.               {% endif %}
  1619.               {% if vich_uploader_asset(shopForView, 'picture5') is not null %} 
  1620.               <div class=\"swiper-slide\">
  1621.                 <img
  1622.                   class=\"h-96 w-full object-cover rounded-lg\"
  1623.                   src=\"{{ vich_uploader_asset(shopForView, 'picture5') }}\"
  1624.                 />
  1625.               </div>
  1626.               {% endif %}
  1627.               {% if vich_uploader_asset(shopForView, 'picture6') is not null %} 
  1628.               <div class=\"swiper-slide\">
  1629.                 <img
  1630.                   class=\"h-96 w-full object-cover rounded-lg\"
  1631.                   src=\"{{ vich_uploader_asset(shopForView, 'picture6') }}\"
  1632.                 />
  1633.               </div>
  1634.               {% endif %}
  1635.             </div>
  1636.             <div class=\"swiper-button-next after:hidden\">
  1637.               <button
  1638.                 type=\"button\"
  1639.                 class=\"bg-white dark:bg-foreground text-blue-500 rounded-full p-2\"
  1640.               >
  1641.                 <svg
  1642.                   xmlns=\"http://www.w3.org/2000/svg\"
  1643.                   class=\"h-5 w-5\"
  1644.                   fill=\"none\"
  1645.                   viewBox=\"0 0 24 24\"
  1646.                   stroke=\"currentColor\"
  1647.                   stroke-width=\"2\"
  1648.                 >
  1649.                   <path
  1650.                     stroke-linecap=\"round\"
  1651.                     stroke-linejoin=\"round\"
  1652.                     d=\"M9 5l7 7-7 7\"
  1653.                   />
  1654.                 </svg>
  1655.               </button>
  1656.             </div>
  1657.             <div class=\"swiper-button-prev after:hidden\">
  1658.               <button
  1659.                 type=\"button\"
  1660.                 class=\"bg-white dark:bg-foreground text-blue-500 rounded-full p-2\"
  1661.               >
  1662.                 <svg
  1663.                   xmlns=\"http://www.w3.org/2000/svg\"
  1664.                   class=\"h-5 w-5\"
  1665.                   fill=\"none\"
  1666.                   viewBox=\"0 0 24 24\"
  1667.                   stroke=\"currentColor\"
  1668.                   stroke-width=\"2\"
  1669.                 >
  1670.                   <path
  1671.                     stroke-linecap=\"round\"
  1672.                     stroke-linejoin=\"round\"
  1673.                     d=\"M15 19l-7-7 7-7\"
  1674.                   />
  1675.                 </svg>
  1676.               </button>
  1677.             </div>
  1678.           </div>
  1679.           <div thumbsSlider=\"\" class=\"swiper mySwiper\">
  1680.             <div class=\"swiper-wrapper\">
  1681.               <div class=\"swiper-slide\">
  1682.                 <img
  1683.                   class=\"h-24 w-full object-cover rounded-lg\"
  1684.                   src=\"{{ vich_uploader_asset(shopForView, 'picture1') }}\"
  1685.                 />
  1686.               </div>
  1687.               {% if vich_uploader_asset(shopForView, 'picture2') is not null %}
  1688.               <div class=\"swiper-slide\">
  1689.                 <img
  1690.                   class=\"h-24 w-full object-cover rounded-lg\"
  1691.                   src=\"{{ vich_uploader_asset(shopForView, 'picture2') }}\"
  1692.                 />
  1693.               </div>
  1694.               {% endif %}
  1695.               {% if vich_uploader_asset(shopForView, 'picture3') is not null %} 
  1696.               <div class=\"swiper-slide\">
  1697.                 <img
  1698.                   class=\"h-24 w-full object-cover rounded-lg\"
  1699.                   src=\"{{ vich_uploader_asset(shopForView, 'picture3') }}\"
  1700.                 />
  1701.               </div>
  1702.               {% endif %}
  1703.               {% if vich_uploader_asset(shopForView, 'picture4') is not null %} 
  1704.               <div class=\"swiper-slide\">
  1705.                 <img
  1706.                   class=\"h-24 w-full object-cover rounded-lg\"
  1707.                   src=\"{{ vich_uploader_asset(shopForView, 'picture4') }}\"
  1708.                 />
  1709.               </div>
  1710.               {% endif %}
  1711.               {% if vich_uploader_asset(shopForView, 'picture5') is not null %} 
  1712.               <div class=\"swiper-slide\">
  1713.                 <img
  1714.                   class=\"h-24 w-full object-cover rounded-lg\"
  1715.                   src=\"{{ vich_uploader_asset(shopForView, 'picture5') }}\"
  1716.                 />
  1717.               </div>
  1718.               {% endif %}
  1719.               {% if vich_uploader_asset(shopForView, 'picture6') is not null %} 
  1720.               <div class=\"swiper-slide\">
  1721.                 <img
  1722.                   class=\"h-24 w-full object-cover rounded-lg\"
  1723.                   src=\"{{ vich_uploader_asset(shopForView, 'picture6') }}\"
  1724.                 />
  1725.               </div>
  1726.               {% endif %}
  1727.             </div>
  1728.           </div>
  1729.         </div>
  1730.         <div
  1731.           class=\"rounded-lg shadow-fornt-2 dark:bg-foreground p-6 bg-white mb-7\"
  1732.         >
  1733.           <h5
  1734.             class=\"text-base font-medium mb-4 text-gray-700 dark:text-gray-100\"
  1735.           >
  1736.             Les petits plus
  1737.           </h5>
  1738.         <!-- Start - Show tags -->
  1739.         
  1740.           <div class=\"grid md:grid-cols-3 grid-cols-2 gap-7\">
  1741.             {% for tag in shopForView.tags %}
  1742.             <div
  1743.               class=\"flex items-center [&>*]:hover:text-blue-500 cursor-pointer\"
  1744.             >
  1745.               <svg
  1746.                 class=\"w-[18px] h-[18px] mr-2 text-gray-500 dark:text-gray-300\"
  1747.                 width=\"16\"
  1748.                 height=\"16\"
  1749.                 viewBox=\"0 0 16 16\"
  1750.                 fill=\"none\"
  1751.                 xmlns=\"http://www.w3.org/2000/svg\"
  1752.               >
  1753.                 <path
  1754.                   d=\"M7.41762 10.1179C7.24324 10.295 6.95637 10.295 6.78199 10.1179L4.98199 8.31786C4.8048 8.14349 4.8048 7.85661 4.98199 7.68224C5.15637 7.50505 5.44324 7.50505 5.61762 7.68224L7.0998 9.16442L10.382 5.88224C10.5564 5.70505 10.8432 5.70505 11.0176 5.88224C11.1948 6.05661 11.1948 6.34349 11.0176 6.51786L7.41762 10.1179ZM15.1998 8.00005C15.1998 11.9769 11.9767 15.2 7.9998 15.2C4.02293 15.2 0.799805 11.9769 0.799805 8.00005C0.799805 4.02317 4.02293 0.800049 7.9998 0.800049C11.9767 0.800049 15.1998 4.02317 15.1998 8.00005ZM7.9998 1.70005C4.52074 1.70005 1.6998 4.52099 1.6998 8.00005C1.6998 11.4791 4.52074 14.3 7.9998 14.3C11.4789 14.3 14.2998 11.4791 14.2998 8.00005C14.2998 4.52099 11.4789 1.70005 7.9998 1.70005Z\"
  1755.                   fill=\"currentColor\"
  1756.                 />
  1757.               </svg>
  1758.               <span class=\"text-sm font-normal text-gray-700 dark:text-gray-300\"
  1759.                 >{{ tag.name }}</span
  1760.               >
  1761.             </div>
  1762.             {% endfor %}
  1763.           </div>
  1764.         </div>
  1765.         <!-- END - Show tags -->
  1766.         
  1767.         <div class=\"mobilehidden\">
  1768.           <h1
  1769.             class=\"text-gray-700 dark:text-gray-100 lg:text-3xl text-2xl mb-2\"
  1770.           >
  1771.             Dans la même catégorie
  1772.           </h1>
  1773.           <p class=\"text-gray-500 dark:text-gray-400 mb-12\">
  1774.             D'autres commerces qui pourraient vous convenir
  1775.           </p>
  1776.           <div class=\"grid lg:grid-cols-2 grid-cols-1 gap-7 mb-10\">
  1777.           <!-- Slide START --> 
  1778.     {% for shop in twoShops %}
  1779.             <div class=\"overflow-hidden rounded-lg\">
  1780.               <a
  1781.                 href=\"{{ path('app_home_show', {'slug' : shop.slug })}}\"
  1782.                 class=\"relative overflow-hidden group\"
  1783.               >
  1784.                 
  1785.                 <img
  1786.                   class=\"w-full h-80 object-cover rounded-t-lg group-hover:scale-105 transition-all\"
  1787.                   src=\"{{ vich_uploader_asset(shop, 'picture1') }}\"
  1788.                   alt=\"\"
  1789.                 />
  1790.                 <div
  1791.                   class=\"absolute bottom-0 overflow-hidden top-1/2 flex items-start flex-col justify-end left-0 pb-5 pl-5 pt-2 card-linear-gradient w-full\"
  1792.                 >
  1793.                   <div class=\"flex text-white items-center mb-2\">
  1794.                     <h2 class=\"text-xl capitalize font-semibold\">
  1795.                       {{shop.name}}
  1796.                     </h2>
  1797.                     {% if shop.verified == true %}
  1798.                     <svg
  1799.                       width=\"20\"
  1800.                       height=\"20\"
  1801.                       viewBox=\"0 0 20 20\"
  1802.                       fill=\"none\"
  1803.                       xmlns=\"http://www.w3.org/2000/svg\"
  1804.                     >
  1805.                       <path
  1806.                         d=\"M15.6562 4.34313C16.4688 5.15625 16.6906 6.31875 16.4031 7.34688C17.3531 7.85 18 8.85 18 10C18 11.15 17.3531 12.15 16.4031 12.6531C16.7188 13.6812 16.4688 14.8156 15.6562 15.6562C14.8156 16.4688 13.6812 16.6906 12.6531 16.4031C12.15 17.3531 11.15 18 10 18C8.85 18 7.85 17.3531 7.34688 16.4031C6.31875 16.7188 5.15625 16.4688 4.34313 15.6562C3.53 14.8156 3.28125 13.6812 3.59687 12.6531C2.64687 12.15 2 11.15 2 10C2 8.85 2.64687 7.85 3.59687 7.34688C3.25312 6.31875 3.53 5.15625 4.34313 4.34313C5.15625 3.53 6.31875 3.28125 7.34688 3.59687C7.85 2.64687 8.85 2 10 2C11.15 2 12.15 2.64687 12.6531 3.59687C13.6812 3.25312 14.8156 3.53 15.6562 4.34313Z\"
  1807.                         fill=\"#00AB55\"
  1808.                       />
  1809.                       <path
  1810.                         d=\"M7 10L8.64645 11.6464C8.84171 11.8417 9.15829 11.8417 9.35355 11.6464L13 8\"
  1811.                         stroke=\"white\"
  1812.                         stroke-width=\"1.2\"
  1813.                         stroke-linecap=\"round\"
  1814.                       />
  1815.                     </svg>
  1816.                     {% endif %}
  1817.                   </div>
  1818.                   <p class=\"text-sm font-normal text-white mb-4\">
  1819.                     {{shop.AddressCity}}
  1820.                   </p>
  1821.                 </div>
  1822.               </a>
  1823.             </div>
  1824.   {% endfor %}
  1825. <!-- Slide END -->          
  1826.           </div>
  1827.          
  1828.         </div>
  1829.       </div>
  1830.       <div class=\"lg:col-span-1 col-span-1\">
  1831.         <div class=\"rounded-lg shadow-fornt-2 dark:bg-foreground bg-white mb-7\">
  1832.           <div class=\"mapouter\">
  1833.             <div class=\"gmap_canvas\">
  1834.               <iframe
  1835.                 class=\"w-full h-64 rounded-t-md\"
  1836.                 id=\"gmap_canvas\"
  1837.                 src=\"https://maps.google.com/maps?q={{apiData.result.geometry.location.lat}},{{apiData.result.geometry.location.lng}}&t=&z=13&ie=UTF8&iwloc=&output=embed\"
  1838.                 frameborder=\"0\"
  1839.                 scrolling=\"no\"
  1840.                 marginheight=\"0\"
  1841.                 marginwidth=\"0\"
  1842.               ></iframe>
  1843.             </div>
  1844.           </div>
  1845.           <div class=\"p-6 border-b border-gray-200 dark:border-gray-800\">
  1846.             <div
  1847.               class=\"flex items-center text-gray-700 dark:text-gray-300 mb-4\"
  1848.             >
  1849.               <svg
  1850.                 xmlns=\"http://www.w3.org/2000/svg\"
  1851.                 class=\"h-4 w-4 mr-2\"
  1852.                 fill=\"none\"
  1853.                 viewBox=\"0 0 24 24\"
  1854.                 stroke=\"currentColor\"
  1855.                 stroke-width=\"2\"
  1856.               >
  1857.                 <path
  1858.                   stroke-linecap=\"round\"
  1859.                   stroke-linejoin=\"round\"
  1860.                   d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"
  1861.                 />
  1862.                 <path
  1863.                   stroke-linecap=\"round\"
  1864.                   stroke-linejoin=\"round\"
  1865.                   d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"
  1866.                 />
  1867.               </svg>
  1868.               <p class=\"text-base\">{{apiData.result.formatted_address}}</p>
  1869.             </div>
  1870.             <div
  1871.               class=\"flex items-center text-gray-700 dark:text-gray-300 mb-4\"
  1872.             >
  1873.               <svg
  1874.                 class=\"h-4 w-4 mr-2\"
  1875.                 xmlns=\"http://www.w3.org/2000/svg\"
  1876.                 class=\"h-6 w-6\"
  1877.                 fill=\"none\"
  1878.                 viewBox=\"0 0 24 24\"
  1879.                 stroke=\"currentColor\"
  1880.                 stroke-width=\"2\"
  1881.               >
  1882.                 <path
  1883.                   stroke-linecap=\"round\"
  1884.                   stroke-linejoin=\"round\"
  1885.                   d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"
  1886.                 />
  1887.               </svg>
  1888.               <p class=\"text-base\">{{apiData.result.formatted_phone_number}}</p>
  1889.             </div>
  1890.             {% if shopForView.website %}
  1891.             <div
  1892.               class=\"flex items-center text-gray-700 dark:text-gray-300 mb-4\"
  1893.             >
  1894.               <svg
  1895.                 xmlns=\"http://www.w3.org/2000/svg\"
  1896.                 class=\"h-4 w-4 mr-2\"
  1897.                 fill=\"none\"
  1898.                 viewBox=\"0 0 24 24\"
  1899.                 stroke=\"currentColor\"
  1900.                 stroke-width=\"2\"
  1901.               >
  1902.                 <path
  1903.                   stroke-linecap=\"round\"
  1904.                   stroke-linejoin=\"round\"
  1905.                   d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9\"
  1906.                 />
  1907.               </svg>
  1908.               <a
  1909.                 target=\"_blank\"
  1910.                 href=\"{{shopForView.website}}\"
  1911.                 class=\"relative overflow-hidden group\"
  1912.               >
  1913.               <p class=\"text-base\">{{shopForView.website}}</p>
  1914.               </a>
  1915.             </div>
  1916.             {% endif %}
  1917.           </div>
  1918.           {% if shopForView.facebook or shopForView.twitter or shopForView.linkedin or shopForView.instagram %}
  1919.           <div class=\"p-6\">
  1920.             <h6 class=\"text-base text-gray-700 dark:text-gray-100 mb-2\">
  1921.               Suivez-nous sur :
  1922.             </h6>
  1923.             <div class=\"flex flex-wrap\">
  1924.             {% if shopForView.facebook %}
  1925.               <button
  1926.                 type=\"button\"
  1927.                 class=\"border mr-3 mb-3 border-gray-200 dark:border-gray-800 dark:text-gray-400 p-2 rounded-lg hover:text-blue-500 hover:border-blue-500 dark:hover:text-blue-500 dark:hover:border-blue-500\"
  1928.               >
  1929.               <a
  1930.                 target=\"_blank\"
  1931.                 href=\"{{shopForView.facebook}}\"
  1932.                 class=\"relative overflow-hidden group\"
  1933.               >
  1934.                 <svg
  1935.                   width=\"20\"
  1936.                   height=\"21\"
  1937.                   viewBox=\"0 0 20 21\"
  1938.                   fill=\"none\"
  1939.                   xmlns=\"http://www.w3.org/2000/svg\"
  1940.                 >
  1941.                   <path
  1942.                     d=\"M18 10.5625C18 6.14422 14.4183 2.5625 10 2.5625C5.58172 2.5625 2 6.14422 2 10.5625C2 14.5555 4.92547 17.8652 8.75 18.4653V12.875H6.71875V10.5625H8.75V8.8C8.75 6.795 9.94438 5.6875 11.7717 5.6875C12.6467 5.6875 13.5625 5.84375 13.5625 5.84375V7.8125H12.5538C11.56 7.8125 11.25 8.42922 11.25 9.0625V10.5625H13.4688L13.1141 12.875H11.25V18.4653C15.0745 17.8652 18 14.5555 18 10.5625Z\"
  1943.                     fill=\"currentColor\"
  1944.                   />
  1945.                 </svg>
  1946.               </a>
  1947.               </button>
  1948.               {% endif %}
  1949.               {% if shopForView.instagram %}
  1950.               <button
  1951.                 type=\"button\"
  1952.                 class=\"border mr-3 mb-3 border-gray-200 dark:border-gray-800 dark:text-gray-400 p-2 rounded-lg hover:text-blue-500 hover:border-blue-500 dark:hover:text-blue-500 dark:hover:border-blue-500\"
  1953.               >
  1954.               <a
  1955.                 target=\"_blank\"
  1956.                 href=\"{{shopForView.instagram}}\"
  1957.                 class=\"relative overflow-hidden group\"
  1958.               >
  1959.                 <svg
  1960.                   width=\"20\"
  1961.                   height=\"20\"
  1962.                   viewBox=\"0 0 17 18\"
  1963.                   fill=\"none\"
  1964.                   xmlns=\"http://www.w3.org/2000/svg\"
  1965.                 >
  1966.                   <path
  1967.                     d=\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z\"
  1968.                     fill=\"currentColor\"
  1969.                   />
  1970.                 </svg>
  1971.               </a>
  1972.               </button>
  1973.               {% endif %}
  1974.             {% if shopForView.linkedin %}
  1975.               <button
  1976.                 type=\"button\"
  1977.                 class=\"border mr-3 mb-3 border-gray-200 dark:border-gray-800 dark:text-gray-400 p-2 rounded-lg hover:text-blue-500 hover:border-blue-500 dark:hover:text-blue-500 dark:hover:border-blue-500\"
  1978.               >
  1979.               <a
  1980.                 target=\"_blank\"
  1981.                 href=\"{{shopForView.linkedin}}\"
  1982.                 class=\"relative overflow-hidden group\"
  1983.               >
  1984.                 <svg
  1985.                   width=\"20\"
  1986.                   height=\"21\"
  1987.                   viewBox=\"0 0 20 21\"
  1988.                   fill=\"none\"
  1989.                   xmlns=\"http://www.w3.org/2000/svg\"
  1990.                 >
  1991.                   <path
  1992.                     d=\"M16.8156 2.5625H3.18125C2.52812 2.5625 2 3.07813 2 3.71563V17.4062C2 18.0438 2.52812 18.5625 3.18125 18.5625H16.8156C17.4688 18.5625 18 18.0438 18 17.4094V3.71563C18 3.07813 17.4688 2.5625 16.8156 2.5625ZM6.74687 16.1969H4.37188V8.55937H6.74687V16.1969ZM5.55938 7.51875C4.79688 7.51875 4.18125 6.90312 4.18125 6.14375C4.18125 5.38438 4.79688 4.76875 5.55938 4.76875C6.31875 4.76875 6.93437 5.38438 6.93437 6.14375C6.93437 6.9 6.31875 7.51875 5.55938 7.51875ZM15.6344 16.1969H13.2625V12.4844C13.2625 11.6 13.2469 10.4594 12.0281 10.4594C10.7937 10.4594 10.6062 11.425 10.6062 12.4219V16.1969H8.2375V8.55937H10.5125V9.60313H10.5437C10.8594 9.00313 11.6344 8.36875 12.7875 8.36875C15.1906 8.36875 15.6344 9.95 15.6344 12.0063V16.1969Z\"
  1993.                     fill=\"currentColor\"
  1994.                   />
  1995.                 </svg>
  1996.               </a>
  1997.               </button>
  1998.               {% endif %}
  1999.             {% if shopForView.twitter %}
  2000.               <button
  2001.                 type=\"button\"
  2002.                 class=\"border mr-3 mb-3 border-gray-200 dark:border-gray-800 dark:text-gray-400 p-2 rounded-lg hover:text-blue-500 hover:border-blue-500 dark:hover:text-blue-500 dark:hover:border-blue-500\"
  2003.               >
  2004.               <a
  2005.                 target=\"_blank\"
  2006.                 href=\"{{shopForView.twitter}}\"
  2007.                 class=\"relative overflow-hidden group\"
  2008.               >
  2009.                 <svg
  2010.                   width=\"20\"
  2011.                   height=\"21\"
  2012.                   viewBox=\"0 0 20 21\"
  2013.                   fill=\"none\"
  2014.                   xmlns=\"http://www.w3.org/2000/svg\"
  2015.                 >
  2016.                   <path
  2017.                     d=\"M7.03344 16.563C13.0697 16.563 16.3722 11.5608 16.3722 7.22423C16.3722 7.0836 16.3691 6.93985 16.3628 6.79923C17.0052 6.33463 17.5597 5.75916 18 5.09985C17.4017 5.36605 16.7664 5.53991 16.1159 5.61548C16.8009 5.20493 17.3137 4.55997 17.5594 3.80017C16.915 4.18203 16.2104 4.4514 15.4756 4.59673C14.9806 4.0707 14.326 3.7224 13.6131 3.60569C12.9003 3.48898 12.1688 3.61036 11.5318 3.95105C10.8949 4.29175 10.3879 4.83279 10.0892 5.49053C9.7906 6.14827 9.71695 6.88606 9.87969 7.58985C8.575 7.52438 7.29862 7.18546 6.13332 6.59505C4.96802 6.00465 3.9398 5.17595 3.11531 4.16267C2.69627 4.88515 2.56804 5.74008 2.75669 6.55372C2.94534 7.36735 3.43671 8.07862 4.13094 8.54298C3.60975 8.52643 3.09998 8.38611 2.64375 8.1336V8.17423C2.64328 8.93242 2.9054 9.66738 3.38554 10.2542C3.86568 10.841 4.53422 11.2434 5.2775 11.393C4.7947 11.5251 4.28799 11.5443 3.79656 11.4492C4.0063 12.1013 4.41438 12.6716 4.96385 13.0805C5.51331 13.4895 6.17675 13.7167 6.86156 13.7305C5.69895 14.6437 4.26278 15.1391 2.78438 15.1367C2.52219 15.1363 2.26027 15.1203 2 15.0886C3.5019 16.0522 5.24902 16.5639 7.03344 16.563Z\"
  2018.                     fill=\"currentColor\"
  2019.                   />
  2020.                 </svg>
  2021.               </a>
  2022.               </button>
  2023.               {% endif %}
  2024.             </div>
  2025.           </div>
  2026.           {% endif %}
  2027.         </div>
  2028.         <div class=\"rounded-lg shadow-fornt-2 dark:bg-foreground bg-white mb-7\">
  2029.           <div
  2030.             class=\"p-6 border-b mb-6 flex justify-between border-gray-200 text-gray-700 font-medium dark:border-gray-800 dark:text-gray-100\"
  2031.           >
  2032.             <div class=\"flex\">
  2033.               <svg
  2034.                 xmlns=\"http://www.w3.org/2000/svg\"
  2035.                 class=\"h-6 w-6 text-yellow-500 mr-2\"
  2036.                 fill=\"none\"
  2037.                 viewBox=\"0 0 24 24\"
  2038.                 stroke=\"currentColor\"
  2039.                 stroke-width=\"2\"
  2040.               >
  2041.                 <path
  2042.                   stroke-linecap=\"round\"
  2043.                   stroke-linejoin=\"round\"
  2044.                   d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"
  2045.                 />
  2046.               </svg>
  2047.               <div class=\"text-base text-gray-700 dark:text-gray-100\">
  2048.                 Horaires d'ouverture
  2049.               </div>
  2050.             </div>
  2051.             {% if apiData.result.opening_hours.open_now == true %}
  2052.                 <div class=\"bg-green-50 text-xs p-2 rounded-lg text-green-500\">
  2053.                     Ouvert actuellement
  2054.                 </div>
  2055.             {% else %}
  2056.                 <div class=\"bg-red-500 text-xs p-2 rounded-lg text-red-500\">
  2057.                     Fermé
  2058.                 </div>
  2059.             {% endif %}
  2060.           </div>
  2061.           
  2062.           <div class=\"\">
  2063.           <div
  2064.               class=\"px-6 py-3 text-gray-500 dark:text-gray-400 flex justify-between\"
  2065.             >
  2066.               <h6 class=\"font-medium w-32\"></h6>
  2067.               <p class=\"w-32 text-center\">Matin</p>
  2068.               <p class=\"w-32 text-center\">Après-midi</p>
  2069.             </div>
  2070. {% for day in [1, 2, 3, 4, 5, 6, 7] %}
  2071.   <div class=\"px-6 py-3 text-gray-500 dark:text-gray-400 flex justify-between\">
  2072.     <h6 class=\"font-medium w-32\">
  2073.       {% set dayMap = {
  2074.         1: 'Lundi',
  2075.         2: 'Mardi',
  2076.         3: 'Mercredi',
  2077.         4: 'Jeudi',
  2078.         5: 'Vendredi',
  2079.         6: 'Samedi',
  2080.         7: 'Dimanche'
  2081.       } %}
  2082.       {{ dayMap[day] }}
  2083.     </h6>
  2084.     {% set isMorningOpen = false %}
  2085.     {% set isAfternoonOpen = false %}
  2086.     {% for period in apiData.result.opening_hours.periods %}
  2087.       {% if period.open.day == day %}
  2088.         {% set isMorningOpen = true %}
  2089.         {% set openingTime = period.open.time %}
  2090.         {% set closingTime = period.close.time %}
  2091.         {% set formattedOpeningTime = openingTime[:2] ~ ':' ~ openingTime[2:] %}
  2092.         {% set formattedClosingTime = closingTime[:2] ~ ':' ~ closingTime[2:] %}
  2093.         {% set closingHour = closingTime[:2] %}
  2094.         {% set isAfternoon = closingHour > '12' %}
  2095.         {% if isAfternoon %}
  2096.           {% set isAfternoonOpen = true %}
  2097.           <p class=\"w-32 text-center\">{{ formattedOpeningTime }} - {{ formattedClosingTime }}</p>
  2098.         {% else %}
  2099.           <p class=\"w-32 text-center\">{{ formattedOpeningTime }} - {{ formattedClosingTime }}</p>
  2100.         {% endif %}
  2101.       {% endif %}
  2102.     {% endfor %}
  2103.     {% if not isMorningOpen %}
  2104.       <p class=\"w-32 text-center\">Fermé</p>
  2105.     {% endif %}
  2106.     {% if not isAfternoonOpen %}
  2107.       <p class=\"w-32 text-center\">Fermé</p>
  2108.     {% endif %}
  2109.   </div>
  2110. {% endfor %}
  2111.           </div>
  2112.         </div>
  2113.         
  2114.         
  2115.         <div
  2116.           class=\"shadow-front-3 bg-white dark:bg-foreground p-6 rounded-lg mb-7\"
  2117.         >
  2118.           <h4
  2119.             class=\"text-base font-medium text-gray-700 dark:text-gray-100 mb-3\"
  2120.           >
  2121.             Toutes les catégories
  2122.           </h4>
  2123.           {% for category in allCategories %}
  2124.             <a
  2125.               href=\"{{ path('app_home_list_category', {'id' : category.id })}}\"
  2126.               aria-colcount=\"\"
  2127.               class=\"flex hover:text-blue-500 dark:hover:text-blue-500 justify-between text-base text-gray-500 dark:text-gray-400 dark:border-gray-800 border-b border-gray-200 items-center py-3\"
  2128.             >
  2129.               <h6 class=\"font-medium\">{{ category.name }}</h6>
  2130.             </a>
  2131.           {% endfor %}
  2132.         </div>
  2133.       </div>
  2134.     </div>
  2135.   </div>
  2136. </section>
  2137.       <div class=\"scroll-top-btn opacity-0 transition-all\">
  2138.   <button
  2139.     type=\"button\"
  2140.     class=\"bg-blue-500 p-2 fixed z-50 bottom-0 hover:-translate-y-2 transition-all right-0 m-10 rounded-full\"
  2141.   >
  2142.     <svg
  2143.       xmlns=\"http://www.w3.org/2000/svg\"
  2144.       class=\"h-6 w-6 text-white\"
  2145.       fill=\"none\"
  2146.       viewBox=\"0 0 24 24\"
  2147.       stroke=\"currentColor\"
  2148.       stroke-width=\"2\"
  2149.     >
  2150.       <path
  2151.         stroke-linecap=\"round\"
  2152.         stroke-linejoin=\"round\"
  2153.         d=\"M7 11l5-5m0 0l5 5m-5-5v12\"
  2154.       />
  2155.     </svg>
  2156.   </button>
  2157. </div>
  2158. {% endblock %}
  2159. ""home/show.html.twig""/home/bestofi/bestof/templates/home/show.html.twig");
  2160.     }
  2161. }