var/cache/dev/twig/f5/f51016e51c466524b67f8edeb18dd7ce.php line 48

  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. /* @NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig */
  14. class __TwigTemplate_db4a5b0dd9e15a24692afceb794167aa extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig"));
  33.         // line 1
  34.         $context['_parent'] = $context;
  35.         $context['_seq'] = twig_ensure_traversable((isset($context["blocks"]) || array_key_exists("blocks"$context) ? $context["blocks"] : (function () { throw new RuntimeError('Variable "blocks" does not exist.'1$this->source); })()));
  36.         foreach ($context['_seq'] as $context["_key"] => $context["block"]) {
  37.             // line 2
  38.             echo "    ";
  39.             echo $this->env->getRuntime('Netgen\Bundle\LayoutsBundle\Templating\Twig\Runtime\RenderingRuntime')->renderBlock($context$context["block"]);
  40.             echo "
  41. ";
  42.         }
  43.         $_parent $context['_parent'];
  44.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['block'], $context['_parent'], $context['loop']);
  45.         $context array_intersect_key($context$_parent) + $_parent;
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     public function getTemplateName()
  52.     {
  53.         return "@NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig";
  54.     }
  55.     public function isTraitable()
  56.     {
  57.         return false;
  58.     }
  59.     public function getDebugInfo()
  60.     {
  61.         return array (  47 => 2,  43 => 1,);
  62.     }
  63.     public function getSourceContext()
  64.     {
  65.         return new Source("{% for block in blocks %}
  66.     {{ nglayouts_render_block(block) }}
  67. {% endfor %}
  68. ""@NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig""/srv/sylius/vendor/netgen/layouts-core/bundles/LayoutsBundle/Resources/views/nglayouts/themes/standard/zone/zone.html.twig");
  69.     }
  70. }