var/cache/dev/twig/9c/9c38f21583fc606a2ed6f0c7a4b9a696.php line 54

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. /* default/newslist.html.twig */
  14. class __TwigTemplate_509d05436920ca27e19f507159966a9b 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.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 3
  31.         return $this->loadTemplate((isset($context["_layout"]) || array_key_exists("_layout"$context) ? $context["_layout"] : (function () { throw new RuntimeError('Variable "_layout" does not exist.'3$this->source); })()), "default/newslist.html.twig"3);
  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""default/newslist.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""default/newslist.html.twig"));
  40.         // line 1
  41.         $context["clubPage"] = $this->env->getFunction('is_clubsite')->getCallable()($this->sandbox->ensureToStringAllowed((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'1$this->source); })()), 1$this->source), $this->sandbox->ensureToStringAllowed((isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'1$this->source); })()), 1$this->source));
  42.         // line 2
  43.         $context["_layout"] = (((isset($context["clubPage"]) || array_key_exists("clubPage"$context) ? $context["clubPage"] : (function () { throw new RuntimeError('Variable "clubPage" does not exist.'2$this->source); })())) ? ("seikoclub/layout.html.twig") : ("@CoreShopFrontend/layout.html.twig"));
  44.         // line 3
  45.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 5
  52.     public function block_content($context, array $blocks = [])
  53.     {
  54.         $macros $this->macros;
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  59.         // line 6
  60.         echo "    <div class=\"container\">
  61.         <div class=\"row news-row d-flex justify-content-between\">
  62.             <div class=\"select-wrapper\">
  63.                 <label id=\"selectLabel\" for=\"selectSelect\">
  64.                     <img src=\"";
  65.         // line 10
  66.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("themes/frontend/images/filter.svg"), "html"nulltrue);
  67.         echo "\" alt=\"\">
  68.                 </label>
  69.                 <select class=\"styled-select form-control site-reload\" id=\"selectSelect\" name=\"tag-filter\">
  70.                     <option value=\"\">";
  71.         // line 13
  72.         if ((null === (isset($context["selectedTag"]) || array_key_exists("selectedTag"$context) ? $context["selectedTag"] : (function () { throw new RuntimeError('Variable "selectedTag" does not exist.'13$this->source); })()))) {
  73.             echo "Címke";
  74.         } else {
  75.             echo "Címke törlése";
  76.         }
  77.         echo "</option>
  78.                     ";
  79.         // line 14
  80.         $context['_parent'] = $context;
  81.         $context['_seq'] = twig_ensure_traversable((isset($context["tagList"]) || array_key_exists("tagList"$context) ? $context["tagList"] : (function () { throw new RuntimeError('Variable "tagList" does not exist.'14$this->source); })()));
  82.         foreach ($context['_seq'] as $context["_key"] => $context["tag"]) {
  83.             // line 15
  84.             echo "                        <option
  85.                             value=\"";
  86.             // line 16
  87.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["tag"], "getName", [], "method"falsefalsetrue16), 16$this->source), "html"nulltrue);
  88.             echo "\"";
  89.             if (( !(null === (isset($context["selectedTag"]) || array_key_exists("selectedTag"$context) ? $context["selectedTag"] : (function () { throw new RuntimeError('Variable "selectedTag" does not exist.'16$this->source); })())) && (twig_get_attribute($this->env$this->source, (isset($context["selectedTag"]) || array_key_exists("selectedTag"$context) ? $context["selectedTag"] : (function () { throw new RuntimeError('Variable "selectedTag" does not exist.'16$this->source); })()), "getId", [], "method"falsefalsetrue16) == twig_get_attribute($this->env$this->source$context["tag"], "getId", [], "method"falsefalsetrue16)))) {
  90.                 echo " selected=\"selected\"";
  91.             }
  92.             echo ">";
  93.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["tag"], "getName", [], "method"falsefalsetrue16), 16$this->source), "html"nulltrue);
  94.             echo "</option>
  95.                     ";
  96.         }
  97.         $_parent $context['_parent'];
  98.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']);
  99.         $context array_intersect_key($context$_parent) + $_parent;
  100.         // line 18
  101.         echo "                </select>
  102.             </div>
  103.             <div class=\"tag-buttons btn-group\">
  104.                 <a class=\"btn btn-primary";
  105.         // line 21
  106.         if ((null === (isset($context["selectedCategory"]) || array_key_exists("selectedCategory"$context) ? $context["selectedCategory"] : (function () { throw new RuntimeError('Variable "selectedCategory" does not exist.'21$this->source); })()))) {
  107.             echo " tag-button-active ";
  108.         }
  109.         echo "\"
  110.                    href=\"";
  111.         // line 22
  112.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'22$this->source); })()), "getFullPath", [], "method"falsefalsetrue22), 22$this->source), "html"nulltrue);
  113.         echo "\">";
  114.         echo twig_escape_filter($this->envtwig_upper_filter($this->env"Aktualitások"), "html"nulltrue);
  115.         echo "</a>
  116.                 ";
  117.         // line 23
  118.         $context['_parent'] = $context;
  119.         $context['_seq'] = twig_ensure_traversable((isset($context["categoryList"]) || array_key_exists("categoryList"$context) ? $context["categoryList"] : (function () { throw new RuntimeError('Variable "categoryList" does not exist.'23$this->source); })()));
  120.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  121.             // line 24
  122.             echo "                    ";
  123.             if ( !twig_get_attribute($this->env$this->source$context["category"], "hidden", [], "any"falsefalsetrue24)) {
  124.                 // line 25
  125.                 echo "                        <a class=\"btn btn-primary";
  126.                 if (($context["category"] == (isset($context["selectedCategory"]) || array_key_exists("selectedCategory"$context) ? $context["selectedCategory"] : (function () { throw new RuntimeError('Variable "selectedCategory" does not exist.'25$this->source); })()))) {
  127.                     echo " tag-button-active ";
  128.                 }
  129.                 echo "\"
  130.                            href=\"";
  131.                 // line 26
  132.                 echo twig_escape_filter($this->env$this->env->getFunction('pimcore_url')->getCallable()(["object" => $context["category"]], nulltrue), "html"nulltrue);
  133.                 echo "\">";
  134.                 echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["category"], "name", [], "any"falsefalsetrue26), 26$this->source)), "html"nulltrue);
  135.                 echo "
  136.                         </a>
  137.                     ";
  138.             }
  139.             // line 29
  140.             echo "                ";
  141.         }
  142.         $_parent $context['_parent'];
  143.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  144.         $context array_intersect_key($context$_parent) + $_parent;
  145.         // line 30
  146.         echo "            </div>
  147.             <div class=\"d-flex justify-content-between align-items-center\" id=\"newsSelect\">
  148.                 <div class=\"select-wrapper date-select\">
  149.                     <label id=\"selectLabel\">
  150.                         <img src=\"";
  151.         // line 34
  152.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/themes/frontend/images/up-arrow.png"), "html"nulltrue);
  153.         echo "\" alt=\"\">
  154.                     </label>
  155.                     <select name=\"order\" class=\"styled-select form-control site-reload\" id=\"selectSelect\">
  156.                         <option ";
  157.         // line 37
  158.         if (((isset($context["order"]) || array_key_exists("order"$context) ? $context["order"] : (function () { throw new RuntimeError('Variable "order" does not exist.'37$this->source); })()) == "asc")) {
  159.             echo " selected=\"selected\" ";
  160.         }
  161.         echo " value=\"asc\">Növekvő</option>
  162.                         <option ";
  163.         // line 38
  164.         if (((isset($context["order"]) || array_key_exists("order"$context) ? $context["order"] : (function () { throw new RuntimeError('Variable "order" does not exist.'38$this->source); })()) == "desc")) {
  165.             echo " selected=\"selected\" ";
  166.         }
  167.         echo " value=\"desc\">Csökkenő</option>
  168.                     </select>
  169.                 </div>
  170.                 <div class=\"d-flex justify-content-end align-items-center\" id=\"select-outside-wrapper\">
  171.                     <select id=\"mySelect\" class=\"styled-select form-control site-reload\" name=\"perPage\">
  172.                         <option value=\"\">";
  173.         // line 43
  174.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["perPage"]) || array_key_exists("perPage"$context) ? $context["perPage"] : (function () { throw new RuntimeError('Variable "perPage" does not exist.'43$this->source); })()), 43$this->source), "html"nulltrue);
  175.         echo " Bejegyzés / oldal</option>
  176.                         ";
  177.         // line 44
  178.         $context['_parent'] = $context;
  179.         $context['_seq'] = twig_ensure_traversable((isset($context["perPageAllowed"]) || array_key_exists("perPageAllowed"$context) ? $context["perPageAllowed"] : (function () { throw new RuntimeError('Variable "perPageAllowed" does not exist.'44$this->source); })()));
  180.         foreach ($context['_seq'] as $context["_key"] => $context["number"]) {
  181.             // line 45
  182.             echo "                            <option value=\"";
  183.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["number"], 45$this->source), "html"nulltrue);
  184.             echo "\">";
  185.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed($context["number"], 45$this->source), "html"nulltrue);
  186.             echo "</option>
  187.                         ";
  188.         }
  189.         $_parent $context['_parent'];
  190.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['number'], $context['_parent'], $context['loop']);
  191.         $context array_intersect_key($context$_parent) + $_parent;
  192.         // line 47
  193.         echo "                    </select>
  194.                 </div>
  195.             </div>
  196.             <div class=\"tag-buttons-mobile btn-group\">
  197.                 <a class=\"col-12 col-sm-3 col-xs-6 btn btn-primary";
  198.         // line 51
  199.         if ((null === (isset($context["selectedCategory"]) || array_key_exists("selectedCategory"$context) ? $context["selectedCategory"] : (function () { throw new RuntimeError('Variable "selectedCategory" does not exist.'51$this->source); })()))) {
  200.             echo " tag-button-active ";
  201.         }
  202.         echo "\"
  203.                    href=\"";
  204.         // line 52
  205.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'52$this->source); })()), "getFullPath", [], "method"falsefalsetrue52), 52$this->source), "html"nulltrue);
  206.         echo "\">";
  207.         echo twig_escape_filter($this->envtwig_upper_filter($this->env"Aktualitások"), "html"nulltrue);
  208.         echo "</a>
  209.                 ";
  210.         // line 53
  211.         $context['_parent'] = $context;
  212.         $context['_seq'] = twig_ensure_traversable((isset($context["categoryList"]) || array_key_exists("categoryList"$context) ? $context["categoryList"] : (function () { throw new RuntimeError('Variable "categoryList" does not exist.'53$this->source); })()));
  213.         foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  214.             // line 54
  215.             echo "                    ";
  216.             if ( !twig_get_attribute($this->env$this->source$context["category"], "hidden", [], "any"falsefalsetrue54)) {
  217.                 // line 55
  218.                 echo "                        <a class=\"col-12 col-sm-3 col-xs-6 btn btn-primary";
  219.                 if (($context["category"] == (isset($context["selectedCategory"]) || array_key_exists("selectedCategory"$context) ? $context["selectedCategory"] : (function () { throw new RuntimeError('Variable "selectedCategory" does not exist.'55$this->source); })()))) {
  220.                     echo " active";
  221.                 }
  222.                 echo "\"
  223.                            href=\"";
  224.                 // line 56
  225.                 echo twig_escape_filter($this->env$this->env->getFunction('pimcore_url')->getCallable()(["object" => $context["category"]], nulltrue), "html"nulltrue);
  226.                 echo "\">";
  227.                 echo twig_escape_filter($this->envtwig_upper_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["category"], "name", [], "any"falsefalsetrue56), 56$this->source)), "html"nulltrue);
  228.                 echo "
  229.                         </a>
  230.                     ";
  231.             }
  232.             // line 59
  233.             echo "                ";
  234.         }
  235.         $_parent $context['_parent'];
  236.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  237.         $context array_intersect_key($context$_parent) + $_parent;
  238.         // line 60
  239.         echo "            </div>
  240.         </div>
  241.     </div>
  242.     <div class=\"container product-container\">
  243.         <div class=\"row d-flex\">
  244.             ";
  245.         // line 65
  246.         $context['_parent'] = $context;
  247.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'65$this->source); })()), "items", [], "any"falsefalsetrue65));
  248.         foreach ($context['_seq'] as $context["_key"] => $context["news"]) {
  249.             // line 66
  250.             echo "                ";
  251.             $this->loadTemplate("default/newslistitem.html.twig""default/newslist.html.twig"66)->display(twig_to_array(["news" => $context["news"]]));
  252.             // line 67
  253.             echo "            ";
  254.         }
  255.         $_parent $context['_parent'];
  256.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['news'], $context['_parent'], $context['loop']);
  257.         $context array_intersect_key($context$_parent) + $_parent;
  258.         // line 68
  259.         echo "        </div>
  260.         <div class=\"col-12 pb-5 text-center\">
  261.             ";
  262.         // line 70
  263.         $this->loadTemplate("default/paginator.html.twig""default/newslist.html.twig"70)->display(twig_to_array(["paginator" =>         // line 71
  264. (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'71$this->source); })()), "category" => null]));
  265.         // line 74
  266.         echo "        </div>
  267.     </div>
  268. ";
  269.         
  270.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  271.         
  272.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  273.     }
  274.     public function getTemplateName()
  275.     {
  276.         return "default/newslist.html.twig";
  277.     }
  278.     public function isTraitable()
  279.     {
  280.         return false;
  281.     }
  282.     public function getDebugInfo()
  283.     {
  284.         return array (  280 => 74,  278 => 71,  277 => 70,  273 => 68,  267 => 67,  264 => 66,  260 => 65,  253 => 60,  247 => 59,  239 => 56,  232 => 55,  229 => 54,  225 => 53,  219 => 52,  213 => 51,  207 => 47,  196 => 45,  192 => 44,  188 => 43,  178 => 38,  172 => 37,  166 => 34,  160 => 30,  154 => 29,  146 => 26,  139 => 25,  136 => 24,  132 => 23,  126 => 22,  120 => 21,  115 => 18,  101 => 16,  98 => 15,  94 => 14,  86 => 13,  80 => 10,  74 => 6,  64 => 5,  54 => 3,  52 => 2,  50 => 1,  37 => 3,);
  285.     }
  286.     public function getSourceContext()
  287.     {
  288.         return new Source("{% set clubPage = is_clubsite(editmode, document) %}
  289. {% set _layout = clubPage ? 'seikoclub/layout.html.twig' : '@CoreShopFrontend/layout.html.twig' %}
  290. {% extends _layout %}
  291. {% block content %}
  292.     <div class=\"container\">
  293.         <div class=\"row news-row d-flex justify-content-between\">
  294.             <div class=\"select-wrapper\">
  295.                 <label id=\"selectLabel\" for=\"selectSelect\">
  296.                     <img src=\"{{ asset('themes/frontend/images/filter.svg') }}\" alt=\"\">
  297.                 </label>
  298.                 <select class=\"styled-select form-control site-reload\" id=\"selectSelect\" name=\"tag-filter\">
  299.                     <option value=\"\">{% if selectedTag is null %}Címke{% else %}Címke törlése{% endif %}</option>
  300.                     {% for tag in tagList %}
  301.                         <option
  302.                             value=\"{{ tag.getName() }}\"{% if selectedTag is not null and selectedTag.getId() == tag.getId() %} selected=\"selected\"{% endif %}>{{ tag.getName() }}</option>
  303.                     {% endfor %}
  304.                 </select>
  305.             </div>
  306.             <div class=\"tag-buttons btn-group\">
  307.                 <a class=\"btn btn-primary{% if selectedCategory is null %} tag-button-active {% endif %}\"
  308.                    href=\"{{ document.getFullPath() }}\">{{ 'Aktualitások' | upper }}</a>
  309.                 {% for category in categoryList %}
  310.                     {% if not category.hidden %}
  311.                         <a class=\"btn btn-primary{% if category == selectedCategory %} tag-button-active {% endif %}\"
  312.                            href=\"{{ pimcore_url({object: category}, null, true) }}\">{{ category.name | upper }}
  313.                         </a>
  314.                     {% endif %}
  315.                 {% endfor %}
  316.             </div>
  317.             <div class=\"d-flex justify-content-between align-items-center\" id=\"newsSelect\">
  318.                 <div class=\"select-wrapper date-select\">
  319.                     <label id=\"selectLabel\">
  320.                         <img src=\"{{ asset(\"/themes/frontend/images/up-arrow.png\") }}\" alt=\"\">
  321.                     </label>
  322.                     <select name=\"order\" class=\"styled-select form-control site-reload\" id=\"selectSelect\">
  323.                         <option {% if order == 'asc' %} selected=\"selected\" {% endif %} value=\"asc\">Növekvő</option>
  324.                         <option {% if order == 'desc' %} selected=\"selected\" {% endif %} value=\"desc\">Csökkenő</option>
  325.                     </select>
  326.                 </div>
  327.                 <div class=\"d-flex justify-content-end align-items-center\" id=\"select-outside-wrapper\">
  328.                     <select id=\"mySelect\" class=\"styled-select form-control site-reload\" name=\"perPage\">
  329.                         <option value=\"\">{{ perPage }} Bejegyzés / oldal</option>
  330.                         {% for number in perPageAllowed %}
  331.                             <option value=\"{{ number }}\">{{ number }}</option>
  332.                         {% endfor %}
  333.                     </select>
  334.                 </div>
  335.             </div>
  336.             <div class=\"tag-buttons-mobile btn-group\">
  337.                 <a class=\"col-12 col-sm-3 col-xs-6 btn btn-primary{% if selectedCategory is null %} tag-button-active {% endif %}\"
  338.                    href=\"{{ document.getFullPath() }}\">{{ 'Aktualitások' | upper }}</a>
  339.                 {% for category in categoryList %}
  340.                     {% if not category.hidden %}
  341.                         <a class=\"col-12 col-sm-3 col-xs-6 btn btn-primary{% if category == selectedCategory %} active{% endif %}\"
  342.                            href=\"{{ pimcore_url({object: category}, null, true) }}\">{{ category.name | upper }}
  343.                         </a>
  344.                     {% endif %}
  345.                 {% endfor %}
  346.             </div>
  347.         </div>
  348.     </div>
  349.     <div class=\"container product-container\">
  350.         <div class=\"row d-flex\">
  351.             {% for news in paginator.items %}
  352.                 {% include 'default/newslistitem.html.twig' with {news: news} only %}
  353.             {% endfor %}
  354.         </div>
  355.         <div class=\"col-12 pb-5 text-center\">
  356.             {% include 'default/paginator.html.twig' with {
  357.                 paginator: paginator,
  358.                 category: null
  359.             } only %}
  360.         </div>
  361.     </div>
  362. {% endblock %}""default/newslist.html.twig""/home/zoltan/public_html/boutique-v2/templates/default/newslist.html.twig");
  363.     }
  364.     
  365.     public function checkSecurity()
  366.     {
  367.         static $tags = array("set" => 1"if" => 13"for" => 14"include" => 66);
  368.         static $filters = array("escape" => 10"upper" => 22);
  369.         static $functions = array("is_clubsite" => 1"asset" => 10"pimcore_url" => 26);
  370.         try {
  371.             $this->sandbox->checkSecurity(
  372.                 ['set''if''for''include'],
  373.                 ['escape''upper'],
  374.                 ['is_clubsite''asset''pimcore_url']
  375.             );
  376.         } catch (SecurityError $e) {
  377.             $e->setSourceContext($this->source);
  378.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  379.                 $e->setTemplateLine($tags[$e->getTagName()]);
  380.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  381.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  382.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  383.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  384.             }
  385.             throw $e;
  386.         }
  387.     }
  388. }