var/cache/website/dev/twig/64/64eb41f27d08cac3ccf04a116433e7a0.php line 48

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* pages/locoLocal.html.twig */
  14. class __TwigTemplate_82e2bdb434d71df2c809ab4699c9d783 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.             'content' => [$this'block_content'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""pages/locoLocal.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""pages/locoLocal.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""pages/locoLocal.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_content($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  53.         // line 4
  54.         echo "    ";
  55.         echo twig_include($this->env$context"pages/components/mainHeader.html.twig");
  56.         echo "
  57.     ";
  58.         // line 5
  59.         echo twig_include($this->env$context"pages/components/carouselLoko.html.twig");
  60.         echo "
  61.     ";
  62.         // line 6
  63.         echo twig_include($this->env$context"pages/components/grid.html.twig");
  64.         echo "
  65.     ";
  66.         // line 7
  67.         echo twig_include($this->env$context"pages/components/contactForm.html.twig", ["processPath" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact_form_send")]);
  68.         echo "
  69.     ";
  70.         // line 8
  71.         echo twig_include($this->env$context"pages/components/specifications.html.twig");
  72.         echo "
  73.     ";
  74.         // line 10
  75.         $context['_parent'] = $context;
  76.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'10$this->source); })()), "overviews", [], "any"falsefalsefalse10));
  77.         $context['loop'] = [
  78.           'parent' => $context['_parent'],
  79.           'index0' => 0,
  80.           'index'  => 1,
  81.           'first'  => true,
  82.         ];
  83.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  84.             $length count($context['_seq']);
  85.             $context['loop']['revindex0'] = $length 1;
  86.             $context['loop']['revindex'] = $length;
  87.             $context['loop']['length'] = $length;
  88.             $context['loop']['last'] = === $length;
  89.         }
  90.         foreach ($context['_seq'] as $context["_key"] => $context["overview"]) {
  91.             // line 11
  92.             echo "        ";
  93.             echo twig_include($this->env$context"pages/components/overview.html.twig", ["content" => $context["overview"]]);
  94.             echo "
  95.     ";
  96.             ++$context['loop']['index0'];
  97.             ++$context['loop']['index'];
  98.             $context['loop']['first'] = false;
  99.             if (isset($context['loop']['length'])) {
  100.                 --$context['loop']['revindex0'];
  101.                 --$context['loop']['revindex'];
  102.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  103.             }
  104.         }
  105.         $_parent $context['_parent'];
  106.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['overview'], $context['_parent'], $context['loop']);
  107.         $context array_intersect_key($context$_parent) + $_parent;
  108.         // line 13
  109.         echo "
  110.     ";
  111.         // line 14
  112.         echo twig_include($this->env$context"pages/components/advertisingModal.html.twig", ["modalId" => "1"]);
  113.         echo "
  114. ";
  115.         
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  117.         
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  119.     }
  120.     public function getTemplateName()
  121.     {
  122.         return "pages/locoLocal.html.twig";
  123.     }
  124.     public function isTraitable()
  125.     {
  126.         return false;
  127.     }
  128.     public function getDebugInfo()
  129.     {
  130.         return array (  127 => 14,  124 => 13,  107 => 11,  90 => 10,  85 => 8,  81 => 7,  77 => 6,  73 => 5,  68 => 4,  58 => 3,  35 => 1,);
  131.     }
  132.     public function getSourceContext()
  133.     {
  134.         return new Source("{% extends \"base.html.twig\" %}
  135. {% block content %}
  136.     {{ include('pages/components/mainHeader.html.twig') }}
  137.     {{ include('pages/components/carouselLoko.html.twig') }}
  138.     {{ include('pages/components/grid.html.twig') }}
  139.     {{ include('pages/components/contactForm.html.twig', {'processPath': path('contact_form_send')}) }}
  140.     {{ include('pages/components/specifications.html.twig') }}
  141.     {% for overview in content.overviews %}
  142.         {{ include('pages/components/overview.html.twig', {'content': overview }) }}
  143.     {% endfor %}
  144.     {{ include('pages/components/advertisingModal.html.twig',  {'modalId': '1'}) }}
  145. {% endblock %}""pages/locoLocal.html.twig""/var/www/modern-expo.com/templates/pages/locoLocal.html.twig");
  146.     }
  147. }