<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* home/product-sidebar.html.twig */
class __TwigTemplate_a4fac7702b3105349c24dfcc9e36534ce7ad6ba726402d6aafe0129eea2c247f extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "layout/app.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "home/product-sidebar.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "home/product-sidebar.html.twig"));
$this->parent = $this->loadTemplate("layout/app.html.twig", "home/product-sidebar.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 4
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "YEYETO:: Products";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 6
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 7
echo " <!--breadcrumbs area start-->
<div class=\"breadcrumbs_area\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12\">
<div class=\"breadcrumb_content\">
<ul>
<li><a href=\"/\">";
// line 14
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.cart.home"), "html", null, true);
echo "</a></li>
<li>";
// line 15
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.product_details"), "html", null, true);
echo "</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--breadcrumbs area end-->
";
// line 23
if ((0 === twig_compare((isset($context["converter"]) || array_key_exists("converter", $context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.', 23, $this->source); })()), "USD"))) {
// line 24
echo "
";
// line 25
$context["currency_symbol"] = "\$";
// line 26
echo "
";
} elseif ((0 === twig_compare( // line 27
(isset($context["converter"]) || array_key_exists("converter", $context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.', 27, $this->source); })()), "GBP"))) {
// line 28
echo "
";
// line 29
$context["currency_symbol"] = "£";
// line 30
echo "
";
} elseif ((0 === twig_compare( // line 31
(isset($context["converter"]) || array_key_exists("converter", $context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.', 31, $this->source); })()), "CAD"))) {
// line 32
echo "
";
// line 33
$context["currency_symbol"] = "c\$";
// line 34
echo "
";
} elseif ((0 === twig_compare( // line 35
(isset($context["converter"]) || array_key_exists("converter", $context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.', 35, $this->source); })()), "XAF"))) {
// line 36
echo "
";
// line 37
$context["currency_symbol"] = "FCFA";
// line 38
echo "
";
} else {
// line 40
echo "
";
// line 41
$context["currency_symbol"] = "€";
// line 42
echo "
";
}
// line 44
echo "
<div class=\"product_page_bg\">
<div class=\"container\">
<div class=\"product_sidebar\">
<div class=\"row\">
<div class=\"col-lg-3 col-md-12\">
<!--sidebar widget start-->
<aside class=\"sidebar_widget\">
<div class=\"widget_list widget_categories\">
<h3>";
// line 54
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.product_categories"), "html", null, true);
echo " </h3>
<ul>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-coffee\" aria-hidden=\"true\"></i> ";
// line 58
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.petit_dejeuner"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 60
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 60, $this->source); })()), "html", null, true);
echo "/0/1/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lait"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 61
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 61, $this->source); })()), "html", null, true);
echo "/0/1/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.cafe"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 62
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 62, $this->source); })()), "html", null, true);
echo "/0/1/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.the"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 63
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 63, $this->source); })()), "html", null, true);
echo "/0/1/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.pate_tartiner"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 64
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 64, $this->source); })()), "html", null, true);
echo "/0/1/5\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fromage"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 65
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 65, $this->source); })()), "html", null, true);
echo "/0/1/6\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.oeuf"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 66
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 66, $this->source); })()), "html", null, true);
echo "/0/1/7\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.yaourt"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-child\" aria-hidden=\"true\"></i> ";
// line 69
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.baby"), "html", null, true);
echo " </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 71
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 71, $this->source); })()), "html", null, true);
echo "/0/13/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lait"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 72
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 72, $this->source); })()), "html", null, true);
echo "/0/13/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.cereales"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 73
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 73, $this->source); })()), "html", null, true);
echo "/0/13/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.couches"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 74
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 74, $this->source); })()), "html", null, true);
echo "/0/13/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lingettes"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-glass\" aria-hidden=\"true\"></i> ";
// line 78
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boissons"), "html", null, true);
echo " </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 80
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 80, $this->source); })()), "html", null, true);
echo "/0/4/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.eau"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 81
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 81, $this->source); })()), "html", null, true);
echo "/0/4/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.jus_naturel"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 82
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 82, $this->source); })()), "html", null, true);
echo "/0/4/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boissons_gazeuses"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 83
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 83, $this->source); })()), "html", null, true);
echo "/0/4/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.sirops"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 84
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 84, $this->source); })()), "html", null, true);
echo "/0/4/5\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.vin_spiritueux"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-apple\" aria-hidden=\"true\"></i> ";
// line 87
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fruits_legumes"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 89
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 89, $this->source); })()), "html", null, true);
echo "/0/3/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fruits"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 90
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 90, $this->source); })()), "html", null, true);
echo "/0/3/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.legumes"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-asterisk\" aria-hidden=\"true\"></i> ";
// line 93
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boucherie_poissonerie"), "html", null, true);
echo " </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 96
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 96, $this->source); })()), "html", null, true);
echo "/0/10/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.crustace"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 97
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 97, $this->source); })()), "html", null, true);
echo "/0/10/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.poisson"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 98
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 98, $this->source); })()), "html", null, true);
echo "/0/10/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.viandes"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 99
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 99, $this->source); })()), "html", null, true);
echo "/0/10/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.volaille"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-eyedropper\" aria-hidden=\"true\"></i> ";
// line 102
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.assaisonnement"), "html", null, true);
echo " </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 104
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 104, $this->source); })()), "html", null, true);
echo "/0/11/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.aromates"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 105
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 105, $this->source); })()), "html", null, true);
echo "/0/11/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.condiments"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 106
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 106, $this->source); })()), "html", null, true);
echo "/0/11/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.epices"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-tree\" aria-hidden=\"true\"></i> ";
// line 110
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.tubercules_feculents"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 112
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 112, $this->source); })()), "html", null, true);
echo "/0/12/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.graines"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 113
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 113, $this->source); })()), "html", null, true);
echo "/0/12/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.tubercules"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 114
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 114, $this->source); })()), "html", null, true);
echo "/0/12/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.farines"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-birthday-cake\" aria-hidden=\"true\"></i> ";
// line 117
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.epiceries"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 119
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 119, $this->source); })()), "html", null, true);
echo "/0/15/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.conserves"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 120
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 120, $this->source); })()), "html", null, true);
echo "/0/15/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.pates_riz"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 121
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 121, $this->source); })()), "html", null, true);
echo "/0/15/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.huiles"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 122
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 122, $this->source); })()), "html", null, true);
echo "/0/15/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.sucres"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 123
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 123, $this->source); })()), "html", null, true);
echo "/0/15/5\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.confiseries"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 124
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 124, $this->source); })()), "html", null, true);
echo "/0/15/6\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.biscuits"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 125
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 125, $this->source); })()), "html", null, true);
echo "/0/15/7\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.chocolats"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-building\" aria-hidden=\"true\"></i> ";
// line 128
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.construction_maison"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 130
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 130, $this->source); })()), "html", null, true);
echo "/0/14/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.produits_entretien"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 131
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 131, $this->source); })()), "html", null, true);
echo "/0/14/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.hygiene"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 132
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 132, $this->source); })()), "html", null, true);
echo "/0/14/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.gaz_domestique"), "html", null, true);
echo " </a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-hourglass-half\" aria-hidden=\"true\"></i> Packs</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 137
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 137, $this->source); })()), "html", null, true);
echo "/0/1/1\">Happy Familly</a></li>
<li><a href=\"/shop-detail/";
// line 138
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 138, $this->source); })()), "html", null, true);
echo "/0/1/2\">Check out</a></li>
<li><a href=\"/shop-detail/";
// line 139
echo twig_escape_filter($this->env, (isset($context["cart_cat"]) || array_key_exists("cart_cat", $context) ? $context["cart_cat"] : (function () { throw new RuntimeError('Variable "cart_cat" does not exist.', 139, $this->source); })()), "html", null, true);
echo "/0/1/3\">Construction </a></li>
</ul>
</li>
";
// line 149
echo " </ul>
";
// line 169
echo " </div>
</aside>
<!--sidebar widget end-->
</div>
<div class=\"col-lg-9 col-md-12\">
<div class=\"product_details_wrapper mb-55\">
<div class=\"product_right_sidebar\">
<div class=\"row\">
<div class=\"col-lg-6 col-md-6\">
<div class=\"product-details-tab\">
<div id=\"img-1\" class=\"zoomWrapper single-zoom\">
<a href=\"#\">
";
// line 181
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 181, $this->source); })()), "request", [], "any", false, false, false, 181), "locale", [], "any", false, false, false, 181), "fr"))) {
echo "
<img id=\"zoom1\" src=\"../../../img/product/";
// line 183
echo twig_escape_filter($this->env, (isset($context["prod_image"]) || array_key_exists("prod_image", $context) ? $context["prod_image"] : (function () { throw new RuntimeError('Variable "prod_image" does not exist.', 183, $this->source); })()), "html", null, true);
echo "\" data-zoom-image=\"../../../img/product/";
echo twig_escape_filter($this->env, (isset($context["prod_image"]) || array_key_exists("prod_image", $context) ? $context["prod_image"] : (function () { throw new RuntimeError('Variable "prod_image" does not exist.', 183, $this->source); })()), "html", null, true);
echo "\" alt=\"big-1\">
";
} else {
// line 186
echo "
<img id=\"zoom1\" src=\"../../../../img/product/";
// line 187
echo twig_escape_filter($this->env, (isset($context["prod_image"]) || array_key_exists("prod_image", $context) ? $context["prod_image"] : (function () { throw new RuntimeError('Variable "prod_image" does not exist.', 187, $this->source); })()), "html", null, true);
echo "\" data-zoom-image=\"../../../img/product/";
echo twig_escape_filter($this->env, (isset($context["prod_image"]) || array_key_exists("prod_image", $context) ? $context["prod_image"] : (function () { throw new RuntimeError('Variable "prod_image" does not exist.', 187, $this->source); })()), "html", null, true);
echo "\" alt=\"big-1\">
";
}
// line 190
echo "
</a>
</div>
<div class=\"single-zoom-thumb\">
<ul class=\"s-tab-zoom owl-carousel single-product-active\" id=\"gallery_01\">
";
// line 196
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["img_prod_details"]) || array_key_exists("img_prod_details", $context) ? $context["img_prod_details"] : (function () { throw new RuntimeError('Variable "img_prod_details" does not exist.', 196, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["img_prod_detail"]) {
// line 197
echo " <li>
";
// line 198
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 198, $this->source); })()), "request", [], "any", false, false, false, 198), "locale", [], "any", false, false, false, 198), "fr"))) {
echo "
<a href=\"#\" class=\"elevatezoom-gallery active\" data-update=\"\" data-image=\"../../../img/product/";
// line 199
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["img_prod_detail"], "name", [], "any", false, false, false, 199), "html", null, true);
echo "\" data-zoom-image=\"../../../img/product/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["img_prod_detail"], "name", [], "any", false, false, false, 199), "html", null, true);
echo "\">
<img src=\"../../../img/product/";
// line 200
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["img_prod_detail"], "name", [], "any", false, false, false, 200), "html", null, true);
echo "\" alt=\"zo-th-1\" />
</a>
";
} else {
// line 203
echo "
<a href=\"#\" class=\"elevatezoom-gallery active\" data-update=\"\" data-image=\"../../../../img/product/";
// line 204
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["img_prod_detail"], "name", [], "any", false, false, false, 204), "html", null, true);
echo "\" data-zoom-image=\"../../../../img/product/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["img_prod_detail"], "name", [], "any", false, false, false, 204), "html", null, true);
echo "\">
<img src=\"../../../../img/product/";
// line 205
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["img_prod_detail"], "name", [], "any", false, false, false, 205), "html", null, true);
echo "\" alt=\"zo-th-1\" />
</a>
";
}
// line 208
echo "
</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['img_prod_detail'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 211
echo "
</ul>
</div>
</div>
</div>
<div class=\"col-lg-6 col-md-6\">
<div class=\"product_d_right\">
<h3 class=\"title_product_1\">";
// line 218
echo twig_escape_filter($this->env, (isset($context["prod_name"]) || array_key_exists("prod_name", $context) ? $context["prod_name"] : (function () { throw new RuntimeError('Variable "prod_name" does not exist.', 218, $this->source); })()), "html", null, true);
echo "</h3>
<div class=\"price_box\">
";
// line 220
if (((0 !== twig_compare((isset($context["converter"]) || array_key_exists("converter", $context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.', 220, $this->source); })()), "EUR")) || !array_key_exists("converter", $context))) {
// line 221
echo " <span class=\"current_price\"><h3>";
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, ((isset($context["prod_price"]) || array_key_exists("prod_price", $context) ? $context["prod_price"] : (function () { throw new RuntimeError('Variable "prod_price" does not exist.', 221, $this->source); })()) * (isset($context["currencie_convert"]) || array_key_exists("currencie_convert", $context) ? $context["currencie_convert"] : (function () { throw new RuntimeError('Variable "currencie_convert" does not exist.', 221, $this->source); })())), 2, ",", " "), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, (isset($context["currency_symbol"]) || array_key_exists("currency_symbol", $context) ? $context["currency_symbol"] : (function () { throw new RuntimeError('Variable "currency_symbol" does not exist.', 221, $this->source); })()), "html", null, true);
echo "</h3></span>
";
} else {
// line 223
echo " <span class=\"current_price\"><h3>";
echo twig_escape_filter($this->env, twig_number_format_filter($this->env, (isset($context["prod_price"]) || array_key_exists("prod_price", $context) ? $context["prod_price"] : (function () { throw new RuntimeError('Variable "prod_price" does not exist.', 223, $this->source); })()), 2, ",", " "), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, (isset($context["currency_symbol"]) || array_key_exists("currency_symbol", $context) ? $context["currency_symbol"] : (function () { throw new RuntimeError('Variable "currency_symbol" does not exist.', 223, $this->source); })()), "html", null, true);
echo " </h3></span>
";
}
// line 225
echo " </div>
<div class=\"product_desc\">
<p>";
// line 227
echo twig_escape_filter($this->env, (isset($context["prod_content"]) || array_key_exists("prod_content", $context) ? $context["prod_content"] : (function () { throw new RuntimeError('Variable "prod_content" does not exist.', 227, $this->source); })()), "html", null, true);
echo " </p>
<p><span style=\"font-size:14px; font-weight:400;\"> - ";
// line 228
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.delivery_time"), "html", null, true);
echo " 48 H </span> </p>
<p><span style=\"font-size:14px; font-weight:400;\"> - ";
// line 229
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.office_pick_up_for"), "html", null, true);
echo " 0,00 € </span> </p>
<p><span style=\"font-size:14px; font-weight:400;\"> - ";
// line 230
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.home_pick_up_for"), "html", null, true);
echo " 2,99 € </span> </p>
</div>
<div class=\"product_variant quantity\">
<label>";
// line 233
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.cart.quantity"), "html", null, true);
echo "</label>
";
// line 234
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Shop\\CartController::addItemForm1", ["id" => (isset($context["prod_id"]) || array_key_exists("prod_id", $context) ? $context["prod_id"] : (function () { throw new RuntimeError('Variable "prod_id" does not exist.', 234, $this->source); })())]));
echo "
</div>
<div class=\" product_d_action\">
<form action=\"/cart/addWishlist/";
// line 238
echo twig_escape_filter($this->env, (isset($context["prod_id"]) || array_key_exists("prod_id", $context) ? $context["prod_id"] : (function () { throw new RuntimeError('Variable "prod_id" does not exist.', 238, $this->source); })()), "html", null, true);
echo "\" method=\"post\">
<input type=\"hidden\" name=\"product_wish\" value=\"";
// line 239
echo twig_escape_filter($this->env, (isset($context["prod_id"]) || array_key_exists("prod_id", $context) ? $context["prod_id"] : (function () { throw new RuntimeError('Variable "prod_id" does not exist.', 239, $this->source); })()), "html", null, true);
echo "\"/>
<button type=\"submit\" class=\"btn btn-primary\"><i class=\"ion-android-favorite-outline\"></i> ";
// line 240
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.add_to_wischlist"), "html", null, true);
echo " </button>
</form>
</div>
<div class=\"priduct_social\">
<ul>
<li><a class=\"facebook\" href=\"#\" title=\"facebook\"><i class=\"fa fa-facebook\"></i> Like</a></li>
<li><a class=\"twitter\" href=\"#\" title=\"twitter\"><i class=\"fa fa-twitter\"></i> tweet</a></li>
<li><a class=\"pinterest\" href=\"#\" title=\"pinterest\"><i class=\"fa fa-pinterest\"></i> save</a></li>
<li><a class=\"google-plus\" href=\"#\" title=\"google +\"><i class=\"fa fa-google-plus\"></i> share</a></li>
<li><a class=\"linkedin\" href=\"#\" title=\"linkedin\"><i class=\"fa fa-linkedin\"></i> linked</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--product area start-->
<section class=\"product_area related_products\">
<div class=\"section_title\">
<h2>";
// line 260
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.related_products"), "html", null, true);
echo " </h2>
</div>
";
// line 262
echo (isset($context["products_shop"]) || array_key_exists("products_shop", $context) ? $context["products_shop"] : (function () { throw new RuntimeError('Variable "products_shop" does not exist.', 262, $this->source); })());
echo "
</section>
</div>
</div>
</div>
</div>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 271
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 272
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script type=\"text/javascript\">
\t
\$(document).ready(function(){
\$('.newletter-popup').remove();
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "home/product-sidebar.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 717 => 272, 707 => 271, 689 => 262, 684 => 260, 661 => 240, 657 => 239, 653 => 238, 646 => 234, 642 => 233, 636 => 230, 632 => 229, 628 => 228, 624 => 227, 620 => 225, 612 => 223, 604 => 221, 602 => 220, 597 => 218, 588 => 211, 580 => 208, 573 => 205, 567 => 204, 564 => 203, 558 => 200, 552 => 199, 548 => 198, 545 => 197, 541 => 196, 533 => 190, 525 => 187, 522 => 186, 514 => 183, 509 => 181, 495 => 169, 492 => 149, 486 => 139, 482 => 138, 478 => 137, 468 => 132, 462 => 131, 456 => 130, 451 => 128, 443 => 125, 437 => 124, 431 => 123, 425 => 122, 419 => 121, 413 => 120, 407 => 119, 402 => 117, 394 => 114, 388 => 113, 382 => 112, 377 => 110, 368 => 106, 362 => 105, 356 => 104, 351 => 102, 343 => 99, 337 => 98, 331 => 97, 325 => 96, 319 => 93, 311 => 90, 305 => 89, 300 => 87, 292 => 84, 286 => 83, 280 => 82, 274 => 81, 268 => 80, 263 => 78, 254 => 74, 248 => 73, 242 => 72, 236 => 71, 231 => 69, 223 => 66, 217 => 65, 211 => 64, 205 => 63, 199 => 62, 193 => 61, 187 => 60, 182 => 58, 175 => 54, 163 => 44, 159 => 42, 157 => 41, 154 => 40, 150 => 38, 148 => 37, 145 => 36, 143 => 35, 140 => 34, 138 => 33, 135 => 32, 133 => 31, 130 => 30, 128 => 29, 125 => 28, 123 => 27, 120 => 26, 118 => 25, 115 => 24, 113 => 23, 102 => 15, 98 => 14, 89 => 7, 79 => 6, 60 => 4, 37 => 2,);
}
public function getSourceContext()
{
return new Source("
{% extends 'layout/app.html.twig' %}
{% block title %}YEYETO:: Products{% endblock %}
{% block body %}
<!--breadcrumbs area start-->
<div class=\"breadcrumbs_area\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12\">
<div class=\"breadcrumb_content\">
<ul>
<li><a href=\"/\">{{ 'app.cart.home'|trans }}</a></li>
<li>{{ 'app.default.product_details'|trans }}</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--breadcrumbs area end-->
{% if converter == \"USD\" %}
{% set currency_symbol = \"\$\" %}
{% elseif converter =='GBP' %}
{% set currency_symbol = \"£\" %}
{% elseif converter =='CAD' %}
{% set currency_symbol = \"c\$\" %}
{% elseif converter =='XAF' %}
{% set currency_symbol = \"FCFA\" %}
{% else %}
{% set currency_symbol = \"€\" %}
{% endif %}
<div class=\"product_page_bg\">
<div class=\"container\">
<div class=\"product_sidebar\">
<div class=\"row\">
<div class=\"col-lg-3 col-md-12\">
<!--sidebar widget start-->
<aside class=\"sidebar_widget\">
<div class=\"widget_list widget_categories\">
<h3>{{ 'app.default.product_categories'|trans }} </h3>
<ul>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-coffee\" aria-hidden=\"true\"></i> {{ 'app.head.petit_dejeuner'|trans }}</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/1\">{{ 'app.head.lait'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/2\">{{ 'app.head.cafe'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/3\">{{ 'app.head.the'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/4\">{{ 'app.head.pate_tartiner'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/5\">{{ 'app.head.fromage'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/6\">{{ 'app.head.oeuf'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/7\">{{ 'app.head.yaourt'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-child\" aria-hidden=\"true\"></i> {{ 'app.head.baby'|trans }} </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/13/1\">{{ 'app.head.lait'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/13/2\">{{ 'app.head.cereales'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/13/3\">{{ 'app.head.couches'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/13/4\">{{ 'app.head.lingettes'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-glass\" aria-hidden=\"true\"></i> {{ 'app.head.boissons'|trans }} </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/4/1\">{{ 'app.head.eau'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/4/2\">{{ 'app.head.jus_naturel'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/4/3\">{{ 'app.head.boissons_gazeuses'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/4/4\">{{ 'app.head.sirops'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/4/5\">{{ 'app.head.vin_spiritueux'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-apple\" aria-hidden=\"true\"></i> {{ 'app.head.fruits_legumes'|trans }}</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/3/1\">{{ 'app.head.fruits'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/3/2\">{{ 'app.head.legumes'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-asterisk\" aria-hidden=\"true\"></i> {{ 'app.head.boucherie_poissonerie'|trans }} </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/10/1\">{{ 'app.head.crustace'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/10/2\">{{ 'app.head.poisson'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/10/3\">{{ 'app.head.viandes'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/10/4\">{{ 'app.head.volaille'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-eyedropper\" aria-hidden=\"true\"></i> {{ 'app.head.assaisonnement'|trans }} </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/11/1\">{{ 'app.head.aromates'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/11/2\">{{ 'app.head.condiments'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/11/3\">{{ 'app.head.epices'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-tree\" aria-hidden=\"true\"></i> {{ 'app.head.tubercules_feculents'|trans }}</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/12/1\">{{ 'app.head.graines'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/12/2\">{{ 'app.head.tubercules'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/12/3\">{{ 'app.head.farines'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-birthday-cake\" aria-hidden=\"true\"></i> {{ 'app.head.epiceries'|trans }}</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/15/1\">{{ 'app.head.conserves'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/15/2\">{{ 'app.head.pates_riz'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/15/3\">{{ 'app.head.huiles'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/15/4\">{{ 'app.head.sucres'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/15/5\">{{ 'app.head.confiseries'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/15/6\">{{ 'app.head.biscuits'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/15/7\">{{ 'app.head.chocolats'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-building\" aria-hidden=\"true\"></i> {{ 'app.head.construction_maison'|trans }}</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/14/1\">{{ 'app.head.produits_entretien'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/14/2\">{{ 'app.head.hygiene'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/14/3\">{{ 'app.head.gaz_domestique'|trans }} </a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-hourglass-half\" aria-hidden=\"true\"></i> Packs</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/1\">Happy Familly</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/2\">Check out</a></li>
<li><a href=\"/shop-detail/{{ cart_cat }}/0/1/3\">Construction </a></li>
</ul>
</li>
{#
<li><a href=\"#\">Games & Consoles</a></li>
<li><a href=\"#\">Headphone & Speaker</a></li>
<li><a href=\"#\">Movies & Video Games</a></li>
<li><a href=\"#\">Smartphone</a> </li>
<li><a href=\"#\">Uncategorized</a></li>
#}
</ul>
{#
<div class=\"sidebar_banner_area\">
<figure class=\"single_banner mb-20\">
<div class=\"banner_thumb\">
<a href=\"{{ path('mobile-recharge') }}\"><img src=\"{{ asset('img/bg/recharge-phone.jpg ') }}\" alt=\"\"></a>
</div>
</figure>
<figure class=\"single_banner mb-20\">
<div class=\"banner_thumb\">
<a href=\"{{ path('money-send') }}\"><img src=\"{{ asset('img/bg/cameroun-mode-de-paiement.jpg') }}\" alt=\"\"></a>
</div>
</figure>
<figure class=\"single_banner\">
<div class=\"banner_thumb\">
<a href=\"{{ path('bill-send') }}\"><img src=\"{{ asset('img/bg/canal.jpg') }}\" alt=\"\"></a>
</div>
</figure>
</div>
#}
</div>
</aside>
<!--sidebar widget end-->
</div>
<div class=\"col-lg-9 col-md-12\">
<div class=\"product_details_wrapper mb-55\">
<div class=\"product_right_sidebar\">
<div class=\"row\">
<div class=\"col-lg-6 col-md-6\">
<div class=\"product-details-tab\">
<div id=\"img-1\" class=\"zoomWrapper single-zoom\">
<a href=\"#\">
{% if app.request.locale == 'fr' %}
<img id=\"zoom1\" src=\"../../../img/product/{{ prod_image }}\" data-zoom-image=\"../../../img/product/{{ prod_image }}\" alt=\"big-1\">
{% else %}
<img id=\"zoom1\" src=\"../../../../img/product/{{ prod_image }}\" data-zoom-image=\"../../../img/product/{{ prod_image }}\" alt=\"big-1\">
{% endif %}
</a>
</div>
<div class=\"single-zoom-thumb\">
<ul class=\"s-tab-zoom owl-carousel single-product-active\" id=\"gallery_01\">
{% for img_prod_detail in img_prod_details %}
<li>
{% if app.request.locale == 'fr' %}
<a href=\"#\" class=\"elevatezoom-gallery active\" data-update=\"\" data-image=\"../../../img/product/{{ img_prod_detail.name }}\" data-zoom-image=\"../../../img/product/{{ img_prod_detail.name }}\">
<img src=\"../../../img/product/{{ img_prod_detail.name }}\" alt=\"zo-th-1\" />
</a>
{% else %}
<a href=\"#\" class=\"elevatezoom-gallery active\" data-update=\"\" data-image=\"../../../../img/product/{{ img_prod_detail.name }}\" data-zoom-image=\"../../../../img/product/{{ img_prod_detail.name }}\">
<img src=\"../../../../img/product/{{ img_prod_detail.name }}\" alt=\"zo-th-1\" />
</a>
{% endif %}
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class=\"col-lg-6 col-md-6\">
<div class=\"product_d_right\">
<h3 class=\"title_product_1\">{{ prod_name }}</h3>
<div class=\"price_box\">
{% if converter !='EUR' or converter is not defined %}
<span class=\"current_price\"><h3>{{ ( prod_price * currencie_convert )|number_format(2, ',', ' ') }} {{ currency_symbol }}</h3></span>
{% else %}
<span class=\"current_price\"><h3>{{ prod_price|number_format(2, ',', ' ') }} {{ currency_symbol }} </h3></span>
{% endif %}
</div>
<div class=\"product_desc\">
<p>{{ prod_content }} </p>
<p><span style=\"font-size:14px; font-weight:400;\"> - {{ 'app.home.delivery_time'|trans }} 48 H </span> </p>
<p><span style=\"font-size:14px; font-weight:400;\"> - {{ 'app.home.office_pick_up_for'|trans }} 0,00 € </span> </p>
<p><span style=\"font-size:14px; font-weight:400;\"> - {{ 'app.home.home_pick_up_for'|trans }} 2,99 € </span> </p>
</div>
<div class=\"product_variant quantity\">
<label>{{ 'app.cart.quantity'|trans }}</label>
{{ render(controller('App\\\\Controller\\\\Shop\\\\CartController::addItemForm1', {'id' : prod_id})) }}
</div>
<div class=\" product_d_action\">
<form action=\"/cart/addWishlist/{{ prod_id }}\" method=\"post\">
<input type=\"hidden\" name=\"product_wish\" value=\"{{ prod_id }}\"/>
<button type=\"submit\" class=\"btn btn-primary\"><i class=\"ion-android-favorite-outline\"></i> {{ 'app.home.add_to_wischlist'|trans }} </button>
</form>
</div>
<div class=\"priduct_social\">
<ul>
<li><a class=\"facebook\" href=\"#\" title=\"facebook\"><i class=\"fa fa-facebook\"></i> Like</a></li>
<li><a class=\"twitter\" href=\"#\" title=\"twitter\"><i class=\"fa fa-twitter\"></i> tweet</a></li>
<li><a class=\"pinterest\" href=\"#\" title=\"pinterest\"><i class=\"fa fa-pinterest\"></i> save</a></li>
<li><a class=\"google-plus\" href=\"#\" title=\"google +\"><i class=\"fa fa-google-plus\"></i> share</a></li>
<li><a class=\"linkedin\" href=\"#\" title=\"linkedin\"><i class=\"fa fa-linkedin\"></i> linked</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--product area start-->
<section class=\"product_area related_products\">
<div class=\"section_title\">
<h2>{{ 'app.default.related_products'|trans }} </h2>
</div>
{{ products_shop|raw }}
</section>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script type=\"text/javascript\">
\t
\$(document).ready(function(){
\$('.newletter-popup').remove();
});
</script>
{% endblock %}
", "home/product-sidebar.html.twig", "/var/www/web187/html/dogmo/templates/home/product-sidebar.html.twig");
}
}