var/cache/dev_hc896b0aecebc6aae6bec469c82cd525f/twig/58/582a6d80562663aed090f3c50a1cec806efc9131c189d11670d11a99ea6e1171.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @FlinkCmsGridBuilder/storefront/section/cms-section-block-container.html.twig */
  16. class __TwigTemplate_94e8ba1d583ad379d2d8939e4e10ed3b extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->blocks = [
  25.             'section_content_block_row' => [$this'block_section_content_block_row'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "@Storefront/storefront/section/cms-section-block-container.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@FlinkCmsGridBuilder/storefront/section/cms-section-block-container.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@FlinkCmsGridBuilder/storefront/section/cms-section-block-container.html.twig"));
  40.         $this->parent $this->loadTemplate("@Storefront/storefront/section/cms-section-block-container.html.twig""@FlinkCmsGridBuilder/storefront/section/cms-section-block-container.html.twig"2);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 3
  48.     public function block_section_content_block_row($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""section_content_block_row"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""section_content_block_row"));
  55.         // line 4
  56.         echo "    ";
  57.         if (twig_in_filter("flink-cms-grid"sw_get_attribute($this->env$this->source, ($context["block"] ?? null), "type", [], "any"falsefalsefalse4))) {
  58.             // line 5
  59.             echo "        <div class=\"cms-block-container-row row cms-row ";
  60.             echo sw_escape_filter($this->env, ($context["sidebarClasses"] ?? null), "html"nulltrue);
  61.             echo "\">
  62.             ";
  63.             // line 6
  64.             $__internal_compile_0 null;
  65.             try {
  66.                 $__internal_compile_0 =                 $this->loadTemplate("@FlinkCmsGridBuilder/storefront/block/cms-block-flink-cms-grid.html.twig""@FlinkCmsGridBuilder/storefront/section/cms-section-block-container.html.twig"6);
  67.             } catch (LoaderError $e) {
  68.                 // ignore missing template
  69.             }
  70.             if ($__internal_compile_0) {
  71.                 $__internal_compile_0->display($context);
  72.             }
  73.             // line 7
  74.             echo "        </div>
  75.     ";
  76.         } else {
  77.             // line 9
  78.             echo "        ";
  79.             $this->displayParentBlock("section_content_block_row"$context$blocks);
  80.             echo "
  81.     ";
  82.         }
  83.         
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  85.         
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  87.     }
  88.     public function getTemplateName()
  89.     {
  90.         return "@FlinkCmsGridBuilder/storefront/section/cms-section-block-container.html.twig";
  91.     }
  92.     public function isTraitable()
  93.     {
  94.         return false;
  95.     }
  96.     public function getDebugInfo()
  97.     {
  98.         return array (  90 => 9,  86 => 7,  76 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 2,);
  99.     }
  100.     public function getSourceContext()
  101.     {
  102.         return new Source("{% sw_extends '@Storefront/storefront/section/cms-section-block-container.html.twig' %}
  103. {% block section_content_block_row %}
  104.     {% if 'flink-cms-grid' in block.type %}
  105.         <div class=\"cms-block-container-row row cms-row {{ sidebarClasses }}\">
  106.             {% sw_include \"@Storefront/storefront/block/cms-block-flink-cms-grid.html.twig\" ignore missing %}
  107.         </div>
  108.     {% else %}
  109.         {{ parent() }}
  110.     {% endif %}
  111. {% endblock %}
  112. ""@FlinkCmsGridBuilder/storefront/section/cms-section-block-container.html.twig""/var/www/share/efb-elektronik.dev.mc.emzcustomers.de/shopware6/vendor/store.shopware.com/flinkcmsgridbuilder/src/Resources/views/storefront/section/cms-section-block-container.html.twig");
  113.     }
  114. }