var/cache/dev/twig/09/09b532bd2e0c6593569db248b465a583.php line 45

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/ProductReview/index.html.twig */
  14. class __TwigTemplate_1bacef55a154e4ef3c4509108a1bc4d3 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/ProductReview/index.html.twig"));
  36.         $this->parent $this->loadTemplate("@SyliusShop/layout.html.twig""@SyliusShop/ProductReview/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.         echo "    <div class=\"ui hidden divider\"></div>
  49.     <div class=\"ui stackable grid\" id=\"reviews\">
  50.         <div class=\"four wide column\">
  51.             ";
  52.         // line 7
  53.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.product_review.index.product_box"$context);
  54.         echo "
  55.         </div>
  56.         <div class=\"twelve wide column\">
  57.             <div class=\"ui segment\" id=\"sylius-product-reviews\" ";
  58.         // line 10
  59.         echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("product-reviews");
  60.         echo ">
  61.                 ";
  62.         // line 11
  63.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.product_review.index.list"$context);
  64.         echo "
  65.             </div>
  66.         </div>
  67.     </div>
  68. ";
  69.         
  70.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  71.     }
  72.     public function getTemplateName()
  73.     {
  74.         return "@SyliusShop/ProductReview/index.html.twig";
  75.     }
  76.     public function isTraitable()
  77.     {
  78.         return false;
  79.     }
  80.     public function getDebugInfo()
  81.     {
  82.         return array (  74 => 11,  70 => 10,  64 => 7,  59 => 4,  52 => 3,  35 => 1,);
  83.     }
  84.     public function getSourceContext()
  85.     {
  86.         return new Source("""@SyliusShop/ProductReview/index.html.twig""/srv/open_marketplace/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/ProductReview/index.html.twig");
  87.     }
  88. }