<?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;
/* front/catalog/manufacturer/view.html.twig */
class __TwigTemplate_03ee0a2726c571ee552bf58f26f54041 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'bodyClass' => [$this, 'block_bodyClass'],
'metas' => [$this, 'block_metas'],
'featured' => [$this, 'block_featured'],
'breadcrumbs' => [$this, 'block_breadcrumbs'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "front/front.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "front/catalog/manufacturer/view.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/catalog/manufacturer/view.html.twig"));
$this->parent = $this->loadTemplate("front/front.html.twig", "front/catalog/manufacturer/view.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_bodyClass($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyClass"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyClass"));
yield "category";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 5
public function block_metas($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metas"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metas"));
// line 6
yield " <title>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 6, $this->source); })()), "name", [], "any", false, false, false, 6), "html", null, true);
yield "</title>
<meta name=\"description\" content=\"";
// line 7
yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Vivog, fabrique et commercialise des tables de toilettage, baignoires pour chien, pulseurs pour chien, tondeuses pour chien et chat, shampooings chien et les accessoires pour les salons de toilettage et les élevages", [], "messages");
yield "\">
";
// line 8
$context["slug"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 8, $this->source); })()), "getUrl", [CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 8, $this->source); })()), "request", [], "any", false, false, false, 8), "locale", [], "any", false, false, false, 8)], "method", false, false, false, 8);
// line 9
yield " ";
if (((isset($context["nbPages"]) || array_key_exists("nbPages", $context) ? $context["nbPages"] : (function () { throw new RuntimeError('Variable "nbPages" does not exist.', 9, $this->source); })()) > 1)) {
// line 10
yield " ";
if (((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 10, $this->source); })()) > 1)) {
// line 11
yield " <link rel=\"canonical\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("manufacturer", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 11, $this->source); })()), "id", [], "any", false, false, false, 11), "url" => (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 11, $this->source); })()), "page" => (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 11, $this->source); })())]), "html", null, true);
yield "\" />
";
} else {
// line 13
yield " <link rel=\"canonical\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("manufacturer", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 13, $this->source); })()), "id", [], "any", false, false, false, 13), "url" => (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 13, $this->source); })())]), "html", null, true);
yield "\" />
";
}
// line 15
yield " ";
if (((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 15, $this->source); })()) > 2)) {
// line 16
yield " <link rel=\"prev\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("manufacturer", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 16, $this->source); })()), "id", [], "any", false, false, false, 16), "url" => (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 16, $this->source); })()), "page" => ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 16, $this->source); })()) - 1)]), "html", null, true);
yield "\" />
";
} elseif (( // line 17
(isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 17, $this->source); })()) == 2)) {
// line 18
yield " <link rel=\"prev\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("manufacturer", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 18, $this->source); })()), "id", [], "any", false, false, false, 18), "url" => (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 18, $this->source); })())]), "html", null, true);
yield "\" />
";
}
// line 20
yield " ";
if (((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 20, $this->source); })()) < (isset($context["nbPages"]) || array_key_exists("nbPages", $context) ? $context["nbPages"] : (function () { throw new RuntimeError('Variable "nbPages" does not exist.', 20, $this->source); })()))) {
// line 21
yield " <link rel=\"next\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("manufacturer", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 21, $this->source); })()), "id", [], "any", false, false, false, 21), "url" => (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 21, $this->source); })()), "page" => ((isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 21, $this->source); })()) + 1)]), "html", null, true);
yield "\" />
";
}
// line 23
yield " ";
} else {
// line 24
yield " <link rel=\"canonical\" href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("manufacturer", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 24, $this->source); })()), "id", [], "any", false, false, false, 24), "url" => (isset($context["slug"]) || array_key_exists("slug", $context) ? $context["slug"] : (function () { throw new RuntimeError('Variable "slug" does not exist.', 24, $this->source); })())]), "html", null, true);
yield "\" />
";
}
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 28
public function block_featured($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "featured"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "featured"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 30
public function block_breadcrumbs($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumbs"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcrumbs"));
// line 31
yield " ";
yield from $this->loadTemplate("front/layout/breadcrumbs.html.twig", "front/catalog/manufacturer/view.html.twig", 31)->unwrap()->yield(CoreExtension::merge($context, ["manufacturer" => (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 31, $this->source); })())]));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 34
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 35
yield " <div class=\"manufacturer-view\">
<div class=\"ctn\">
";
// line 37
if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
// line 38
yield " <div class=\"admin-tools\">
<a href=\"";
// line 39
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("admin_manufacturer_edit", ["id" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturer"]) || array_key_exists("manufacturer", $context) ? $context["manufacturer"] : (function () { throw new RuntimeError('Variable "manufacturer" does not exist.', 39, $this->source); })()), "id", [], "any", false, false, false, 39)]), "html", null, true);
yield "\" class=\"admin-update\" target=\"_blank\">modifier la marque</a>
</div>
";
}
// line 42
yield " <h1>";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturerDescription"]) || array_key_exists("manufacturerDescription", $context) ? $context["manufacturerDescription"] : (function () { throw new RuntimeError('Variable "manufacturerDescription" does not exist.', 42, $this->source); })()), "title", [], "any", false, false, false, 42), "html", null, true);
yield "</h1>
";
// line 43
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturerDescription"]) || array_key_exists("manufacturerDescription", $context) ? $context["manufacturerDescription"] : (function () { throw new RuntimeError('Variable "manufacturerDescription" does not exist.', 43, $this->source); })()), "description1", [], "any", false, false, false, 43)) {
// line 44
yield " <div class=\"description\">
";
// line 45
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturerDescription"]) || array_key_exists("manufacturerDescription", $context) ? $context["manufacturerDescription"] : (function () { throw new RuntimeError('Variable "manufacturerDescription" does not exist.', 45, $this->source); })()), "description1", [], "any", false, false, false, 45);
yield "
</div>
";
}
// line 48
yield " <div class=\"manufacturer-ctn\">
";
// line 49
yield from $this->loadTemplate("front/catalog/product/list.html.twig", "front/catalog/manufacturer/view.html.twig", 49)->unwrap()->yield(CoreExtension::merge($context, ["products" => (isset($context["products"]) || array_key_exists("products", $context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.', 49, $this->source); })())]));
// line 50
yield " </div>
";
// line 51
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturerDescription"]) || array_key_exists("manufacturerDescription", $context) ? $context["manufacturerDescription"] : (function () { throw new RuntimeError('Variable "manufacturerDescription" does not exist.', 51, $this->source); })()), "description2", [], "any", false, false, false, 51)) {
// line 52
yield " <div class=\"description\">
";
// line 53
yield CoreExtension::getAttribute($this->env, $this->source, (isset($context["manufacturerDescription"]) || array_key_exists("manufacturerDescription", $context) ? $context["manufacturerDescription"] : (function () { throw new RuntimeError('Variable "manufacturerDescription" does not exist.', 53, $this->source); })()), "description2", [], "any", false, false, false, 53);
yield "
</div>
";
}
// line 56
yield " </div>
";
// line 57
yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Front\\Modules\\SeenProductsController::block", ["request" => CoreExtension::getAttribute($this->env, $this->source, // line 59
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 59, $this->source); })()), "request", [], "any", false, false, false, 59)]));
// line 60
yield "
<div class=\"footer-spacer\"></div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "front/catalog/manufacturer/view.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 272 => 60, 270 => 59, 269 => 57, 266 => 56, 260 => 53, 257 => 52, 255 => 51, 252 => 50, 250 => 49, 247 => 48, 241 => 45, 238 => 44, 236 => 43, 231 => 42, 225 => 39, 222 => 38, 220 => 37, 216 => 35, 206 => 34, 194 => 31, 184 => 30, 165 => 28, 150 => 24, 147 => 23, 141 => 21, 138 => 20, 132 => 18, 130 => 17, 125 => 16, 122 => 15, 116 => 13, 110 => 11, 107 => 10, 104 => 9, 102 => 8, 98 => 7, 93 => 6, 83 => 5, 63 => 3, 40 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'front/front.html.twig' %}
{% block bodyClass %}category{% endblock %}
{% block metas %}
<title>{{ manufacturer.name }}</title>
<meta name=\"description\" content=\"{% trans %}Vivog, fabrique et commercialise des tables de toilettage, baignoires pour chien, pulseurs pour chien, tondeuses pour chien et chat, shampooings chien et les accessoires pour les salons de toilettage et les élevages{% endtrans %}\">
{% set slug = manufacturer.getUrl(app.request.locale) %}
{% if nbPages > 1 %}
{% if page > 1 %}
<link rel=\"canonical\" href=\"{{ url('manufacturer',{id:manufacturer.id, url:slug, page:page}) }}\" />
{% else %}
<link rel=\"canonical\" href=\"{{ url('manufacturer',{id:manufacturer.id, url:slug}) }}\" />
{% endif %}
{% if page > 2 %}
<link rel=\"prev\" href=\"{{ url('manufacturer',{id:manufacturer.id, url:slug, page:page-1}) }}\" />
{% elseif page == 2 %}
<link rel=\"prev\" href=\"{{ url('manufacturer',{id:manufacturer.id, url:slug}) }}\" />
{% endif %}
{% if page < nbPages %}
<link rel=\"next\" href=\"{{ url('manufacturer',{id:manufacturer.id, url:slug, page:page+1}) }}\" />
{% endif %}
{% else %}
<link rel=\"canonical\" href=\"{{ url('manufacturer',{id:manufacturer.id, url:slug}) }}\" />
{% endif %}
{% endblock %}
{% block featured %}{% endblock %}
{% block breadcrumbs %}
{% include 'front/layout/breadcrumbs.html.twig' with {manufacturer:manufacturer} %}
{% endblock %}
{% block content %}
<div class=\"manufacturer-view\">
<div class=\"ctn\">
{% if is_granted('ROLE_ADMIN') %}
<div class=\"admin-tools\">
<a href=\"{{ path('admin_manufacturer_edit',{id:manufacturer.id}) }}\" class=\"admin-update\" target=\"_blank\">modifier la marque</a>
</div>
{% endif %}
<h1>{{ manufacturerDescription.title }}</h1>
{% if manufacturerDescription.description1 %}
<div class=\"description\">
{{ manufacturerDescription.description1|raw }}
</div>
{% endif %}
<div class=\"manufacturer-ctn\">
{% include 'front/catalog/product/list.html.twig' with { products:products }%}
</div>
{% if manufacturerDescription.description2 %}
<div class=\"description\">
{{ manufacturerDescription.description2|raw }}
</div>
{% endif %}
</div>
{{ render(controller(
'App\\\\Controller\\\\Front\\\\Modules\\\\SeenProductsController::block',
{ 'request': app.request }
)) }}
<div class=\"footer-spacer\"></div>
</div>
{% endblock %}", "front/catalog/manufacturer/view.html.twig", "/var/www/dogcat.com/v2-test/templates/front/catalog/manufacturer/view.html.twig");
}
}