<?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;
/* frontend/homepage.html.twig */
class __TwigTemplate_60bf1717e61e52fab3ec01500e59d4428c89cc808b5ee80791097ef4149851e2 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'CSS' => [$this, 'block_CSS'],
'JS' => [$this, 'block_JS'],
'title' => [$this, 'block_title'],
'metaDescription' => [$this, 'block_metaDescription'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "frontend/base.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", "frontend/homepage.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "frontend/homepage.html.twig"));
$this->parent = $this->loadTemplate("frontend/base.html.twig", "frontend/homepage.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 2
public function block_CSS($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", "CSS"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "CSS"));
// line 3
echo " <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css\"
integrity=\"sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"/assets/frontend/css/owl.carousel.min.css\">
<link href=\"/assets/frontend/css/styles.css?ver=";
// line 6
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 6, $this->source); })()), "cssVersion", [], "any", false, false, false, 6), "html", null, true);
echo "\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">
<link href=\"/assets/frontend/css/responsive.css?ver=";
// line 7
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 7, $this->source); })()), "cssVersion", [], "any", false, false, false, 7), "html", null, true);
echo "\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">
<link href=\"/assets/frontend/css/jquery.mmenu.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">
<!-- Add the slick-theme.css if you want default styling -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css\"/>
<!-- Add the slick-theme.css if you want default styling -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css\"/>
<style>
.products-wrap .product {
padding-left: 15px;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 21
public function block_JS($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", "JS"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "JS"));
// line 22
echo " <script src=\"https://use.fontawesome.com/874ad7ad81.js\"></script>
<!--Modifiez vos paramètres-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src=\"/assets/frontend/js/popper.min.js\"
integrity=\"sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ\"
crossorigin=\"anonymous\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js\"
integrity=\"sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm\"
crossorigin=\"anonymous\"></script>
<script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.js\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/owl.carousel.min.js\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/jquery.mmenu.js\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/main.js?ver=1.0\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/registration.js\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/region-currency-lang-select.js\"></script>
<script src=\"https://code.jquery.com/ui/1.12.0/jquery-ui.min.js\" integrity=\"sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E=\" crossorigin=\"anonymous\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/custom-select.js\"></script>
<script type=\"text/javascript\">
\$(function() {
\$('#menu').mmenu();
});
</script>
";
// line 47
if (twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 47, $this->source); })()), "displayStarterKits", [], "any", false, false, false, 47)) {
// line 48
echo " <script src=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/demos/js/carousel_slider.js\"></script>
<script src=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/plugin/js/jquery.slickmodal.min.js\"></script>
<script type=\"text/javascript\">
\$(function() {
";
// line 53
echo " \$('.carouselSlider').SlickModals({
restrict_cookieDays: '1',
restrict_showAfterVisits: 1,
restrict_showAfterVisitsResetWhenShown: false,
popup_type: 'exit',
popup_animation: 'zoomIn',
popup_css: {
'width': '480px',
// 'height': ";
// line 61
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 61, $this->source); })()), "starterKits", [], "any", false, false, false, 61)) > 2)) {
echo "'480px'";
} else {
echo "'400px'";
}
echo ",
'height': '350px',
'background': '#fff',
'padding': '40px',
'margin': '0'
},
overlay_css: {
'background': 'rgba(0,0,0,0.3)'
},
mobile_breakpoint: '480px',
mobile_position: 'center',
mobile_css: {
'width': '100%',
// 'height': ";
// line 74
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 74, $this->source); })()), "starterKits", [], "any", false, false, false, 74)) > 2)) {
echo "'480px'";
} else {
echo "'400px'";
}
echo ",
'height': '350px',
'background': '#fff',
'padding': '30px',
'margin': '0'
},
callback_afterVisible: function () {
sm_carouselSlider('.carouselSlider');
}
});
});
</script>
";
}
// line 87
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 87, $this->source); })()), "displaySurvey", [], "any", false, false, false, 87)) {
// line 88
echo " <script src=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/demos/js/carousel_slider.js\"></script>
<script src=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/plugin/js/jquery.slickmodal.min.js\"></script>
<script type=\"text/javascript\">
\$(function() {
";
// line 93
echo " \$('.surveyDialog').SlickModals({
restrict_cookieDays: '1',
restrict_showAfterVisits: 1,
restrict_showAfterVisitsResetWhenShown: false,
popup_type: 'exit',
popup_animation: 'zoomIn',
popup_css: {
'width': '480px',
// 'height': ";
// line 101
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 101, $this->source); })()), "starterKits", [], "any", false, false, false, 101)) > 2)) {
echo "'480px'";
} else {
echo "'400px'";
}
echo ",
'height': '350px',
'background': '#fff',
'padding': '40px',
'margin': '0'
},
overlay_css: {
'background': 'rgba(0,0,0,0.3)'
},
mobile_breakpoint: '480px',
mobile_position: 'center',
mobile_css: {
'width': '100%',
// 'height': ";
// line 114
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 114, $this->source); })()), "starterKits", [], "any", false, false, false, 114)) > 2)) {
echo "'480px'";
} else {
echo "'400px'";
}
echo ",
'height': '350px',
'background': '#fff',
'padding': '30px',
'margin': '0'
},
callback_afterVisible: function () {
sm_carouselSlider('.surveyDialog');
}
});
});
</script>
";
}
// line 127
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 129
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"));
if (twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "metaTitle", [], "any", true, true, false, 129)) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 129, $this->source); })()), "metaTitle", [], "any", false, false, false, 129), "html", null, true);
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 130
public function block_metaDescription($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", "metaDescription"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaDescription"));
if (twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "metaDescription", [], "any", true, true, false, 130)) {
echo twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 130, $this->source); })()), "metaDescription", [], "any", false, false, false, 130);
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 132
public function block_content($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", "content"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 133
echo " <div class=\"\">
<div class=\"row h-545 homepage-header\" style=\"margin-right: -40px;\">
<!-- Photos header-->
<div class=\"col-xl-8 col-lg-8 no-padding col-md-12 col-sm-12 col-12\">
<!-- Photos header slider-->
<div class=\"header-slider\">
<div class=\"slide\">
";
// line 140
if ((twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "bannerImage", [], "any", true, true, false, 140) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 140, $this->source); })()), "bannerImage", [], "any", false, false, false, 140)))) {
// line 141
echo " <img class=\"header-slider-bg w-100 \" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("getImageAsFixedHeight", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 141, $this->source); })()), "bannerImage", [], "any", false, false, false, 141), "height" => "361"]), "html", null, true);
echo "\" alt=\"\">
";
} else {
// line 143
echo " <img class=\"header-slider-bg w-100 \" src=\"/assets/frontend/images/header/img1.png\" alt=\"First slide\">
";
}
// line 145
echo "
<div class=\"header-slider-caption\">
<div class=\"header-slider-caption-wrapper\">
<h2 class=\"header-slider-caption-title\">
<span>";
// line 149
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 149, $this->source); })()), "bannerTitle", [], "any", false, false, false, 149), "html", null, true);
echo "</span></h2>
<h6 class=\"header-slider-caption-description\">
<span style=\"color:black!important;\">
";
// line 152
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 152, $this->source); })()), "bannerDescription", [], "any", false, false, false, 152), "html", null, true);
echo "
</span>
</h6>
<a href=\"";
// line 155
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 155, $this->source); })()), "bannerButtonLink", [], "any", false, false, false, 155), "html", null, true);
echo "\" class=\"header-slider-caption-btn button button-200 button-orange goToCategoryPage\">
";
// line 156
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 156, $this->source); })()), "bannerButton", [], "any", false, false, false, 156), "html", null, true);
echo "
</a>
</div>
</div>
</div>
<div class=\"slide\">
";
// line 162
if ((twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "bannerNextImage", [], "any", true, true, false, 162) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 162, $this->source); })()), "bannerNextImage", [], "any", false, false, false, 162)))) {
// line 163
echo " <img class=\"header-slider-bg w-100 \" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("getImageAsFixedHeight", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 163, $this->source); })()), "bannerNextImage", [], "any", false, false, false, 163), "height" => "361"]), "html", null, true);
echo "\" alt=\"\">
";
} else {
// line 165
echo " <img class=\"header-slider-bg w-100 \" src=\"/assets/frontend/images/header/img1.png\" alt=\"First slide\">
";
}
// line 167
echo "
<div class=\"header-slider-caption\">
<div class=\"header-slider-caption-wrapper\">
<h2 class=\"header-slider-caption-title\">
<span>";
// line 172
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 172, $this->source); })()), "bannerNextTitle", [], "any", false, false, false, 172), "html", null, true);
echo "</span></h2>
<h6 class=\"header-slider-caption-description\">
<span style=\"color:black!important;\">
";
// line 175
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 175, $this->source); })()), "bannerNextDescription", [], "any", false, false, false, 175), "html", null, true);
echo "
</span></h6>
<a href=\"";
// line 177
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 177, $this->source); })()), "bannerNextButtonLink", [], "any", false, false, false, 177), "html", null, true);
echo "\" class=\"header-slider-caption-btn button button-200 button-orange goToCategoryPage\">
";
// line 178
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 178, $this->source); })()), "bannerNextButton", [], "any", false, false, false, 178), "html", null, true);
echo "
</a>
</div>
</div>
</div>
</div>
<!-- Photos header slider-->
</div>
<div class=\"col-xl-4 col-lg-4 d-none d-xl-block d-lg-block no-padding\">
<!-- Photos header slider right section-->
<div class=\"row photo-right-section-top\" ";
// line 188
if ((twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "bannerTopRightImage", [], "any", true, true, false, 188) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 188, $this->source); })()), "bannerTopRightImage", [], "any", false, false, false, 188)))) {
echo "style=\"background-size: cover; background-image:url('";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("getImageAsFixedHeight", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 188, $this->source); })()), "bannerTopRightImage", [], "any", false, false, false, 188), "height" => "253"]), "html", null, true);
echo "');\" ";
}
echo ">
";
// line 189
if (( !twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "bannerTopRightImage", [], "any", true, true, false, 189) || twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 189, $this->source); })()), "bannerTopRightImage", [], "any", false, false, false, 189)))) {
// line 190
echo " <img class=\"photo-section-img \" src=\"/assets/frontend/images/header/img2.png\" alt=\"\">
";
}
// line 192
echo " <div class=\"photo-section-caption-top underline-effect-wrapper\">
<a href=\"";
// line 193
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 193, $this->source); })()), "bannerTopRightLink", [], "any", false, false, false, 193), "html", null, true);
echo "\">
<h4 class=\"photo-section-caption-title\"><span
class=\"underline-effect underline-effect-white underline-effect-h2\">";
// line 195
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 195, $this->source); })()), "bannerTopRightTitle", [], "any", false, false, false, 195), "html", null, true);
echo "</span>
</h4>
<h6 class=\"photo-section-caption-description\">
<span class=\"underline-effect underline-effect-white underline-effect-h2\">";
// line 198
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 198, $this->source); })()), "bannerTopRightLinkText", [], "any", false, false, false, 198), "html", null, true);
echo "</span>
<span class=\"photo-section-caption-img\"><img src=\"/assets/frontend/images/icons/arrow-right.png\"
alt=\"\"></span>
</h6>
</a>
</div>
</div>
<div class=\"row photo-right-section-bottom\">
";
// line 206
if ((twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "bannerBottomRightImage", [], "any", true, true, false, 206) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 206, $this->source); })()), "bannerBottomRightImage", [], "any", false, false, false, 206)))) {
// line 207
echo " <img class=\"photo-section-img \" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("getImageAsFixedHeight", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 207, $this->source); })()), "bannerBottomRightImage", [], "any", false, false, false, 207), "height" => "171"]), "html", null, true);
echo "\" alt=\"\">
";
} else {
// line 210
echo " <img class=\"photo-section-img \" src=\"/assets/frontend/images/header/img3.png\" alt=\"\">
";
}
// line 212
echo " <div class=\"photo-section-caption-bottom underline-effect-wrapper\">
<a href=\"";
// line 213
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 213, $this->source); })()), "bannerBottomRightLink", [], "any", false, false, false, 213), "html", null, true);
echo "\">
<h4 class=\"photo-section-caption-title\"><span
class=\"underline-effect underline-effect-white underline-effect-h2\">";
// line 215
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 215, $this->source); })()), "bannerBottomRightTitle", [], "any", false, false, false, 215), "html", null, true);
echo "</span>
</h4>
<h6 class=\"photo-section-caption-description\"><span
class=\"underline-effect underline-effect-white underline-effect-h2\">";
// line 218
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 218, $this->source); })()), "bannerBottomRightLinkText", [], "any", false, false, false, 218), "html", null, true);
echo "</span>
<span class=\"photo-section-caption-img\"><img src=\"/assets/frontend/images/icons/arrow-right.png\"
alt=\"\"></span>
</h6>
</a>
</div>
</div>
<!-- Photos header right section-->
</div>
<!-- Photos header-->
</div>
<!--Main content-->
<br>
<!--Section 2 - Contenu-->
<section class=\"section-2\">
<div class=\"row\">
<!--Section 6.2 - Nos clients nous disent-->
<!--Qu’est-ce que Maturin-->
<div class=\"quest-ce-que-maturin\" style=\"margin:30px auto !important\">
<div class=\"quest-ce-que-maturin-caption\">";
// line 237
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 237, $this->source); })()), "widget6Title", [], "any", false, false, false, 237), "html", null, true);
echo "</div>
<div class=\"quest-ce-que-maturin-description\">";
// line 238
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 238, $this->source); })()), "widget6Text", [], "any", false, false, false, 238), "html", null, true);
echo "</div>
<div><a href=\"";
// line 239
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 239, $this->source); })()), "widget6Link", [], "any", false, false, false, 239), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 239, $this->source); })()), "widget6Button", [], "any", false, false, false, 239), "html", null, true);
echo "</a></div>
</div>
</div>
<div class=\"row\">
<div class=\"col-sm-4 text-center\">
<img src=\"/assets/frontend/images/icons/pig.png\">
<h5>";
// line 245
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 245, $this->source); })()), "widget1Title", [], "any", false, false, false, 245), "html", null, true);
echo "</h5>
<p>";
// line 246
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 246, $this->source); })()), "widget1Text", [], "any", false, false, false, 246), "html", null, true);
echo "</p>
</div>
<div class=\"col-sm-4 text-center\">
<img src=\"/assets/frontend/images/icons/location.png\">
<h5>";
// line 250
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 250, $this->source); })()), "widget2Title", [], "any", false, false, false, 250), "html", null, true);
echo "</h5>
<p>";
// line 251
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 251, $this->source); })()), "widget2Text", [], "any", false, false, false, 251), "html", null, true);
echo "</p>
</div>
<div class=\"col-sm-4 text-center\">
<img src=\"/assets/frontend/images/icons/truck.png\">
<h5>";
// line 255
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 255, $this->source); })()), "widget3Title", [], "any", false, false, false, 255), "html", null, true);
echo "</h5>
<p>";
// line 256
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 256, $this->source); })()), "widget3Text", [], "any", false, false, false, 256), "html", null, true);
echo "</p>
</div>
</div>
</section>
<!--Section 2 - Contenu-->
";
// line 659
echo "
";
// line 661
echo " ";
if ((isset($context["userPaidOrders"]) || array_key_exists("userPaidOrders", $context) ? $context["userPaidOrders"] : (function () { throw new RuntimeError('Variable "userPaidOrders" does not exist.', 661, $this->source); })())) {
// line 662
echo " <div style=\"max-width: 1200px; margin-left: auto; margin-right: auto;\">
<section class=\"section-3-copy\" style=\"margin-bottom: 0px; margin-top: 0px;\">
<div class=\"row\">
<div class=\"section-title section-title-line\" style=\"margin-bottom: 0px!important;\">
";
// line 668
echo " <a class=\"homepage-sponsored-title\" href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("myProductsLists");
echo "\">Mes produits</a>
</div>
<div class=\"products-wrap\" id=\"listingProducts\" style=\"width:100%;\">
";
// line 673
echo twig_include($this->env, $context, "frontend/productMasonry.html.twig", ["masonryProducts" => twig_slice($this->env, twig_shuffle_filter((isset($context["userPaidOrders"]) || array_key_exists("userPaidOrders", $context) ? $context["userPaidOrders"] : (function () { throw new RuntimeError('Variable "userPaidOrders" does not exist.', 673, $this->source); })())), 0, 4)]);
echo "
</div>
<div class=\"see-all-sponsored-products m-t-30\">
<a href=\"";
// line 676
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("myProductsLists");
echo "\" class=\"button button-200 button-black m-b-20\">Voir plus de mes produits</a>
</div>
</div>
</section>
";
}
// line 681
echo "
";
// line 682
if (((isset($context["SponsoredItems"]) || array_key_exists("SponsoredItems", $context)) && !twig_test_empty((isset($context["SponsoredItems"]) || array_key_exists("SponsoredItems", $context) ? $context["SponsoredItems"] : (function () { throw new RuntimeError('Variable "SponsoredItems" does not exist.', 682, $this->source); })())))) {
// line 683
echo " <div style=\"max-width: 1200px; margin-left: auto; margin-right: auto;\">
";
// line 684
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["SponsoredItems"]) || array_key_exists("SponsoredItems", $context) ? $context["SponsoredItems"] : (function () { throw new RuntimeError('Variable "SponsoredItems" does not exist.', 684, $this->source); })()));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["productsSponsored"]) {
// line 685
echo " <!--Section 3.2 - Produits en vedette slider-->
<section class=\"section-3-copy\" style=\"margin-bottom: 0px;";
// line 686
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 686)) {
echo "margin-top: 0px;";
} else {
echo "margin-top: 15px;";
}
echo "\">
<div class=\"row\">
<div class=\"section-title section-title-line\" style=\"margin-bottom: 0px!important;\">
<a class=\"homepage-sponsored-title\" href=\"";
// line 689
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("viewSponsoredCategory", ["url" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["productsSponsored"], "SponsoredCategory", [], "any", false, false, false, 689), "url", [], "any", false, false, false, 689)]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["productsSponsored"], "SponsoredCategory", [], "any", false, false, false, 689), "title", [], "any", false, false, false, 689), "html", null, true);
echo "</a>
</div>
<div class=\"products-wrap\" id=\"listingProducts\" style=\"width:100%;\">
";
// line 692
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["productsSponsored"], "SponsoredCategory", [], "any", false, false, false, 692), "onSale", [], "any", false, false, false, 692)) {
// line 693
echo " ";
$context["pSponsored"] = (isset($context["allProductsOnSale"]) || array_key_exists("allProductsOnSale", $context) ? $context["allProductsOnSale"] : (function () { throw new RuntimeError('Variable "allProductsOnSale" does not exist.', 693, $this->source); })());
// line 694
echo " ";
} else {
// line 695
echo " ";
$context["pSponsored"] = twig_get_attribute($this->env, $this->source, $context["productsSponsored"], "Products", [], "any", false, false, false, 695);
// line 696
echo " ";
}
// line 697
echo "
";
// line 698
echo twig_include($this->env, $context, "frontend/productMasonry.html.twig", ["masonryProducts" => twig_slice($this->env, (isset($context["pSponsored"]) || array_key_exists("pSponsored", $context) ? $context["pSponsored"] : (function () { throw new RuntimeError('Variable "pSponsored" does not exist.', 698, $this->source); })()), 0, 4)]);
echo "
";
// line 746
echo " </div>
<div class=\"see-all-sponsored-products m-t-30\">
<a href=\"";
// line 748
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("viewSponsoredCategory", ["url" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["productsSponsored"], "SponsoredCategory", [], "any", false, false, false, 748), "url", [], "any", false, false, false, 748)]), "html", null, true);
echo "\" class=\"button button-200 button-black m-b-20\">Voir plus de ";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["productsSponsored"], "SponsoredCategory", [], "any", false, false, false, 748), "title", [], "any", false, false, false, 748)), "html", null, true);
echo "</a>
</div>
</div>
</section>
<!--Section 3.2 - Produits en vedette slider-->
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['productsSponsored'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 754
echo " </div>
";
}
// line 756
echo "
<!--Section 4 - Parcourir par catégories-->
<section class=\"section-4 no-padding-left no-padding-right\">
<div class=\"row\">
<div class=\"section-title\">PARCOURIR PAR CATÉGORIES</div>
<div class=\"slider parcourir-par-catégories\">
";
// line 762
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 762, $this->source); })()), "menu", [], "any", false, false, false, 762));
foreach ($context['_seq'] as $context["_key"] => $context["menu"]) {
// line 763
echo " <div class=\"slide\">
";
// line 764
if (twig_get_attribute($this->env, $this->source, $context["menu"], "image", [], "any", false, false, false, 764)) {
// line 765
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("viewCategory", ["name" => twig_get_attribute($this->env, $this->source, $context["menu"], "UrlName", [], "any", false, false, false, 765)]), "html", null, true);
echo "\" class=\"allowClick\">
<img class=\"lazyload\" src=\"/images/none.png\" data-src=\"";
// line 766
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("getImageAsCroppedThumb", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["menu"], "image", [], "any", false, false, false, 766), "id", [], "any", false, false, false, 766), "height" => "140", "width" => "140"]), "html", null, true);
echo "\">
</a>
<div class=\"parcourir-par-catégories-link-wrapper\"><a href=\"";
// line 768
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("viewCategory", ["name" => twig_get_attribute($this->env, $this->source, $context["menu"], "UrlName", [], "any", false, false, false, 768)]), "html", null, true);
echo "\" class=\"allowClick\">";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, $context["menu"], "name", [], "any", false, false, false, 768)), "html", null, true);
echo "</a></div>
";
}
// line 770
echo " </div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menu'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 772
echo " </div>
</div>
</section>
<!--Section 4 - Parcourir par catégories-->
<!--Section 4 - Parcourir par catégories (mobile)-->
<section class=\"section-4-mobile\">
<div class=\"section-title\">PARCOURIR PAR CATÉGORIES</div>
<ul class=\"sous-menu-mobile\">
";
// line 780
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 780, $this->source); })()), "menu", [], "any", false, false, false, 780));
foreach ($context['_seq'] as $context["_key"] => $context["menu"]) {
// line 781
echo " <a href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("viewCategory", ["name" => twig_get_attribute($this->env, $this->source, $context["menu"], "UrlName", [], "any", false, false, false, 781)]), "html", null, true);
echo "\" class=\"allowClick\">
<li class=\"sous-menu-mobile-item\">
";
// line 783
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["menu"], "name", [], "any", false, false, false, 783), "html", null, true);
echo "<i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i>
</li>
</a>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['menu'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 787
echo " </ul>
</section>
<!--Section 4 - Parcourir par catégories (mobile)-->
<!--Section 5 - Producteur de la semaine-->
<section class=\"section-5\" style=\"margin-bottom: 0px;\">
<div class=\"row\">
<div class=\"section-title section-title-line\">PRODUCTEUR DE LA SEMAINE</div>
<!--Section 5.1 - Producteur de la semaine-->
<div class=\"producteur-de-la-semaine\" style=\"width: 80% !important;\">
<div class=\"row\">
<div class=\"col-xl col-lg col-md col-sm-12 col-12 \">
<div class=\"producteur-de-la-semaine-wrapper\">
";
// line 799
if ((twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "producerOfTheWeekImage", [], "any", true, true, false, 799) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 799, $this->source); })()), "producerOfTheWeekImage", [], "any", false, false, false, 799)))) {
// line 800
echo " <img class=\"lazyload\" src=\"/images/none.png\" data-src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("getImageAsFixedHeight", ["id" => twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 800, $this->source); })()), "producerOfTheWeekImage", [], "any", false, false, false, 800), "height" => "260"]), "html", null, true);
echo "\" alt=\"\">
";
} else {
// line 802
echo " <img class=\"lazyload\" src=\"/images/none.png\" data-src=\"/assets/frontend/images/img5.png\" alt=\"\">
";
}
// line 804
echo " </div>
</div>
<div class=\"col\">
<div class=\"producteur-de-la-semaine-wrapper\">
";
// line 808
if ((twig_get_attribute($this->env, $this->source, ($context["CMS"] ?? null), "producerOfTheWeek", [], "any", true, true, false, 808) && !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 808, $this->source); })()), "producerOfTheWeek", [], "any", false, false, false, 808)))) {
// line 809
echo " <h6 class=\"producteur-de-la-semaine-caption\">
<a style=\"color: black!important;\" class=\"allowClick\" href=\"";
// line 810
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("companyStore", ["urlname" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 810, $this->source); })()), "producerOfTheWeek", [], "any", false, false, false, 810), "UrlName", [], "any", false, false, false, 810), "id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 810, $this->source); })()), "producerOfTheWeek", [], "any", false, false, false, 810), "id", [], "any", false, false, false, 810)]), "html", null, true);
echo "\">
";
// line 811
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 811, $this->source); })()), "producerOfTheWeek", [], "any", false, false, false, 811), "name", [], "any", false, false, false, 811), "html", null, true);
echo "
</a>
";
// line 814
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 814, $this->source); })()), "producerOfTheWeek", [], "any", false, false, false, 814), "MainLocation", [], "any", false, false, false, 814), "region", [], "any", false, false, false, 814))) {
// line 815
echo " <span class=\"producteur-de-la-semaine-subtitle\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 815, $this->source); })()), "producerOfTheWeek", [], "any", false, false, false, 815), "MainLocation", [], "any", false, false, false, 815), "region", [], "any", false, false, false, 815), "name", [], "any", false, false, false, 815), "html", null, true);
echo "</span>
";
}
// line 817
echo " </h6>
<p class=\"producteur-de-la-semaine-description\">
";
// line 819
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 819, $this->source); })()), "producerOfTheWeekText", [], "any", false, false, false, 819), "html", null, true);
echo "
</p>
<a style=\"color: white!important;\" class=\"button button-200 button-orange position-absolute-bottom text-white allowClick\" href=\"";
// line 821
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("companyStore", ["urlname" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 821, $this->source); })()), "producerOfTheWeek", [], "any", false, false, false, 821), "UrlName", [], "any", false, false, false, 821), "id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 821, $this->source); })()), "producerOfTheWeek", [], "any", false, false, false, 821), "id", [], "any", false, false, false, 821)]), "html", null, true);
echo "\">En savoir
plus
</a>
";
}
// line 825
echo " </div>
</div>
</div>
</div>
<!--Section 5.1 - Producteur de la semaine-->
<div class=\"divider\"></div>
<!--Section 5.2 - Producteur de la semaine-->
<div class=\"producteur-de-la-semaine\">
<div class=\"row\">
<div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12\">
<div class=\"producteur-de-la-semaine-wrapper\">
<div class=\"client-maturin-caption\">";
// line 836
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 836, $this->source); })()), "widget4Title", [], "any", false, false, false, 836), "html", null, true);
echo "</div>
<div class=\"client-maturin-description\">
";
// line 838
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 838, $this->source); })()), "widget4Text", [], "any", false, false, false, 838), "html", null, true);
echo "
</div>
<div class=\"client-maturin-details\"><a href=\"";
// line 840
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 840, $this->source); })()), "widget4Link", [], "any", false, false, false, 840), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 840, $this->source); })()), "widget4Button", [], "any", false, false, false, 840), "html", null, true);
echo "</a></div>
</div>
</div>
<div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12\">
<div class=\"producteur-de-la-semaine-wrapper\">
<div class=\"client-maturin-caption\">";
// line 845
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 845, $this->source); })()), "widget5Title", [], "any", false, false, false, 845), "html", null, true);
echo "</div>
<div class=\"client-maturin-description\">
";
// line 847
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 847, $this->source); })()), "widget5Text", [], "any", false, false, false, 847), "html", null, true);
echo "
</div>
<div class=\"client-maturin-details\"><a href=\"";
// line 849
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 849, $this->source); })()), "widget5Link", [], "any", false, false, false, 849), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["CMS"]) || array_key_exists("CMS", $context) ? $context["CMS"] : (function () { throw new RuntimeError('Variable "CMS" does not exist.', 849, $this->source); })()), "widget5Button", [], "any", false, false, false, 849), "html", null, true);
echo "</a></div>
</div>
</div>
</div>
</div>
<!--Section 5.2 - Producteur de la semaine-->
</div>
</section>
<!--Section 5 - Producteur de la semaine-->
<!--Section 6 - Nos clients nous disent-->
<section class=\"section-6\">
<div class=\"row\">
<!--Section 6.2 - Nos clients nous disent-->
<!--Qu’est-ce que Maturin-->
";
// line 869
echo " <!--Qu’est-ce que Maturin-->
<div class=\"divider\"></div>
<!--Abonnez-vous à notre infolettre-->
<div class=\"quest-ce-que-maturin\">
<div class=\"quest-ce-que-maturin-caption\">ABONNEZ-VOUS À NOTRE INFOLETTRE</div>
<div class=\"quest-ce-que-maturin-description\">Recevez les suggestions que nous préparerons pour
vous
ainsi que des idées-repas.
</div>
";
// line 878
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["formSubscriber"]) || array_key_exists("formSubscriber", $context) ? $context["formSubscriber"] : (function () { throw new RuntimeError('Variable "formSubscriber" does not exist.', 878, $this->source); })()), 'form_start');
echo "
";
// line 879
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["formSubscriber"]) || array_key_exists("formSubscriber", $context) ? $context["formSubscriber"] : (function () { throw new RuntimeError('Variable "formSubscriber" does not exist.', 879, $this->source); })()), "email", [], "any", false, false, false, 879), 'widget');
echo "
";
// line 880
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, (isset($context["formSubscriber"]) || array_key_exists("formSubscriber", $context) ? $context["formSubscriber"] : (function () { throw new RuntimeError('Variable "formSubscriber" does not exist.', 880, $this->source); })()), "save", [], "any", false, false, false, 880), 'widget');
echo "
";
// line 881
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["formSubscriber"]) || array_key_exists("formSubscriber", $context) ? $context["formSubscriber"] : (function () { throw new RuntimeError('Variable "formSubscriber" does not exist.', 881, $this->source); })()), 'form_end');
echo "
</div>
</div>
<div class=\"producteur-de-la-semaine\">
<div class=\"row\">
<div class=\"col-12 col-sm-12\">
";
// line 888
echo " </div>
</div>
</div>
<div class=\"divider\"></div>
</section>
</div>
";
// line 894
$context["associationUserIsBrowsing"] = twig_get_attribute($this->env, $this->source, (isset($context["global"]) || array_key_exists("global", $context) ? $context["global"] : (function () { throw new RuntimeError('Variable "global" does not exist.', 894, $this->source); })()), "associationUserIsBrowsing", [], "any", false, false, false, 894);
// line 895
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["SponsoredItems"]) || array_key_exists("SponsoredItems", $context) ? $context["SponsoredItems"] : (function () { throw new RuntimeError('Variable "SponsoredItems" does not exist.', 895, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["productsSponsored"]) {
// line 896
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["productsSponsored"], "Products", [], "any", false, false, false, 896));
foreach ($context['_seq'] as $context["_key"] => $context["sponsored"]) {
// line 897
echo "
<!-- Product Modal -->
";
// line 899
$context["product"] = $context["sponsored"];
// line 900
echo " <div class=\"modal\" id=\"previewProduct_";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 900, $this->source); })()), "Id", [], "any", false, false, false, 900), "html", null, true);
echo "\" tabindex=\"-1\" role=\"dialog\"
aria-labelledby=\"previewModalTitle\" aria-hidden=\"true\">
<div class=\"modal-dialog modal-dialog-centered modal-lg\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-6\">
";
// line 907
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 907, $this->source); })()), "mainImage", [], "any", false, false, false, 907)) {
// line 908
echo " <img class=\"modal-product-image lazyload\" src=\"/images/none.png\" data-src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("getImageAsFixedWidth", ["id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 908, $this->source); })()), "mainImage", [], "any", false, false, false, 908), "Id", [], "any", false, false, false, 908), "width" => "270"]), "html", null, true);
echo "\">
";
} else {
// line 910
echo " <img class=\"modal-product-image lazyload\" src=\"/images/none.png\" data-src=\"/assets/frontend/images/noProductPicture.jpg\">
";
}
// line 912
echo " </div>
<div class=\"col-6\">
<div class=\"modal-product-title\">";
// line 914
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 914, $this->source); })()), "Name", [], "any", false, false, false, 914), "html", null, true);
echo "</div>
<div class=\"modal-product-subtitle\">";
// line 915
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 915, $this->source); })()), "BrandName", [], "any", false, false, false, 915), "html", null, true);
echo "</div>
<br><p>";
// line 917
echo twig_join_filter(twig_slice($this->env, twig_split_filter($this->env, strip_tags(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 917, $this->source); })()), "description", [], "any", false, false, false, 917)), " "), 0, 30), " ");
echo "...</p>
";
// line 951
echo "
<div class=\"product-price\">
";
// line 953
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 953, $this->source); })()), "hasDiscount", [], "any", false, false, false, 953)) {
// line 954
echo " <strike>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 954, $this->source); })()), "displayPrice", [], "any", false, false, false, 954), "html", null, true);
echo "</strike> ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 954, $this->source); })()), "displayPrice", [0 => true], "method", false, false, false, 954), "html", null, true);
echo "
";
} else {
// line 956
echo " ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 956, $this->source); })()), "displayPrice", [], "any", false, false, false, 956), "html", null, true);
echo "
";
}
// line 958
echo " ";
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 958, $this->source); })()), "pricings", [], "any", false, false, false, 958)) > 1)) {
// line 959
echo " <h5 class=\"font-weight-bold\">
Format économique
</h5>
<ul style=\"color: darkgray; font-size: small;\">
";
// line 963
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 963, $this->source); })()), "pricings", [], "any", false, false, false, 963));
foreach ($context['_seq'] as $context["_key"] => $context["price"]) {
// line 964
echo " <li>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["price"], "displayPrice", [], "any", false, false, false, 964), "html", null, true);
echo "</li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['price'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 966
echo " </ul>
";
}
// line 968
echo " </div>
";
// line 970
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 970, $this->source); })()), "isShippedByMaturin", [], "any", false, false, false, 970)) {
// line 971
echo " ";
if ((twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 971, $this->source); })()), "qtyReadyToShip", [], "any", false, false, false, 971) > 0)) {
// line 972
echo " <div class=\"modal-product-in-stock\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 972, $this->source); })()), "qtyReadyToShip", [], "any", false, false, false, 972), "html", null, true);
echo " en inventaire</div>
";
} else {
// line 974
echo " <div class=\"modal-product-in-stock\">Inventaire épuisé</div>
";
}
// line 976
echo " ";
} else {
// line 977
echo " <div class=\"modal-product-in-stock\">Livraison indépendante</div>
";
}
// line 979
echo "
";
// line 980
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 980, $this->source); })()), "isSalable", [], "any", false, false, false, 980)) {
// line 981
echo " <div class=\"modal-product-amount\">
<div class=\"modal-product-amount-title\">Quantité</div>
<div class=\"row\">
<div class=\"col-3 no-padding-right\">
<input class=\"form-control modal-product-btn-amount\" id=\"qty-for-product-";
// line 985
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 985, $this->source); })()), "id", [], "any", false, false, false, 985), "html", null, true);
echo "\" type=\"number\"
name=\"points\" step=\"1\" value=\"1\"
min=\"1\">
</div>
<div class=\"col-6 no-padding-left\">
<button class=\"modal-product-btn-add-to-cart button button-200 button-orange add-to-cart\" data-type=\"product\" data-id=\"";
// line 990
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 990, $this->source); })()), "id", [], "any", false, false, false, 990), "html", null, true);
echo "\" data-quantity=\"qty-for-product-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 990, $this->source); })()), "id", [], "any", false, false, false, 990), "html", null, true);
echo "\">
AJOUTER AU PANIER
</button>
</div>
</div>
";
// line 1000
echo " </div>
";
}
// line 1002
echo "
";
// line 1013
echo " <div class=\"modal-product-complete-list\">
<a href=\"";
// line 1014
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("viewProduct", ["producerUrl" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 1014, $this->source); })()), "company", [], "any", false, false, false, 1014), "UrlName", [], "any", false, false, false, 1014), "productName" => twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 1014, $this->source); })()), "UrlName", [], "any", false, false, false, 1014), "id" => twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 1014, $this->source); })()), "id", [], "any", false, false, false, 1014)]), "html", null, true);
echo "\">VOIR LA FICHE DU PRODUIT
<span class=\"modal-product-complete-list-arrow\"> </span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Product Modal -->
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sponsored'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1027
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['productsSponsored'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1028
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "frontend/homepage.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1137 => 1028, 1131 => 1027, 1112 => 1014, 1109 => 1013, 1106 => 1002, 1102 => 1000, 1092 => 990, 1084 => 985, 1078 => 981, 1076 => 980, 1073 => 979, 1069 => 977, 1066 => 976, 1062 => 974, 1056 => 972, 1053 => 971, 1051 => 970, 1047 => 968, 1043 => 966, 1034 => 964, 1030 => 963, 1024 => 959, 1021 => 958, 1015 => 956, 1007 => 954, 1005 => 953, 1001 => 951, 996 => 917, 991 => 915, 987 => 914, 983 => 912, 979 => 910, 973 => 908, 971 => 907, 960 => 900, 958 => 899, 954 => 897, 949 => 896, 944 => 895, 942 => 894, 934 => 888, 925 => 881, 921 => 880, 917 => 879, 913 => 878, 902 => 869, 882 => 849, 877 => 847, 872 => 845, 862 => 840, 857 => 838, 852 => 836, 839 => 825, 832 => 821, 827 => 819, 823 => 817, 817 => 815, 815 => 814, 809 => 811, 805 => 810, 802 => 809, 800 => 808, 794 => 804, 790 => 802, 784 => 800, 782 => 799, 768 => 787, 758 => 783, 752 => 781, 748 => 780, 738 => 772, 731 => 770, 724 => 768, 719 => 766, 714 => 765, 712 => 764, 709 => 763, 705 => 762, 697 => 756, 693 => 754, 671 => 748, 667 => 746, 662 => 698, 659 => 697, 656 => 696, 653 => 695, 650 => 694, 647 => 693, 645 => 692, 637 => 689, 627 => 686, 624 => 685, 607 => 684, 604 => 683, 602 => 682, 599 => 681, 591 => 676, 585 => 673, 576 => 668, 569 => 662, 566 => 661, 563 => 659, 553 => 256, 549 => 255, 542 => 251, 538 => 250, 531 => 246, 527 => 245, 516 => 239, 512 => 238, 508 => 237, 486 => 218, 480 => 215, 475 => 213, 472 => 212, 468 => 210, 461 => 207, 459 => 206, 448 => 198, 442 => 195, 437 => 193, 434 => 192, 430 => 190, 428 => 189, 420 => 188, 407 => 178, 403 => 177, 398 => 175, 392 => 172, 385 => 167, 381 => 165, 375 => 163, 373 => 162, 364 => 156, 360 => 155, 354 => 152, 348 => 149, 342 => 145, 338 => 143, 332 => 141, 330 => 140, 321 => 133, 311 => 132, 290 => 130, 269 => 129, 258 => 127, 238 => 114, 218 => 101, 208 => 93, 202 => 88, 199 => 87, 179 => 74, 159 => 61, 149 => 53, 143 => 48, 141 => 47, 114 => 22, 104 => 21, 81 => 7, 77 => 6, 72 => 3, 62 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'frontend/base.html.twig' %}
{% block CSS %}
<link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css\"
integrity=\"sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4\" crossorigin=\"anonymous\">
<link rel=\"stylesheet\" href=\"/assets/frontend/css/owl.carousel.min.css\">
<link href=\"/assets/frontend/css/styles.css?ver={{global.cssVersion}}\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">
<link href=\"/assets/frontend/css/responsive.css?ver={{global.cssVersion}}\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">
<link href=\"/assets/frontend/css/jquery.mmenu.css\" rel=\"stylesheet\" type=\"text/css\" media=\"all\">
<!-- Add the slick-theme.css if you want default styling -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css\"/>
<!-- Add the slick-theme.css if you want default styling -->
<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css\"/>
<style>
.products-wrap .product {
padding-left: 15px;
}
</style>
{% endblock %}
{% block JS %}
<script src=\"https://use.fontawesome.com/874ad7ad81.js\"></script>
<!--Modifiez vos paramètres-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src=\"/assets/frontend/js/popper.min.js\"
integrity=\"sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ\"
crossorigin=\"anonymous\"></script>
<script src=\"https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js\"
integrity=\"sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm\"
crossorigin=\"anonymous\"></script>
<script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.js\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/owl.carousel.min.js\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/jquery.mmenu.js\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/main.js?ver=1.0\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/registration.js\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/region-currency-lang-select.js\"></script>
<script src=\"https://code.jquery.com/ui/1.12.0/jquery-ui.min.js\" integrity=\"sha256-eGE6blurk5sHj+rmkfsGYeKyZx3M4bG+ZlFyA7Kns7E=\" crossorigin=\"anonymous\"></script>
<script type=\"text/javascript\" src=\"/assets/frontend/js/custom-select.js\"></script>
<script type=\"text/javascript\">
\$(function() {
\$('#menu').mmenu();
});
</script>
{% if global.displayStarterKits %}
<script src=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/demos/js/carousel_slider.js\"></script>
<script src=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/plugin/js/jquery.slickmodal.min.js\"></script>
<script type=\"text/javascript\">
\$(function() {
{# Javascript for the advertisement #}
\$('.carouselSlider').SlickModals({
restrict_cookieDays: '1',
restrict_showAfterVisits: 1,
restrict_showAfterVisitsResetWhenShown: false,
popup_type: 'exit',
popup_animation: 'zoomIn',
popup_css: {
'width': '480px',
// 'height': {% if global.starterKits | length > 2 %}'480px'{% else %}'400px'{% endif %},
'height': '350px',
'background': '#fff',
'padding': '40px',
'margin': '0'
},
overlay_css: {
'background': 'rgba(0,0,0,0.3)'
},
mobile_breakpoint: '480px',
mobile_position: 'center',
mobile_css: {
'width': '100%',
// 'height': {% if global.starterKits | length > 2 %}'480px'{% else %}'400px'{% endif %},
'height': '350px',
'background': '#fff',
'padding': '30px',
'margin': '0'
},
callback_afterVisible: function () {
sm_carouselSlider('.carouselSlider');
}
});
});
</script>
{% endif %}
{% if global.displaySurvey %}
<script src=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/demos/js/carousel_slider.js\"></script>
<script src=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/plugin/js/jquery.slickmodal.min.js\"></script>
<script type=\"text/javascript\">
\$(function() {
{# Javascript for the advertisement #}
\$('.surveyDialog').SlickModals({
restrict_cookieDays: '1',
restrict_showAfterVisits: 1,
restrict_showAfterVisitsResetWhenShown: false,
popup_type: 'exit',
popup_animation: 'zoomIn',
popup_css: {
'width': '480px',
// 'height': {% if global.starterKits | length > 2 %}'480px'{% else %}'400px'{% endif %},
'height': '350px',
'background': '#fff',
'padding': '40px',
'margin': '0'
},
overlay_css: {
'background': 'rgba(0,0,0,0.3)'
},
mobile_breakpoint: '480px',
mobile_position: 'center',
mobile_css: {
'width': '100%',
// 'height': {% if global.starterKits | length > 2 %}'480px'{% else %}'400px'{% endif %},
'height': '350px',
'background': '#fff',
'padding': '30px',
'margin': '0'
},
callback_afterVisible: function () {
sm_carouselSlider('.surveyDialog');
}
});
});
</script>
{% endif %}
{% endblock %}
{% block title %}{% if CMS.metaTitle is defined %}{{CMS.metaTitle}}{% endif %}{% endblock %}
{% block metaDescription %}{% if CMS.metaDescription is defined %}{{CMS.metaDescription | raw}}{% endif %}{% endblock %}
{% block content %}
<div class=\"\">
<div class=\"row h-545 homepage-header\" style=\"margin-right: -40px;\">
<!-- Photos header-->
<div class=\"col-xl-8 col-lg-8 no-padding col-md-12 col-sm-12 col-12\">
<!-- Photos header slider-->
<div class=\"header-slider\">
<div class=\"slide\">
{% if CMS.bannerImage is defined and CMS.bannerImage is not empty %}
<img class=\"header-slider-bg w-100 \" src=\"{{path('getImageAsFixedHeight', {'id': CMS.bannerImage, 'height': '361'})}}\" alt=\"\">
{% else %}
<img class=\"header-slider-bg w-100 \" src=\"/assets/frontend/images/header/img1.png\" alt=\"First slide\">
{% endif %}
<div class=\"header-slider-caption\">
<div class=\"header-slider-caption-wrapper\">
<h2 class=\"header-slider-caption-title\">
<span>{{CMS.bannerTitle}}</span></h2>
<h6 class=\"header-slider-caption-description\">
<span style=\"color:black!important;\">
{{CMS.bannerDescription}}
</span>
</h6>
<a href=\"{{CMS.bannerButtonLink}}\" class=\"header-slider-caption-btn button button-200 button-orange goToCategoryPage\">
{{CMS.bannerButton}}
</a>
</div>
</div>
</div>
<div class=\"slide\">
{% if CMS.bannerNextImage is defined and CMS.bannerNextImage is not empty %}
<img class=\"header-slider-bg w-100 \" src=\"{{path('getImageAsFixedHeight', {'id': CMS.bannerNextImage, 'height': '361'})}}\" alt=\"\">
{% else %}
<img class=\"header-slider-bg w-100 \" src=\"/assets/frontend/images/header/img1.png\" alt=\"First slide\">
{% endif %}
<div class=\"header-slider-caption\">
<div class=\"header-slider-caption-wrapper\">
<h2 class=\"header-slider-caption-title\">
<span>{{CMS.bannerNextTitle}}</span></h2>
<h6 class=\"header-slider-caption-description\">
<span style=\"color:black!important;\">
{{CMS.bannerNextDescription}}
</span></h6>
<a href=\"{{CMS.bannerNextButtonLink}}\" class=\"header-slider-caption-btn button button-200 button-orange goToCategoryPage\">
{{CMS.bannerNextButton}}
</a>
</div>
</div>
</div>
</div>
<!-- Photos header slider-->
</div>
<div class=\"col-xl-4 col-lg-4 d-none d-xl-block d-lg-block no-padding\">
<!-- Photos header slider right section-->
<div class=\"row photo-right-section-top\" {% if CMS.bannerTopRightImage is defined and CMS.bannerTopRightImage is not empty %}style=\"background-size: cover; background-image:url('{{path('getImageAsFixedHeight', {'id': CMS.bannerTopRightImage, 'height': '253'})}}');\" {% endif %}>
{% if CMS.bannerTopRightImage is not defined or CMS.bannerTopRightImage is empty %}
<img class=\"photo-section-img \" src=\"/assets/frontend/images/header/img2.png\" alt=\"\">
{% endif %}
<div class=\"photo-section-caption-top underline-effect-wrapper\">
<a href=\"{{CMS.bannerTopRightLink}}\">
<h4 class=\"photo-section-caption-title\"><span
class=\"underline-effect underline-effect-white underline-effect-h2\">{{CMS.bannerTopRightTitle}}</span>
</h4>
<h6 class=\"photo-section-caption-description\">
<span class=\"underline-effect underline-effect-white underline-effect-h2\">{{CMS.bannerTopRightLinkText}}</span>
<span class=\"photo-section-caption-img\"><img src=\"/assets/frontend/images/icons/arrow-right.png\"
alt=\"\"></span>
</h6>
</a>
</div>
</div>
<div class=\"row photo-right-section-bottom\">
{% if CMS.bannerBottomRightImage is defined and CMS.bannerBottomRightImage is not empty %}
<img class=\"photo-section-img \" src=\"{{path('getImageAsFixedHeight', {'id': CMS.bannerBottomRightImage, 'height': '171'})}}\" alt=\"\">
{% else %}
<img class=\"photo-section-img \" src=\"/assets/frontend/images/header/img3.png\" alt=\"\">
{% endif %}
<div class=\"photo-section-caption-bottom underline-effect-wrapper\">
<a href=\"{{CMS.bannerBottomRightLink}}\">
<h4 class=\"photo-section-caption-title\"><span
class=\"underline-effect underline-effect-white underline-effect-h2\">{{CMS.bannerBottomRightTitle}}</span>
</h4>
<h6 class=\"photo-section-caption-description\"><span
class=\"underline-effect underline-effect-white underline-effect-h2\">{{CMS.bannerBottomRightLinkText}}</span>
<span class=\"photo-section-caption-img\"><img src=\"/assets/frontend/images/icons/arrow-right.png\"
alt=\"\"></span>
</h6>
</a>
</div>
</div>
<!-- Photos header right section-->
</div>
<!-- Photos header-->
</div>
<!--Main content-->
<br>
<!--Section 2 - Contenu-->
<section class=\"section-2\">
<div class=\"row\">
<!--Section 6.2 - Nos clients nous disent-->
<!--Qu’est-ce que Maturin-->
<div class=\"quest-ce-que-maturin\" style=\"margin:30px auto !important\">
<div class=\"quest-ce-que-maturin-caption\">{{CMS.widget6Title}}</div>
<div class=\"quest-ce-que-maturin-description\">{{CMS.widget6Text}}</div>
<div><a href=\"{{CMS.widget6Link}}\">{{CMS.widget6Button}}</a></div>
</div>
</div>
<div class=\"row\">
<div class=\"col-sm-4 text-center\">
<img src=\"/assets/frontend/images/icons/pig.png\">
<h5>{{CMS.widget1Title}}</h5>
<p>{{CMS.widget1Text}}</p>
</div>
<div class=\"col-sm-4 text-center\">
<img src=\"/assets/frontend/images/icons/location.png\">
<h5>{{CMS.widget2Title}}</h5>
<p>{{CMS.widget2Text}}</p>
</div>
<div class=\"col-sm-4 text-center\">
<img src=\"/assets/frontend/images/icons/truck.png\">
<h5>{{CMS.widget3Title}}</h5>
<p>{{CMS.widget3Text}}</p>
</div>
</div>
</section>
<!--Section 2 - Contenu-->
{#
<!--Section 3 - Produit a proximite slider-->
<section class=\"section-3\">
<div class=\"row\">
<div class=\"section-title section-title-line\">PRODUITS À PROXIMITÉ</div>
<div class=\"slider produit-a-proximite\">
<div class=\"slide\">
<!--Produit a proximite slider image with buttons-->
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product1.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<!--Produit a proximite slider image with buttons-->
<!--Produit a proximite slider description-->
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">MINOT DES GLACES</a></h6>
<p class=\"product-subtitle\">Cidrerie du Minot</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(55)</span>
</div>
<p class=\"product-price\">22,95 CA\$</p>
</div>
<!--Produit a proximite slider description-->
</div>
<div class=\"slide\">
<!--Produit a proximite slider image with buttons-->
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product2.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<!--Produit a proximite slider image with buttons-->
<!--Produit a proximite slider description-->
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">TARTE AUX POMMES</a></h6>
<p class=\"product-subtitle\">Pavillon de la pomme</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(12)</span>
</div>
<p class=\"product-price\">9,95 CA\$</p>
</div>
<!--Produit a proximite slider description-->
</div>
<div class=\"slide\">
<!--Produit a proximite slider image with buttons-->
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product3.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<!--Produit a proximite slider image with buttons-->
<!--Produit a proximite slider description-->
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">SAUMON SAUVAGE </a></h6>
<p class=\"product-subtitle\">Poissonnerie Gaspez'y</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(27)</span>
</div>
<p class=\"product-price\">8,00/100 g CA\$</p>
</div>
<!--Produit a proximite slider description-->
</div>
<div class=\"slide\">
<!--Produit a proximite slider image with buttons-->
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product4.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<!--Produit a proximite slider image with buttons-->
<!--Produit a proximite slider description-->
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">BISCUITS À L’AVOINE ET MIEL</a></h6>
<p class=\"product-subtitle\">Pâtisserie Michaud</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(103)</span>
</div>
<p class=\"product-price\">5,95/paquet de 6 CA\$</p>
</div>
<!--Produit a proximite slider description-->
</div>
<div class=\"slide\">
<!--Produit a proximite slider image with buttons-->
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product4.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<!--Produit a proximite slider image with buttons-->
<!--Produit a proximite slider description-->
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">BISCUITS À L’AVOINE ET MIEL</a></h6>
<p class=\"product-subtitle\">Pâtisserie Michaud</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(103)</span>
</div>
<p class=\"product-price\">5,95/paquet de 6 CA\$</p>
</div>
<!--Produit a proximite slider description-->
</div>
<div class=\"slide\">
<!--Produit a proximite slider image with buttons-->
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product4.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<!--Produit a proximite slider image with buttons-->
<!--Produit a proximite slider description-->
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">BISCUITS À L’AVOINE ET MIEL</a></h6>
<p class=\"product-subtitle\">Pâtisserie Michaud</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(103)</span>
</div>
<p class=\"product-price\">5,95/paquet de 6 CA\$</p>
</div>
<!--Produit a proximite slider description-->
</div>
</div>
<!--Produit a proximite slider (mobile)-->
<div class=\"produit-a-proximite-mobile\">
<div class=\"row\">
<div class=\"col-md-6 col-sm-6 col-6 pr-7 pl-20\">
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product1.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">MINOT DES GLACES</a></h6>
<p class=\"product-subtitle\">Cidrerie du Minot</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(55)</span>
</div>
<p class=\"product-price\">22,95 CA\$</p>
</div>
</div>
<div class=\"col-md-6 col-sm-6 col-6 pr-20 pl-7\">
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product2.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">TARTE AUX POMMES</a></h6>
<p class=\"product-subtitle\">Pavillon de la pomme</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(12)</span>
</div>
<p class=\"product-price\">9,95 CA\$</p>
</div>
</div>
<div class=\"col-md-6 col-sm-6 col-6 pr-7 pl-20\">
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product3.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">SAUMON SAUVAGE </a></h6>
<p class=\"product-subtitle\">Poissonnerie Gaspez'y</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(27)</span>
</div>
<p class=\"product-price\">8,00/100 g CA\$</p>
</div>
</div>
<div class=\"col-md-6 col-sm-6 col-6 pr-20 pl-7\">
<div class=\"product-group\">
<a href=\"product.html\">
<img class=\"product-image\" src=\"/assets/frontend/images/product4.png\">
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewModal\">APERÇU RAPIDE</button>
<button class=\"product-btn-like\"></button>
<button class=\"product-btn-add-to-cart button button-200 button-orange\">AJOUTER AU PANIER</button>
</span>
</div>
<div class=\"product\">
<h6 class=\"product-title\"><a href=\"product.html\">BISCUITS À L’AVOINE ET MIEL</a>
</h6>
<p class=\"product-subtitle\">Pâtisserie Michaud</p>
<div class=\"product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\" class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\" class=\"rate starOn\" id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\" class=\"rate starOn\" id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\" class=\"rate starOn\" id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\" class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a></li>
</ul>
<span>(103)</span>
</div>
<p class=\"product-price\">5,95/paquet de 6 CA\$</p>
</div>
</div>
</div>
<div class=\"row\">
<button class=\"button button-200 button-orange button-en-voir-plus\">En voir plus</button>
</div>
</div>
<!--Produit a proximite slider (mobile)-->
</div>
</section>
<!--Section 3 - Produit a proximite slider-->
#}
{#USER PRODUCTS SECTION#}
{% if userPaidOrders %}
<div style=\"max-width: 1200px; margin-left: auto; margin-right: auto;\">
<section class=\"section-3-copy\" style=\"margin-bottom: 0px; margin-top: 0px;\">
<div class=\"row\">
<div class=\"section-title section-title-line\" style=\"margin-bottom: 0px!important;\">
{#<a class=\"homepage-sponsored-title\" href=\"{{path('myProducts')}}\">Mes produits</a>#}
<a class=\"homepage-sponsored-title\" href=\"{{path('myProductsLists')}}\">Mes produits</a>
</div>
<div class=\"products-wrap\" id=\"listingProducts\" style=\"width:100%;\">
{{ include ('frontend/productMasonry.html.twig', {'masonryProducts': userPaidOrders | shuffle |slice(0,4)} ) }}
</div>
<div class=\"see-all-sponsored-products m-t-30\">
<a href=\"{{path('myProductsLists')}}\" class=\"button button-200 button-black m-b-20\">Voir plus de mes produits</a>
</div>
</div>
</section>
{% endif %}
{% if SponsoredItems is defined and SponsoredItems is not empty %}
<div style=\"max-width: 1200px; margin-left: auto; margin-right: auto;\">
{% for productsSponsored in SponsoredItems %}
<!--Section 3.2 - Produits en vedette slider-->
<section class=\"section-3-copy\" style=\"margin-bottom: 0px;{% if loop.first %}margin-top: 0px;{% else %}margin-top: 15px;{% endif %}\">
<div class=\"row\">
<div class=\"section-title section-title-line\" style=\"margin-bottom: 0px!important;\">
<a class=\"homepage-sponsored-title\" href=\"{{path('viewSponsoredCategory', {'url': productsSponsored.SponsoredCategory.url})}}\">{{productsSponsored.SponsoredCategory.title}}</a>
</div>
<div class=\"products-wrap\" id=\"listingProducts\" style=\"width:100%;\">
{% if productsSponsored.SponsoredCategory.onSale %}
{% set pSponsored = allProductsOnSale %}
{% else %}
{% set pSponsored = productsSponsored.Products %}
{% endif %}
{{ include ('frontend/productMasonry.html.twig', {'masonryProducts': pSponsored | slice(0,4)} ) }}
{#
<div class=\"slide\">
<!--Produit a proximite slider image with buttons-->
<div class=\"product-group\">
<a class=\"allowClick\" href=\"{{path('viewProduct', {'id': sponsored.product.id, 'producerUrl': sponsored.product.company.UrlName, 'productName': sponsored.product.UrlName})}}\">
{% if sponsored.customImage is not empty %}
<img class=\"product-image lazyload\" src=\"/images/none.png\" data-src=\"{{path('getImageAsCroppedThumb', {'id': sponsored.customImage.id,'height': '300', 'width': '300'})}}\">
{% else %}
<img class=\"product-image lazyload\" src=\"/images/none.png\" data-src=\"{{path('getImageAsCroppedThumb', {'id': sponsored.product.mainImage.id,'height': '300', 'width': '300'})}}\">
{% endif %}
</a>
<span class=\"product-btn\">
<button class=\"product-btn-overview\" data-toggle=\"modal\"
data-target=\"#previewProduct_{{sponsored.product.id}}\">APERÇU RAPIDE</button>
<button class=\"product-btn-like {% if global.hasFavorite(sponsored.product) %}product-btn-liked {% endif %}\" data-id=\"{{sponsored.product.id}}\"></button>
{% if sponsored.product.isSalable %}
<button class=\"product-btn-add-to-cart button button-200 button-orange add-to-cart\" data-type=\"product\" data-id=\"{{sponsored.product.id}}\">AJOUTER AU PANIER</button>
{% else %}
<a href=\"{{path('viewProduct', {'producerUrl':sponsored.product.company.UrlName, 'productName': sponsored.product.UrlName, 'id': sponsored.product.Id})}}\" class=\"button button-200 button-orange product-btn-add-to-cart\" style=\"background-color: white!important;color: black!important;\">VOIR LE DÉTAIL</a>
{% endif %}
</span>
</div>
<!--Produit a proximite slider image with buttons-->
<!--Produit a proximite slider description-->
<div class=\"product\">
<h6 class=\"product-title\"><a class=\"allowClick\" href=\"{{path('viewProduct', {'id': sponsored.product.id, 'producerUrl': sponsored.product.company.UrlName, 'productName': sponsored.product.UrlName})}}\">{{ sponsored.product.name | upper }}</a></h6>
<p class=\"product-subtitle\">
<a href=\"{{path('companyStore', {'urlname': sponsored.product.company.urlname, 'id':sponsored.product.company.id })}}\">{{sponsored.product.company.name}}</a>
</p>
<p class=\"product-price\">
{% if sponsored.product.hasDiscount %}
<strike>{{sponsored.product.displayPrice}}</strike> {{sponsored.product.displayPrice(true)}}
{% else %}
{{sponsored.product.displayPrice}}
{% endif %}
{% if sponsored.product.isShippedByMaturin %}<img style=\"display: inline-block; margin-left: 15px;\" src=\"/images/maturinshipping.png\" alt=\"Livraison par Maturin\" title=\"Livraison par Maturin\">{% endif %}
{% if sponsored.product.conservation and sponsored.product.conservation.id == 6 %}
<img style=\"display: inline-block; margin-left: 15px;\" src=\"/images/froozen.png\" alt=\"Congelé\" title=\"Congelé\">
{% elseif sponsored.product.conservation and sponsored.product.conservation.id == 5 %}
<img style=\"display: inline-block; margin-left: 15px;\" src=\"/images/snow.png\" alt=\"Réfrigéré\" title=\"Réfrigéré\">
{% endif %}
</p>
</div>
<!--Produit a proximite slider description-->
</div>
#}
</div>
<div class=\"see-all-sponsored-products m-t-30\">
<a href=\"{{path('viewSponsoredCategory', {'url': productsSponsored.SponsoredCategory.url})}}\" class=\"button button-200 button-black m-b-20\">Voir plus de {{productsSponsored.SponsoredCategory.title| lower}}</a>
</div>
</div>
</section>
<!--Section 3.2 - Produits en vedette slider-->
{% endfor %}
</div>
{% endif %}
<!--Section 4 - Parcourir par catégories-->
<section class=\"section-4 no-padding-left no-padding-right\">
<div class=\"row\">
<div class=\"section-title\">PARCOURIR PAR CATÉGORIES</div>
<div class=\"slider parcourir-par-catégories\">
{% for menu in global.menu %}
<div class=\"slide\">
{% if menu.image %}
<a href=\"{{path('viewCategory', {'name': menu.UrlName})}}\" class=\"allowClick\">
<img class=\"lazyload\" src=\"/images/none.png\" data-src=\"{{path('getImageAsCroppedThumb', {'id': menu.image.id, 'height': '140', 'width': '140'})}}\">
</a>
<div class=\"parcourir-par-catégories-link-wrapper\"><a href=\"{{path('viewCategory', {'name': menu.UrlName})}}\" class=\"allowClick\">{{ menu.name |upper}}</a></div>
{% endif %}
</div>
{% endfor %}
</div>
</div>
</section>
<!--Section 4 - Parcourir par catégories-->
<!--Section 4 - Parcourir par catégories (mobile)-->
<section class=\"section-4-mobile\">
<div class=\"section-title\">PARCOURIR PAR CATÉGORIES</div>
<ul class=\"sous-menu-mobile\">
{% for menu in global.menu %}
<a href=\"{{path('viewCategory', {'name': menu.UrlName})}}\" class=\"allowClick\">
<li class=\"sous-menu-mobile-item\">
{{menu.name}}<i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i>
</li>
</a>
{% endfor %}
</ul>
</section>
<!--Section 4 - Parcourir par catégories (mobile)-->
<!--Section 5 - Producteur de la semaine-->
<section class=\"section-5\" style=\"margin-bottom: 0px;\">
<div class=\"row\">
<div class=\"section-title section-title-line\">PRODUCTEUR DE LA SEMAINE</div>
<!--Section 5.1 - Producteur de la semaine-->
<div class=\"producteur-de-la-semaine\" style=\"width: 80% !important;\">
<div class=\"row\">
<div class=\"col-xl col-lg col-md col-sm-12 col-12 \">
<div class=\"producteur-de-la-semaine-wrapper\">
{% if CMS.producerOfTheWeekImage is defined and CMS.producerOfTheWeekImage is not empty %}
<img class=\"lazyload\" src=\"/images/none.png\" data-src=\"{{path('getImageAsFixedHeight', {'id': CMS.producerOfTheWeekImage, 'height': '260'})}}\" alt=\"\">
{% else %}
<img class=\"lazyload\" src=\"/images/none.png\" data-src=\"/assets/frontend/images/img5.png\" alt=\"\">
{% endif %}
</div>
</div>
<div class=\"col\">
<div class=\"producteur-de-la-semaine-wrapper\">
{% if CMS.producerOfTheWeek is defined and CMS.producerOfTheWeek is not empty %}
<h6 class=\"producteur-de-la-semaine-caption\">
<a style=\"color: black!important;\" class=\"allowClick\" href=\"{{path('companyStore', {'urlname': CMS.producerOfTheWeek.UrlName, 'id': CMS.producerOfTheWeek.id})}}\">
{{CMS.producerOfTheWeek.name}}
</a>
{% if CMS.producerOfTheWeek.MainLocation.region is not empty %}
<span class=\"producteur-de-la-semaine-subtitle\">{{CMS.producerOfTheWeek.MainLocation.region.name}}</span>
{% endif %}
</h6>
<p class=\"producteur-de-la-semaine-description\">
{{CMS.producerOfTheWeekText}}
</p>
<a style=\"color: white!important;\" class=\"button button-200 button-orange position-absolute-bottom text-white allowClick\" href=\"{{path('companyStore', {'urlname': CMS.producerOfTheWeek.UrlName, 'id': CMS.producerOfTheWeek.id})}}\">En savoir
plus
</a>
{% endif %}
</div>
</div>
</div>
</div>
<!--Section 5.1 - Producteur de la semaine-->
<div class=\"divider\"></div>
<!--Section 5.2 - Producteur de la semaine-->
<div class=\"producteur-de-la-semaine\">
<div class=\"row\">
<div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12\">
<div class=\"producteur-de-la-semaine-wrapper\">
<div class=\"client-maturin-caption\">{{CMS.widget4Title}}</div>
<div class=\"client-maturin-description\">
{{CMS.widget4Text}}
</div>
<div class=\"client-maturin-details\"><a href=\"{{CMS.widget4Link}}\">{{CMS.widget4Button}}</a></div>
</div>
</div>
<div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-6 col-12\">
<div class=\"producteur-de-la-semaine-wrapper\">
<div class=\"client-maturin-caption\">{{CMS.widget5Title}}</div>
<div class=\"client-maturin-description\">
{{CMS.widget5Text}}
</div>
<div class=\"client-maturin-details\"><a href=\"{{CMS.widget5Link}}\">{{CMS.widget5Button}}</a></div>
</div>
</div>
</div>
</div>
<!--Section 5.2 - Producteur de la semaine-->
</div>
</section>
<!--Section 5 - Producteur de la semaine-->
<!--Section 6 - Nos clients nous disent-->
<section class=\"section-6\">
<div class=\"row\">
<!--Section 6.2 - Nos clients nous disent-->
<!--Qu’est-ce que Maturin-->
{# <div class=\"quest-ce-que-maturin\">
<div class=\"quest-ce-que-maturin-caption\">{{CMS.widget6Title}}</div>
<div class=\"quest-ce-que-maturin-description\">{{CMS.widget6Text}}</div>
<div><a href=\"{{CMS.widget6Link}}\">{{CMS.widget6Button}}</a></div>
</div> #}
<!--Qu’est-ce que Maturin-->
<div class=\"divider\"></div>
<!--Abonnez-vous à notre infolettre-->
<div class=\"quest-ce-que-maturin\">
<div class=\"quest-ce-que-maturin-caption\">ABONNEZ-VOUS À NOTRE INFOLETTRE</div>
<div class=\"quest-ce-que-maturin-description\">Recevez les suggestions que nous préparerons pour
vous
ainsi que des idées-repas.
</div>
{{ form_start(formSubscriber) }}
{{form_widget(formSubscriber.email)}}
{{form_widget(formSubscriber.save)}}
{{ form_end(formSubscriber) }}
</div>
</div>
<div class=\"producteur-de-la-semaine\">
<div class=\"row\">
<div class=\"col-12 col-sm-12\">
{#<iframe id='AV_widget_iframe' frameBorder=\"0\" width=\"100%\" height=\"100%\" src=\"//cl.avis-verifies.com/fr/cache/d/4/8/d48e8b1e-17f0-6bd4-6daf-0b83b066b63b/widget4/d48e8b1e-17f0-6bd4-6daf-0b83b066b63bhorizontal_index.html\"></iframe>#}
</div>
</div>
</div>
<div class=\"divider\"></div>
</section>
</div>
{% set associationUserIsBrowsing = global.associationUserIsBrowsing %}
{% for productsSponsored in SponsoredItems %}
{% for sponsored in productsSponsored.Products %}
<!-- Product Modal -->
{% set product = sponsored %}
<div class=\"modal\" id=\"previewProduct_{{product.Id}}\" tabindex=\"-1\" role=\"dialog\"
aria-labelledby=\"previewModalTitle\" aria-hidden=\"true\">
<div class=\"modal-dialog modal-dialog-centered modal-lg\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-6\">
{% if product.mainImage %}
<img class=\"modal-product-image lazyload\" src=\"/images/none.png\" data-src=\"{{path('getImageAsFixedWidth', {'id': product.mainImage.Id, 'width': '270'})}}\">
{% else %}
<img class=\"modal-product-image lazyload\" src=\"/images/none.png\" data-src=\"/assets/frontend/images/noProductPicture.jpg\">
{% endif %}
</div>
<div class=\"col-6\">
<div class=\"modal-product-title\">{{product.Name}}</div>
<div class=\"modal-product-subtitle\">{{product.BrandName}}</div>
<br><p>{{product.description | striptags | split(' ') | slice(0, 30) | join(' ')| raw }}...</p>
{#
<div class=\"modal-product-rating\">
<ul class=\"rating\" data-rating=\"4\">
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super boring\"
class=\"rate starOn\"
id=\"1\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a>
</li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Boring\"
class=\"rate starOn\"
id=\"2\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a>
</li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Nice\"
class=\"rate starOn\"
id=\"3\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a>
</li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Cool\"
class=\"rate starOn\"
id=\"4\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a>
</li>
<li class=\"Arad5fQEnoZlv9E59d\"><a title=\"Super cool!\"
class=\"rate star\"
id=\"5\"><i
class=\"fa fa-star\" aria-hidden=\"true\"></i></a>
</li>
</ul>
<span>(12)</span>
</div>
#}
<div class=\"product-price\">
{% if product.hasDiscount %}
<strike>{{product.displayPrice}}</strike> {{product.displayPrice(true)}}
{% else %}
{{product.displayPrice}}
{% endif %}
{% if product.pricings | length > 1 %}
<h5 class=\"font-weight-bold\">
Format économique
</h5>
<ul style=\"color: darkgray; font-size: small;\">
{% for price in product.pricings %}
<li>{{price.displayPrice}}</li>
{% endfor %}
</ul>
{% endif %}
</div>
{% if product.isShippedByMaturin %}
{% if product.qtyReadyToShip > 0 %}
<div class=\"modal-product-in-stock\">{{product.qtyReadyToShip}} en inventaire</div>
{% else %}
<div class=\"modal-product-in-stock\">Inventaire épuisé</div>
{% endif %}
{% else %}
<div class=\"modal-product-in-stock\">Livraison indépendante</div>
{% endif %}
{% if product.isSalable %}
<div class=\"modal-product-amount\">
<div class=\"modal-product-amount-title\">Quantité</div>
<div class=\"row\">
<div class=\"col-3 no-padding-right\">
<input class=\"form-control modal-product-btn-amount\" id=\"qty-for-product-{{product.id}}\" type=\"number\"
name=\"points\" step=\"1\" value=\"1\"
min=\"1\">
</div>
<div class=\"col-6 no-padding-left\">
<button class=\"modal-product-btn-add-to-cart button button-200 button-orange add-to-cart\" data-type=\"product\" data-id=\"{{product.id}}\" data-quantity=\"qty-for-product-{{product.id}}\">
AJOUTER AU PANIER
</button>
</div>
</div>
{#
<button class=\"modal-product-btn-product-list button button-200 button-black\">
LISTE DE SOUHAIT
</button>
#}
</div>
{% endif %}
{#
<div class=\"modal-product-social-icons\">
<span class=\"modal-product-social-icons-title\">Partagez:</span>
<i class=\"fa fa-facebook\" aria-hidden=\"true\"></i>
<i class=\"fa fa-twitter\" aria-hidden=\"true\"></i>
<i class=\"fa fa-pinterest-p\" aria-hidden=\"true\"></i>
<i class=\"fa fa-google-plus\" aria-hidden=\"true\"></i>
<p class=\"modal-product-social-icon-email\"></p>
</div>
#}
<div class=\"modal-product-complete-list\">
<a href=\"{{path('viewProduct', {'producerUrl': product.company.UrlName, 'productName': product.UrlName, 'id': product.id})}}\">VOIR LA FICHE DU PRODUIT
<span class=\"modal-product-complete-list-arrow\"> </span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Product Modal -->
{% endfor %}
{% endfor %}
{% endblock %}
", "frontend/homepage.html.twig", "/var/www/html/Markego/templates/frontend/homepage.html.twig");
}
}