var/cache/dev/twig/0e/0e04ede8de56d25777f0a5038be1cfa4.php line 53

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/Homepage/_latestProducts.html.twig */
  14. class __TwigTemplate_3dbd7b185582e688be87d99bee20eb8c 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Homepage/_latestProducts.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@SyliusShop/Homepage/_latestProducts.html.twig"));
  33.         // line 1
  34.         echo "<h2 class=\"text-3xl font-bold\">";
  35.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.latest_products"), "html"nulltrue);
  36.         echo "</h2>
  37. <div data-js-products-carousel-id=\"latest-products\" ";
  38.         // line 3
  39.         echo $this->env->getFunction('sylius_test_html_attribute')->getCallable()("latest-products");
  40.         echo ">
  41.     ";
  42.         // line 4
  43.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("sylius_shop_partial_product_index_latest", ["count" => 12"template" => "@SyliusShop/Homepage/_list.html.twig"]));
  44.         echo "
  45. </div>
  46. <div class=\"ui hidden divider\"></div>
  47. ";
  48.         
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  50.         
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  52.     }
  53.     public function getTemplateName()
  54.     {
  55.         return "@SyliusShop/Homepage/_latestProducts.html.twig";
  56.     }
  57.     public function isTraitable()
  58.     {
  59.         return false;
  60.     }
  61.     public function getDebugInfo()
  62.     {
  63.         return array (  53 => 4,  49 => 3,  43 => 1,);
  64.     }
  65.     public function getSourceContext()
  66.     {
  67.         return new Source("<h2 class=\"text-3xl font-bold\">{{ 'sylius.ui.latest_products'|trans }}</h2>
  68. <div data-js-products-carousel-id=\"latest-products\" {{ sylius_test_html_attribute('latest-products') }}>
  69.     {{ render(url('sylius_shop_partial_product_index_latest', {'count': 12, 'template': '@SyliusShop/Homepage/_list.html.twig'})) }}
  70. </div>
  71. <div class=\"ui hidden divider\"></div>
  72. ""@SyliusShop/Homepage/_latestProducts.html.twig""/srv/open_marketplace/templates/bundles/SyliusShopBundle/Homepage/_latestProducts.html.twig");
  73.     }
  74. }