var/cache/dev/twig/b2/b2868be3dfe864891e8d1789912c2f32.php line 60

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* ECommerce/App/Product/sidebar.ajax.twig */
  16. class __TwigTemplate_02a647a3f1d215545796ed2c0e9a4e4b extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->parent = false;
  28. $this->blocks = [
  29. ];
  30. }
  31. protected function doDisplay(array $context, array $blocks = []): iterable
  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", "ECommerce/App/Product/sidebar.ajax.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", "ECommerce/App/Product/sidebar.ajax.twig"));
  38. // line 2
  39. yield "
  40. <div class=\"row p-0 pr-5\">
  41. <h3 class=\"font-24 line-height-113 font-weight-bold pt-53 mb-4 w-100 border-bottom-2-black pb-4 text-uppercase\">";
  42. // line 4
  43. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("categories", [], "ECommerceBundle"), "html", null, true);
  44. yield "</h3>
  45. <h4 class=\"font-21 line-height-113 font-weight-bold w-100 mb-40\">";
  46. // line 5
  47. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product.manufacturer", [], "ECommerceBundle"), "html", null, true);
  48. yield "</h4>
  49. ";
  50. // line 6
  51. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\ProductManufacturerController::indexAction"));
  52. yield "
  53. <h4 class=\"font-21 line-height-113 font-weight-bold w-100 mb-40\">";
  54. // line 7
  55. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product.categories", [], "ECommerceBundle"), "html", null, true);
  56. yield "</h4>
  57. ";
  58. // line 8
  59. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\ProductCategoryController::indexAction"));
  60. yield "
  61. </div>";
  62. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  63. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  64. yield from [];
  65. }
  66. /**
  67. * @codeCoverageIgnore
  68. */
  69. public function getTemplateName(): string
  70. {
  71. return "ECommerce/App/Product/sidebar.ajax.twig";
  72. }
  73. /**
  74. * @codeCoverageIgnore
  75. */
  76. public function isTraitable(): bool
  77. {
  78. return false;
  79. }
  80. /**
  81. * @codeCoverageIgnore
  82. */
  83. public function getDebugInfo(): array
  84. {
  85. return array ( 68 => 8, 64 => 7, 60 => 6, 56 => 5, 52 => 4, 48 => 2,);
  86. }
  87. public function getSourceContext(): Source
  88. {
  89. return new Source("{% trans_default_domain 'ECommerceBundle' %}
  90. <div class=\"row p-0 pr-5\">
  91. <h3 class=\"font-24 line-height-113 font-weight-bold pt-53 mb-4 w-100 border-bottom-2-black pb-4 text-uppercase\">{{ 'categories'|trans }}</h3>
  92. <h4 class=\"font-21 line-height-113 font-weight-bold w-100 mb-40\">{{ 'product.manufacturer'|trans }}</h4>
  93. {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductManufacturerController::indexAction')) }}
  94. <h4 class=\"font-21 line-height-113 font-weight-bold w-100 mb-40\">{{ 'product.categories'|trans }}</h4>
  95. {{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductCategoryController::indexAction')) }}
  96. </div>", "ECommerce/App/Product/sidebar.ajax.twig", "/var/www/rs.optima.staging/templates/ECommerce/App/Product/sidebar.ajax.twig");
  97. }
  98. }