var/cache/dev/twig/5b/5b8344924621ca46961b5acc29c61563a491bc7ea0a2dc918a09c4322c68811e.php line 62

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Markup;
  6. use Twig\Sandbox\SecurityError;
  7. use Twig\Sandbox\SecurityNotAllowedTagError;
  8. use Twig\Sandbox\SecurityNotAllowedFilterError;
  9. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  10. use Twig\Source;
  11. use Twig\Template;
  12. /* component/product/list/boxes.html.twig */
  13. class __TwigTemplate_8f5f732ee3b7a8279e2cea8de89536296f274edd8e88c6d922b516a088551675 extends \Twig\Template
  14. {
  15.     public function __construct(Environment $env)
  16.     {
  17.         parent::__construct($env);
  18.         $this->parent false;
  19.         $this->blocks = [
  20.         ];
  21.     }
  22.     protected function doDisplay(array $context, array $blocks = [])
  23.     {
  24.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
  25.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""component/product/list/boxes.html.twig"));
  26.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
  27.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""component/product/list/boxes.html.twig"));
  28.         // line 1
  29.         echo "<div class=\"listBoxed\">
  30.     ";
  31.         // line 2
  32.         if (((isset($context["paginator"]) || array_key_exists("paginator"$context)) && $this->getAttribute((isset($context["partner_config"]) ? $context["partner_config"] : $this->getContext($context"partner_config")), "showPaginator", [], "method"))) {
  33.             // line 3
  34.             echo "        ";
  35.             $this->loadTemplate("component/shared/paginator/default.html.twig""component/product/list/boxes.html.twig"3)->display($context);
  36.             // line 4
  37.             echo "    ";
  38.         }
  39.         // line 5
  40.         echo "    
  41.     ";
  42.         // line 6
  43.         if ((isset($context["paginator"]) || array_key_exists("paginator"$context))) {
  44.             // line 7
  45.             echo "        ";
  46.             $this->loadTemplate("component/shared/paginator/extended.html.twig""component/product/list/boxes.html.twig"7)->display($context);
  47.             // line 8
  48.             echo "    ";
  49.         }
  50.         // line 9
  51.         echo "
  52.     <section class=\"cCube productList productList--box\">
  53.         ";
  54.         // line 11
  55.         $this->loadTemplate("component/product/list/inner/boxes_inner.html.twig""component/product/list/boxes.html.twig"11)->display($context);
  56.         // line 12
  57.         echo "    </section>
  58.     ";
  59.         // line 14
  60.         if (((isset($context["paginator"]) || array_key_exists("paginator"$context)) && $this->getAttribute((isset($context["partner_config"]) ? $context["partner_config"] : $this->getContext($context"partner_config")), "showPaginator", [], "method"))) {
  61.             // line 15
  62.             echo "        ";
  63.             $this->loadTemplate("component/shared/paginator/default.html.twig""component/product/list/boxes.html.twig"15)->display($context);
  64.             // line 16
  65.             echo "    ";
  66.         }
  67.         // line 17
  68.         echo "</div>
  69. ";
  70.         
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  72.         
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  74.     }
  75.     public function getTemplateName()
  76.     {
  77.         return "component/product/list/boxes.html.twig";
  78.     }
  79.     public function isTraitable()
  80.     {
  81.         return false;
  82.     }
  83.     public function getDebugInfo()
  84.     {
  85.         return array (  76 => 17,  73 => 16,  70 => 15,  68 => 14,  64 => 12,  62 => 11,  58 => 9,  55 => 8,  52 => 7,  50 => 6,  47 => 5,  44 => 4,  41 => 3,  39 => 2,  36 => 1,);
  86.     }
  87.     /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  88.     public function getSource()
  89.     {
  90.         @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.'E_USER_DEPRECATED);
  91.         return $this->getSourceContext()->getCode();
  92.     }
  93.     public function getSourceContext()
  94.     {
  95.         return new Source("<div class=\"listBoxed\">
  96.     {% if paginator is defined and partner_config.showPaginator() %}
  97.         {% include 'component/shared/paginator/default.html.twig' %}
  98.     {% endif %}
  99.     
  100.     {% if paginator is defined %}
  101.         {% include 'component/shared/paginator/extended.html.twig' %}
  102.     {% endif %}
  103.     <section class=\"cCube productList productList--box\">
  104.         {% include 'component/product/list/inner/boxes_inner.html.twig' %}
  105.     </section>
  106.     {% if paginator is defined and partner_config.showPaginator() %}
  107.         {% include 'component/shared/paginator/default.html.twig' %}
  108.     {% endif %}
  109. </div>
  110. ""component/product/list/boxes.html.twig""/home/www/vac-star-b2c15/custom/src/EshopBundle/Resources/views/component/product/list/boxes.html.twig");
  111.     }
  112. }