var/cache/dev/twig/f5/f51016e51c466524b67f8edeb18dd7ce.php line 48
<?phpuse Twig\Environment;use Twig\Error\LoaderError;use Twig\Error\RuntimeError;use Twig\Extension\SandboxExtension;use Twig\Markup;use Twig\Sandbox\SecurityError;use Twig\Sandbox\SecurityNotAllowedTagError;use Twig\Sandbox\SecurityNotAllowedFilterError;use Twig\Sandbox\SecurityNotAllowedFunctionError;use Twig\Source;use Twig\Template;/* @NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig */class __TwigTemplate_db4a5b0dd9e15a24692afceb794167aa extends Template{private $source;private $macros = [];public function __construct(Environment $env){parent::__construct($env);$this->source = $this->getSourceContext();$this->parent = false;$this->blocks = [];}protected function doDisplay(array $context, array $blocks = []){$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig"));// line 1$context['_parent'] = $context;$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); })()));foreach ($context['_seq'] as $context["_key"] => $context["block"]) {// line 2echo " ";echo $this->env->getRuntime('Netgen\Bundle\LayoutsBundle\Templating\Twig\Runtime\RenderingRuntime')->renderBlock($context, $context["block"]);echo "";}$_parent = $context['_parent'];unset($context['_seq'], $context['_iterated'], $context['_key'], $context['block'], $context['_parent'], $context['loop']);$context = array_intersect_key($context, $_parent) + $_parent;$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);}public function getTemplateName(){return "@NetgenLayouts/nglayouts/themes/standard/zone/zone.html.twig";}public function isTraitable(){return false;}public function getDebugInfo(){return array ( 47 => 2, 43 => 1,);}public function getSourceContext(){return new Source("{% for block in blocks %}{{ nglayouts_render_block(block) }}{% endfor %}", "@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");}}