var/cache/dev/twig/2a/2aafb74cfcfe4d48f5332145e04d0eba.php line 71

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. /* @SyliusShop/Product/index.html.twig */
  14. class __TwigTemplate_30a37cd8d1e9c71c1ab6741915bf7a01 extends \Twig\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.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "@SyliusShop/layout.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Product/index.html.twig"));
  36.         $this->parent $this->loadTemplate("@SyliusShop/layout.html.twig""@SyliusShop/Product/index.html.twig"1);
  37.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  38.         
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  40.     }
  41.     // line 3
  42.     public function block_content($context, array $blocks = [])
  43.     {
  44.         $macros $this->macros;
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  47.         // line 4
  48.         $this->loadTemplate("@SyliusShop/Product/Index/_header.html.twig""@SyliusShop/Product/index.html.twig"4)->display($context);
  49.         // line 5
  50.         echo "<div class=\"ui stackable grid\">
  51.     <div class=\"four wide column\">
  52.         ";
  53.         // line 7
  54.         $this->loadTemplate("@SyliusShop/Product/Index/_sidebar.html.twig""@SyliusShop/Product/index.html.twig"7)->display($context);
  55.         // line 8
  56.         echo "    </div>
  57.     <div class=\"twelve wide column\">
  58.         ";
  59.         // line 10
  60.         $this->loadTemplate("@SyliusShop/Product/Index/_main.html.twig""@SyliusShop/Product/index.html.twig"10)->display($context);
  61.         // line 11
  62.         echo "    </div>
  63. </div>
  64. ";
  65.         
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  67.     }
  68.     public function getTemplateName()
  69.     {
  70.         return "@SyliusShop/Product/index.html.twig";
  71.     }
  72.     public function isTraitable()
  73.     {
  74.         return false;
  75.     }
  76.     public function getDebugInfo()
  77.     {
  78.         return array (  73 => 11,  71 => 10,  67 => 8,  65 => 7,  61 => 5,  59 => 4,  52 => 3,  35 => 1,);
  79.     }
  80.     public function getSourceContext()
  81.     {
  82.         return new Source("""@SyliusShop/Product/index.html.twig""/srv/open_marketplace/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/Product/index.html.twig");
  83.     }
  84. }