var/cache/dev_h24eaf6979abf10b67456256024eb9e5e/twig/e0/e0d8c7732d5718b49a02ffe493825be5bc95c5d800e314dffa1b663436937686.php line 672

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. /* @SwagCmsExtensions/storefront/page/content/detail.html.twig */
  16. class __TwigTemplate_73a5b83deff8ff68738454703b4d2f84 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.             'page_content_sections_inner' => [$this'block_page_content_sections_inner'],
  26.             'swag_cms_extensions_scroll_navigation_sidebar' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar'],
  27.             'swag_cms_extensions_scroll_navigation_sidebar_mobile_menu' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu'],
  28.             'swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list'],
  29.             'swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list_content' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list_content'],
  30.             'swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up'],
  31.             'swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up_content' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up_content'],
  32.             'swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down'],
  33.             'swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down_content' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down_content'],
  34.             'swag_cms_extensions_scroll_navigation_sidebar_toggle_close' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_toggle_close'],
  35.             'swag_cms_extensions_scroll_navigation_sidebar_list' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_list'],
  36.             'swag_cms_extensions_scroll_navigation_sidebar_list_entry' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_list_entry'],
  37.             'swag_cms_extensions_scroll_navigation_sidebar_list_entry_line' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_list_entry_line'],
  38.             'swag_cms_extensions_scroll_navigation_sidebar_list_entry_bullet' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_list_entry_bullet'],
  39.             'swag_cms_extensions_scroll_navigation_sidebar_list_entry_label' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_list_entry_label'],
  40.             'swag_cms_extensions_scroll_navigation_sidebar_list_entry_label_content' => [$this'block_swag_cms_extensions_scroll_navigation_sidebar_list_entry_label_content'],
  41.             'page_content_section' => [$this'block_page_content_section'],
  42.         ];
  43.     }
  44.     protected function doGetParent(array $context)
  45.     {
  46.         // line 2
  47.         return "@ProcBasicElements/storefront/page/content/detail.html.twig";
  48.     }
  49.     protected function doDisplay(array $context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SwagCmsExtensions/storefront/page/content/detail.html.twig"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SwagCmsExtensions/storefront/page/content/detail.html.twig"));
  56.         $this->parent $this->loadTemplate("@ProcBasicElements/storefront/page/content/detail.html.twig""@SwagCmsExtensions/storefront/page/content/detail.html.twig"2);
  57.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  58.         
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  60.         
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  62.     }
  63.     // line 3
  64.     public function block_page_content_sections_inner($context, array $blocks = [])
  65.     {
  66.         $macros $this->macros;
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  68.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_content_sections_inner"));
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_content_sections_inner"));
  71.         // line 4
  72.         echo "    ";
  73.         $this->displayParentBlock("page_content_sections_inner"$context$blocks);
  74.         echo "
  75.     ";
  76.         // line 6
  77.         $context["anchoredSections"] = [];
  78.         // line 7
  79.         echo "    ";
  80.         $context['_parent'] = $context;
  81.         $context['_seq'] = twig_ensure_traversable(sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "cmsPage", [], "any"falsefalsefalse7), "sections", [], "any"falsefalsefalse7));
  82.         foreach ($context['_seq'] as $context["_key"] => $context["section"]) {
  83.             // line 8
  84.             echo "        ";
  85.             if (sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source$context["section"], "extensions", [], "any"falsefalsefalse8), "swagCmsExtensionsScrollNavigation", [], "any"falsefalsefalse8), "active", [], "any"falsefalsefalse8)) {
  86.                 // line 9
  87.                 echo "            ";
  88.                 $context["anchoredSections"] = twig_array_merge(($context["anchoredSections"] ?? null), [=> $context["section"]]);
  89.                 // line 10
  90.                 echo "        ";
  91.             }
  92.             // line 11
  93.             echo "    ";
  94.         }
  95.         $_parent $context['_parent'];
  96.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['section'], $context['_parent'], $context['loop']);
  97.         $context array_intersect_key($context$_parent) + $_parent;
  98.         // line 12
  99.         echo "
  100.     ";
  101.         // line 14
  102.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar'$context$blocks);
  103.         
  104.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  105.         
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  107.     }
  108.     public function block_swag_cms_extensions_scroll_navigation_sidebar($context, array $blocks = [])
  109.     {
  110.         $macros $this->macros;
  111.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar"));
  113.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  114.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar"));
  115.         // line 15
  116.         echo "        ";
  117.         if ((twig_length_filter($this->env, ($context["anchoredSections"] ?? null)) > 0)) {
  118.             // line 16
  119.             echo "            ";
  120.             $context["pageSettingsExtension"] = twig_constant("Swag\\CmsExtensions\\Extension\\Feature\\ScrollNavigation\\CmsPageEntityExtension::SCROLL_NAVIGATION_PAGE_SETTINGS_PROPERTY_NAME");
  121.             // line 17
  122.             echo "            ";
  123.             $context["options"] = ["pageSettings" => (($__internal_compile_0 sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["page"] ?? null), "cmsPage", [], "any"falsefalsefalse17), "extensions", [], "any"falsefalsefalse17)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[($context["pageSettingsExtension"] ?? null)] ?? null) : null)];
  124.             // line 18
  125.             echo "
  126.             <div class=\"scroll-navigation-sidebar\"
  127.                  data-swag-cms-extensions-scroll-navigation=\"true\"
  128.                  data-swag-cms-extensions-scroll-navigation-options=\"";
  129.             // line 21
  130.             echo sw_escape_filter($this->envcall_user_func_array($this->env->getFilter('json_encode')->getCallable(), [($context["options"] ?? null)]), "html"nulltrue);
  131.             echo "\"
  132.                  data-swag-cms-extensions-scroll-navigation-toggle-menu=\"true\">
  133.                 ";
  134.             // line 24
  135.             $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_mobile_menu'$context$blocks);
  136.             // line 66
  137.             echo "
  138.                 ";
  139.             // line 67
  140.             $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_toggle_close'$context$blocks);
  141.             // line 72
  142.             echo "
  143.                 ";
  144.             // line 73
  145.             $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_list'$context$blocks);
  146.             // line 104
  147.             echo "            </div>
  148.         ";
  149.         }
  150.         // line 106
  151.         echo "    ";
  152.         
  153.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  154.         
  155.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  156.     }
  157.     // line 24
  158.     public function block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu($context, array $blocks = [])
  159.     {
  160.         $macros $this->macros;
  161.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  162.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu"));
  163.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  164.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu"));
  165.         // line 25
  166.         echo "                    <div class=\"scroll-navigation-sidebar-mobile-menu\">
  167.                         ";
  168.         // line 26
  169.         ob_start();
  170.         // line 27
  171.         echo "
  172.                             ";
  173.         // line 28
  174.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list'$context$blocks);
  175.         // line 39
  176.         echo "
  177.                             ";
  178.         // line 40
  179.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up'$context$blocks);
  180.         // line 51
  181.         echo "
  182.                             ";
  183.         // line 52
  184.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down'$context$blocks);
  185.         // line 63
  186.         echo "                        ";
  187.         $___internal_parse_3_ = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  188.         // line 26
  189.         echo twig_spaceless($___internal_parse_3_);
  190.         // line 64
  191.         echo "                    </div>
  192.                 ";
  193.         
  194.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  195.         
  196.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  197.     }
  198.     // line 28
  199.     public function block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list($context, array $blocks = [])
  200.     {
  201.         $macros $this->macros;
  202.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list"));
  204.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list"));
  206.         // line 29
  207.         echo "                                <div class=\"scroll-navigation-sidebar-mobile-button\">
  208.                                     <button id=\"scroll-navigation-mobile-button-list\"
  209.                                             class=\"scroll-navigation-sidebar-mobile-button-icon scroll-navigation-menu-toggle\">
  210.                                         ";
  211.         // line 33
  212.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list_content'$context$blocks);
  213.         // line 36
  214.         echo "                                    </button>
  215.                                 </div>
  216.                             ";
  217.         
  218.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  219.         
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  221.     }
  222.     // line 33
  223.     public function block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list_content($context, array $blocks = [])
  224.     {
  225.         $macros $this->macros;
  226.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  227.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list_content"));
  228.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  229.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list_content"));
  230.         // line 34
  231.         echo "                                            ";
  232.         ((function () use ($context$blocks) {
  233.             $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  234.             $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  235.             return $this->loadTemplate($includeTemplate ?? null"@SwagCmsExtensions/storefront/page/content/detail.html.twig"34);
  236.         })())->display(twig_array_merge($context, ["size" => "xl""name" => "stack"]));
  237.         // line 35
  238.         echo "                                        ";
  239.         
  240.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  241.         
  242.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  243.     }
  244.     // line 40
  245.     public function block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up($context, array $blocks = [])
  246.     {
  247.         $macros $this->macros;
  248.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  249.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up"));
  250.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  251.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up"));
  252.         // line 41
  253.         echo "                                <div class=\"scroll-navigation-sidebar-mobile-button\">
  254.                                     <button id=\"scroll-navigation-mobile-button-up\"
  255.                                             class=\"scroll-navigation-sidebar-mobile-button-icon\">
  256.                                         ";
  257.         // line 45
  258.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up_content'$context$blocks);
  259.         // line 48
  260.         echo "                                    </button>
  261.                                 </div>
  262.                             ";
  263.         
  264.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  265.         
  266.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  267.     }
  268.     // line 45
  269.     public function block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up_content($context, array $blocks = [])
  270.     {
  271.         $macros $this->macros;
  272.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  273.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up_content"));
  274.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  275.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up_content"));
  276.         // line 46
  277.         echo "                                            ";
  278.         ((function () use ($context$blocks) {
  279.             $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  280.             $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  281.             return $this->loadTemplate($includeTemplate ?? null"@SwagCmsExtensions/storefront/page/content/detail.html.twig"46);
  282.         })())->display(twig_array_merge($context, ["size" => "xl""name" => "arrow-head-up"]));
  283.         // line 47
  284.         echo "                                        ";
  285.         
  286.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  287.         
  288.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  289.     }
  290.     // line 52
  291.     public function block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down($context, array $blocks = [])
  292.     {
  293.         $macros $this->macros;
  294.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  295.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down"));
  296.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down"));
  298.         // line 53
  299.         echo "                                <div class=\"scroll-navigation-sidebar-mobile-button\">
  300.                                     <button id=\"scroll-navigation-mobile-button-down\"
  301.                                             class=\"scroll-navigation-sidebar-mobile-button-icon\">
  302.                                         ";
  303.         // line 57
  304.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down_content'$context$blocks);
  305.         // line 60
  306.         echo "                                    </button>
  307.                                 </div>
  308.                             ";
  309.         
  310.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  311.         
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  313.     }
  314.     // line 57
  315.     public function block_swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down_content($context, array $blocks = [])
  316.     {
  317.         $macros $this->macros;
  318.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  319.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down_content"));
  320.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  321.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down_content"));
  322.         // line 58
  323.         echo "                                            ";
  324.         ((function () use ($context$blocks) {
  325.             $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  326.             $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  327.             return $this->loadTemplate($includeTemplate ?? null"@SwagCmsExtensions/storefront/page/content/detail.html.twig"58);
  328.         })())->display(twig_array_merge($context, ["size" => "xl""name" => "arrow-head-down"]));
  329.         // line 59
  330.         echo "                                        ";
  331.         
  332.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  333.         
  334.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  335.     }
  336.     // line 67
  337.     public function block_swag_cms_extensions_scroll_navigation_sidebar_toggle_close($context, array $blocks = [])
  338.     {
  339.         $macros $this->macros;
  340.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  341.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_toggle_close"));
  342.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  343.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_toggle_close"));
  344.         // line 68
  345.         echo "                    <div class=\"scroll-navigation-sidebar-close scroll-navigation-menu-toggle\">
  346.                         ";
  347.         // line 69
  348.         ((function () use ($context$blocks) {
  349.             $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  350.             $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  351.             return $this->loadTemplate($includeTemplate ?? null"@SwagCmsExtensions/storefront/page/content/detail.html.twig"69);
  352.         })())->display(twig_array_merge($context, ["size" => "xl""name" => "x"]));
  353.         // line 70
  354.         echo "                    </div>
  355.                 ";
  356.         
  357.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  358.         
  359.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  360.     }
  361.     // line 73
  362.     public function block_swag_cms_extensions_scroll_navigation_sidebar_list($context, array $blocks = [])
  363.     {
  364.         $macros $this->macros;
  365.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  366.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list"));
  367.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  368.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list"));
  369.         // line 74
  370.         echo "                    <div class=\"scroll-navigation-sidebar-list\">
  371.                         ";
  372.         // line 75
  373.         $context['_parent'] = $context;
  374.         $context['_seq'] = twig_ensure_traversable(($context["anchoredSections"] ?? null));
  375.         $context['loop'] = [
  376.           'parent' => $context['_parent'],
  377.           'index0' => 0,
  378.           'index'  => 1,
  379.           'first'  => true,
  380.         ];
  381.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  382.             $length count($context['_seq']);
  383.             $context['loop']['revindex0'] = $length 1;
  384.             $context['loop']['revindex'] = $length;
  385.             $context['loop']['length'] = $length;
  386.             $context['loop']['last'] = === $length;
  387.         }
  388.         foreach ($context['_seq'] as $context["_key"] => $context["section"]) {
  389.             // line 76
  390.             echo "                            ";
  391.             $context["scrollNavigation"] = sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source$context["section"], "extensions", [], "any"falsefalsefalse76), "swagCmsExtensionsScrollNavigation", [], "any"falsefalsefalse76);
  392.             // line 77
  393.             echo "                            ";
  394.             $context["anchor"] = sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["scrollNavigation"] ?? null), "translated", [], "any"falsefalsefalse77), "displayName", [], "any"falsefalsefalse77);
  395.             // line 78
  396.             echo "
  397.                             ";
  398.             // line 79
  399.             $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_list_entry'$context$blocks);
  400.             // line 101
  401.             echo "                        ";
  402.             ++$context['loop']['index0'];
  403.             ++$context['loop']['index'];
  404.             $context['loop']['first'] = false;
  405.             if (isset($context['loop']['length'])) {
  406.                 --$context['loop']['revindex0'];
  407.                 --$context['loop']['revindex'];
  408.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  409.             }
  410.         }
  411.         $_parent $context['_parent'];
  412.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['section'], $context['_parent'], $context['loop']);
  413.         $context array_intersect_key($context$_parent) + $_parent;
  414.         // line 102
  415.         echo "                    </div>
  416.                 ";
  417.         
  418.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  419.         
  420.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  421.     }
  422.     // line 79
  423.     public function block_swag_cms_extensions_scroll_navigation_sidebar_list_entry($context, array $blocks = [])
  424.     {
  425.         $macros $this->macros;
  426.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  427.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry"));
  428.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  429.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry"));
  430.         // line 80
  431.         echo "                                <a class=\"scroll-navigation-sidebar-entry\"
  432.                                    href=\"#nav-";
  433.         // line 81
  434.         echo sw_escape_filter($this->envtwig_replace_filter($this->extensions['Cocur\Slugify\Bridge\Twig\SlugifyExtension']->slugifyFilter(twig_lower_filter($this->env, ($context["anchor"] ?? null))), ["." => ""]), "html"nulltrue);
  435.         echo "\">
  436.                                     ";
  437.         // line 83
  438.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_list_entry_line'$context$blocks);
  439.         // line 86
  440.         echo "
  441.                                     ";
  442.         // line 87
  443.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_list_entry_bullet'$context$blocks);
  444.         // line 90
  445.         echo "
  446.                                     ";
  447.         // line 91
  448.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_list_entry_label'$context$blocks);
  449.         // line 99
  450.         echo "                                </a>
  451.                             ";
  452.         
  453.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  454.         
  455.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  456.     }
  457.     // line 83
  458.     public function block_swag_cms_extensions_scroll_navigation_sidebar_list_entry_line($context, array $blocks = [])
  459.     {
  460.         $macros $this->macros;
  461.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  462.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry_line"));
  463.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  464.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry_line"));
  465.         // line 84
  466.         echo "                                        <div class=\"scroll-navigation-sidebar-entry-line\"></div>
  467.                                     ";
  468.         
  469.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  470.         
  471.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  472.     }
  473.     // line 87
  474.     public function block_swag_cms_extensions_scroll_navigation_sidebar_list_entry_bullet($context, array $blocks = [])
  475.     {
  476.         $macros $this->macros;
  477.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  478.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry_bullet"));
  479.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  480.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry_bullet"));
  481.         // line 88
  482.         echo "                                        <span class=\"scroll-navigation-sidebar-entry-bullet\"></span>
  483.                                     ";
  484.         
  485.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  486.         
  487.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  488.     }
  489.     // line 91
  490.     public function block_swag_cms_extensions_scroll_navigation_sidebar_list_entry_label($context, array $blocks = [])
  491.     {
  492.         $macros $this->macros;
  493.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  494.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry_label"));
  495.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  496.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry_label"));
  497.         // line 92
  498.         echo "                                        <span class=\"scroll-navigation-sidebar-entry-label\">
  499.                                             ";
  500.         // line 94
  501.         $this->displayBlock('swag_cms_extensions_scroll_navigation_sidebar_list_entry_label_content'$context$blocks);
  502.         // line 97
  503.         echo "                                        </span>
  504.                                     ";
  505.         
  506.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  507.         
  508.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  509.     }
  510.     // line 94
  511.     public function block_swag_cms_extensions_scroll_navigation_sidebar_list_entry_label_content($context, array $blocks = [])
  512.     {
  513.         $macros $this->macros;
  514.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  515.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry_label_content"));
  516.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  517.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""swag_cms_extensions_scroll_navigation_sidebar_list_entry_label_content"));
  518.         // line 95
  519.         echo "                                                ";
  520.         echo sw_escape_filter($this->env, ($context["anchor"] ?? null), "html"nulltrue);
  521.         echo "
  522.                                             ";
  523.         
  524.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  525.         
  526.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  527.     }
  528.     // line 109
  529.     public function block_page_content_section($context, array $blocks = [])
  530.     {
  531.         $macros $this->macros;
  532.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  533.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_content_section"));
  534.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  535.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_content_section"));
  536.         // line 110
  537.         echo "    ";
  538.         $context["scrollNavigation"] = sw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["section"] ?? null), "extensions", [], "any"falsefalsefalse110), "swagCmsExtensionsScrollNavigation", [], "any"falsefalsefalse110);
  539.         // line 111
  540.         echo "    ";
  541.         $context["anchor"] = twig_replace_filter($this->extensions['Cocur\Slugify\Bridge\Twig\SlugifyExtension']->slugifyFilter(twig_lower_filter($this->envsw_get_attribute($this->env$this->sourcesw_get_attribute($this->env$this->source, ($context["scrollNavigation"] ?? null), "translated", [], "any"falsefalsefalse111), "displayName", [], "any"falsefalsefalse111))), ["." => ""]);
  542.         // line 112
  543.         echo "
  544.     ";
  545.         // line 113
  546.         if (sw_get_attribute($this->env$this->source, ($context["scrollNavigation"] ?? null), "active", [], "any"falsefalsefalse113)) {
  547.             // line 114
  548.             echo "        <div class=\"swag-cms-extensions-scroll-navigation-wrapper\">
  549.             <div class=\"scroll-navigation-anchor\" id=\"nav-";
  550.             // line 115
  551.             echo sw_escape_filter($this->env, ($context["anchor"] ?? null), "html"nulltrue);
  552.             echo "\"></div>
  553.             ";
  554.             // line 116
  555.             $this->displayParentBlock("page_content_section"$context$blocks);
  556.             echo "
  557.         </div>
  558.     ";
  559.         } else {
  560.             // line 119
  561.             echo "        ";
  562.             $this->displayParentBlock("page_content_section"$context$blocks);
  563.             echo "
  564.     ";
  565.         }
  566.         
  567.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  568.         
  569.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  570.     }
  571.     public function getTemplateName()
  572.     {
  573.         return "@SwagCmsExtensions/storefront/page/content/detail.html.twig";
  574.     }
  575.     public function isTraitable()
  576.     {
  577.         return false;
  578.     }
  579.     public function getDebugInfo()
  580.     {
  581.         return array (  669 => 119,  663 => 116,  659 => 115,  656 => 114,  654 => 113,  651 => 112,  648 => 111,  645 => 110,  635 => 109,  622 => 95,  612 => 94,  601 => 97,  599 => 94,  595 => 92,  585 => 91,  574 => 88,  564 => 87,  553 => 84,  543 => 83,  532 => 99,  530 => 91,  527 => 90,  525 => 87,  522 => 86,  520 => 83,  515 => 81,  512 => 80,  502 => 79,  491 => 102,  477 => 101,  475 => 79,  472 => 78,  469 => 77,  466 => 76,  449 => 75,  446 => 74,  436 => 73,  425 => 70,  417 => 69,  414 => 68,  404 => 67,  394 => 59,  385 => 58,  375 => 57,  363 => 60,  361 => 57,  355 => 53,  345 => 52,  335 => 47,  326 => 46,  316 => 45,  304 => 48,  302 => 45,  296 => 41,  286 => 40,  276 => 35,  267 => 34,  257 => 33,  245 => 36,  243 => 33,  237 => 29,  227 => 28,  216 => 64,  214 => 26,  211 => 63,  209 => 52,  206 => 51,  204 => 40,  201 => 39,  199 => 28,  196 => 27,  194 => 26,  191 => 25,  181 => 24,  171 => 106,  167 => 104,  165 => 73,  162 => 72,  160 => 67,  157 => 66,  155 => 24,  149 => 21,  144 => 18,  141 => 17,  138 => 16,  135 => 15,  116 => 14,  112 => 12,  106 => 11,  103 => 10,  100 => 9,  97 => 8,  92 => 7,  90 => 6,  84 => 4,  74 => 3,  51 => 2,);
  582.     }
  583.     public function getSourceContext()
  584.     {
  585.         return new Source("{% sw_extends '@Storefront/storefront/page/content/detail.html.twig' %}
  586. {% block page_content_sections_inner %}
  587.     {{ parent() }}
  588.     {% set anchoredSections = [] %}
  589.     {% for section in page.cmsPage.sections %}
  590.         {% if section.extensions.swagCmsExtensionsScrollNavigation.active %}
  591.             {% set anchoredSections = anchoredSections|merge([section]) %}
  592.         {% endif %}
  593.     {% endfor %}
  594.     {% block swag_cms_extensions_scroll_navigation_sidebar %}
  595.         {% if anchoredSections|length > 0 %}
  596.             {% set pageSettingsExtension = constant('Swag\\\\CmsExtensions\\\\Extension\\\\Feature\\\\ScrollNavigation\\\\CmsPageEntityExtension::SCROLL_NAVIGATION_PAGE_SETTINGS_PROPERTY_NAME') %}
  597.             {% set options = { pageSettings: page.cmsPage.extensions[pageSettingsExtension] } %}
  598.             <div class=\"scroll-navigation-sidebar\"
  599.                  data-swag-cms-extensions-scroll-navigation=\"true\"
  600.                  data-swag-cms-extensions-scroll-navigation-options=\"{{ options|json_encode }}\"
  601.                  data-swag-cms-extensions-scroll-navigation-toggle-menu=\"true\">
  602.                 {% block swag_cms_extensions_scroll_navigation_sidebar_mobile_menu %}
  603.                     <div class=\"scroll-navigation-sidebar-mobile-menu\">
  604.                         {% apply spaceless %}
  605.                             {% block swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list %}
  606.                                 <div class=\"scroll-navigation-sidebar-mobile-button\">
  607.                                     <button id=\"scroll-navigation-mobile-button-list\"
  608.                                             class=\"scroll-navigation-sidebar-mobile-button-icon scroll-navigation-menu-toggle\">
  609.                                         {% block swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_list_content %}
  610.                                             {% sw_icon 'stack' style { 'size': 'xl' } %}
  611.                                         {% endblock %}
  612.                                     </button>
  613.                                 </div>
  614.                             {% endblock %}
  615.                             {% block swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up %}
  616.                                 <div class=\"scroll-navigation-sidebar-mobile-button\">
  617.                                     <button id=\"scroll-navigation-mobile-button-up\"
  618.                                             class=\"scroll-navigation-sidebar-mobile-button-icon\">
  619.                                         {% block swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_up_content %}
  620.                                             {% sw_icon 'arrow-head-up' style { 'size': 'xl' } %}
  621.                                         {% endblock %}
  622.                                     </button>
  623.                                 </div>
  624.                             {% endblock %}
  625.                             {% block swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down %}
  626.                                 <div class=\"scroll-navigation-sidebar-mobile-button\">
  627.                                     <button id=\"scroll-navigation-mobile-button-down\"
  628.                                             class=\"scroll-navigation-sidebar-mobile-button-icon\">
  629.                                         {% block swag_cms_extensions_scroll_navigation_sidebar_mobile_menu_button_down_content %}
  630.                                             {% sw_icon 'arrow-head-down' style { 'size': 'xl' } %}
  631.                                         {% endblock %}
  632.                                     </button>
  633.                                 </div>
  634.                             {% endblock %}
  635.                         {% endapply %}
  636.                     </div>
  637.                 {% endblock %}
  638.                 {% block swag_cms_extensions_scroll_navigation_sidebar_toggle_close %}
  639.                     <div class=\"scroll-navigation-sidebar-close scroll-navigation-menu-toggle\">
  640.                         {% sw_icon 'x' style { 'size': 'xl' }  %}
  641.                     </div>
  642.                 {% endblock %}
  643.                 {% block swag_cms_extensions_scroll_navigation_sidebar_list %}
  644.                     <div class=\"scroll-navigation-sidebar-list\">
  645.                         {% for section in anchoredSections %}
  646.                             {% set scrollNavigation = section.extensions.swagCmsExtensionsScrollNavigation %}
  647.                             {% set anchor = scrollNavigation.translated.displayName %}
  648.                             {% block swag_cms_extensions_scroll_navigation_sidebar_list_entry %}
  649.                                 <a class=\"scroll-navigation-sidebar-entry\"
  650.                                    href=\"#nav-{{ anchor|lower|slugify|replace({'.': ''}) }}\">
  651.                                     {% block swag_cms_extensions_scroll_navigation_sidebar_list_entry_line %}
  652.                                         <div class=\"scroll-navigation-sidebar-entry-line\"></div>
  653.                                     {% endblock %}
  654.                                     {% block swag_cms_extensions_scroll_navigation_sidebar_list_entry_bullet %}
  655.                                         <span class=\"scroll-navigation-sidebar-entry-bullet\"></span>
  656.                                     {% endblock %}
  657.                                     {% block swag_cms_extensions_scroll_navigation_sidebar_list_entry_label %}
  658.                                         <span class=\"scroll-navigation-sidebar-entry-label\">
  659.                                             {% block swag_cms_extensions_scroll_navigation_sidebar_list_entry_label_content %}
  660.                                                 {{ anchor }}
  661.                                             {% endblock %}
  662.                                         </span>
  663.                                     {% endblock %}
  664.                                 </a>
  665.                             {% endblock %}
  666.                         {% endfor %}
  667.                     </div>
  668.                 {% endblock %}
  669.             </div>
  670.         {% endif %}
  671.     {% endblock %}
  672. {% endblock %}
  673. {% block page_content_section %}
  674.     {% set scrollNavigation = section.extensions.swagCmsExtensionsScrollNavigation %}
  675.     {% set anchor = scrollNavigation.translated.displayName|lower|slugify|replace({'.': ''}) %}
  676.     {% if scrollNavigation.active %}
  677.         <div class=\"swag-cms-extensions-scroll-navigation-wrapper\">
  678.             <div class=\"scroll-navigation-anchor\" id=\"nav-{{ anchor }}\"></div>
  679.             {{ parent() }}
  680.         </div>
  681.     {% else %}
  682.         {{ parent() }}
  683.     {% endif %}
  684. {% endblock %}
  685. ""@SwagCmsExtensions/storefront/page/content/detail.html.twig""/var/www/html/htdocs/custom/plugins/SwagCmsExtensions/src/Resources/views/storefront/page/content/detail.html.twig");
  686.     }
  687. }