var/cache/dev/twig/20/20fd1c11b9eb538d7ce815091ba32108.php line 38

  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_5433b8257f4c6f85472c428222c919ce 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.     }
  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.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/ProductReview/index.html.twig"));
  38.         $this->parent $this->loadTemplate("@SyliusShop/layout.html.twig""@SyliusShop/ProductReview/index.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_content($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  53.         // line 4
  54.         echo "    <div class=\"ui hidden divider\"></div>
  55.     <div class=\"ui stackable grid\" id=\"reviews\">
  56.         <div class=\"four wide column\">
  57.             ";
  58.         // line 7
  59.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.product_review.index.product_box"$context);
  60.         echo "
  61.         </div>
  62.         <div class=\"twelve wide column\">
  63.             <div class=\"ui segment\" id=\"sylius-product-reviews\" ";
  64.         // line 10
  65.         echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("product-reviews");
  66.         echo ">
  67.                 ";
  68.         // line 11
  69.         echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.product_review.index.list"$context);
  70.         echo "
  71.             </div>
  72.         </div>
  73.     </div>
  74. ";
  75.         
  76.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  77.         
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  79.     }
  80.     public function getTemplateName()
  81.     {
  82.         return "@SyliusShop/ProductReview/index.html.twig";
  83.     }
  84.     public function isTraitable()
  85.     {
  86.         return false;
  87.     }
  88.     public function getDebugInfo()
  89.     {
  90.         return array (  83 => 11,  79 => 10,  73 => 7,  68 => 4,  58 => 3,  35 => 1,);
  91.     }
  92.     public function getSourceContext()
  93.     {
  94.         return new Source("{% extends '@SyliusShop/layout.html.twig' %}
  95. {% block content %}
  96.     <div class=\"ui hidden divider\"></div>
  97.     <div class=\"ui stackable grid\" id=\"reviews\">
  98.         <div class=\"four wide column\">
  99.             {{ sylius_template_event('sylius.shop.product_review.index.product_box', _context) }}
  100.         </div>
  101.         <div class=\"twelve wide column\">
  102.             <div class=\"ui segment\" id=\"sylius-product-reviews\" {{ sylius_test_html_attribute('product-reviews') }}>
  103.                 {{ sylius_template_event('sylius.shop.product_review.index.list', _context) }}
  104.             </div>
  105.         </div>
  106.     </div>
  107. {% endblock %}
  108. ""@SyliusShop/ProductReview/index.html.twig""/var/www/html/kindaka/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/views/ProductReview/index.html.twig");
  109.     }
  110. }