<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* ECommerce/App/Product/sidebar.ajax.twig */
class __TwigTemplate_02a647a3f1d215545796ed2c0e9a4e4b extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "ECommerce/App/Product/sidebar.ajax.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "ECommerce/App/Product/sidebar.ajax.twig"));
// line 2
yield "
<div class=\"row p-0 pr-5\">
<h3 class=\"font-24 line-height-113 font-weight-bold pt-53 mb-4 w-100 border-bottom-2-black pb-4 text-uppercase\">";
// line 4
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("categories", [], "ECommerceBundle"), "html", null, true);
yield "</h3>
<h4 class=\"font-21 line-height-113 font-weight-bold w-100 mb-40\">";
// line 5
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product.manufacturer", [], "ECommerceBundle"), "html", null, true);
yield "</h4>
";
// line 6
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\ProductManufacturerController::indexAction"));
yield "
<h4 class=\"font-21 line-height-113 font-weight-bold w-100 mb-40\">";
// line 7
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product.categories", [], "ECommerceBundle"), "html", null, true);
yield "</h4>
";
// line 8
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\ECommerce\\App\\ProductCategoryController::indexAction"));
yield "
</div>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "ECommerce/App/Product/sidebar.ajax.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 68 => 8, 64 => 7, 60 => 6, 56 => 5, 52 => 4, 48 => 2,);
}
public function getSourceContext(): Source
{
return new Source("{% trans_default_domain 'ECommerceBundle' %}
<div class=\"row p-0 pr-5\">
<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>
<h4 class=\"font-21 line-height-113 font-weight-bold w-100 mb-40\">{{ 'product.manufacturer'|trans }}</h4>
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductManufacturerController::indexAction')) }}
<h4 class=\"font-21 line-height-113 font-weight-bold w-100 mb-40\">{{ 'product.categories'|trans }}</h4>
{{ render(controller('App\\\\Controller\\\\ECommerce\\\\App\\\\ProductCategoryController::indexAction')) }}
</div>", "ECommerce/App/Product/sidebar.ajax.twig", "/var/www/rs.optima.staging/templates/ECommerce/App/Product/sidebar.ajax.twig");
}
}