<?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/base.html.twig */
class __TwigTemplate_942873e53296c84f39fb0bc7892dfe9010b6d54bf117d2b8639dda8106097480 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'JS' => [$this, 'block_JS'],
'body' => [$this, 'block_body'],
'styleContainer' => [$this, 'block_styleContainer'],
'content' => [$this, 'block_content'],
'mainJS' => [$this, 'block_mainJS'],
'mainCSS' => [$this, 'block_mainCSS'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "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/base.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/base.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "frontend/base.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_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo "Maturin";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 3
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 6
echo "<div class=\"container-fluid\" style=\"background-color: white;\">
<div class=\"row\" >
<div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12\" style=\"";
// line 8
$this->displayBlock('styleContainer', $context, $blocks);
echo "\">
";
// line 9
$this->loadTemplate("menu.html.twig", "frontend/base.html.twig", 9)->display($context);
// line 10
echo " ";
// line 11
echo " ";
$context["current_path"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 11, $this->source); })()), "request", [], "any", false, false, false, 11), "get", [0 => "_route"], "method", false, false, false, 11);
// line 12
echo " ";
if (((isset($context["current_path"]) || array_key_exists("current_path", $context) ? $context["current_path"] : (function () { throw new RuntimeError('Variable "current_path" does not exist.', 12, $this->source); })()) != "fos_user_security_login")) {
// line 13
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.', 13, $this->source); })()), "associationUserIsBrowsing", [], "any", false, false, false, 13)) {
echo "
";
// line 14
$this->loadTemplate("frontend/fullmenu.html.twig", "frontend/base.html.twig", 14)->display($context);
echo "
";
} else {
// line 16
echo " ";
$this->loadTemplate("frontend/fullmenu.html.twig", "frontend/base.html.twig", 16)->display($context);
echo "
";
}
// line 18
echo "
";
}
// line 21
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 22
echo " </div>
</div>
";
// line 24
if ((( !(isset($context["page"]) || array_key_exists("page", $context)) || (isset($context["forceFooter"]) || array_key_exists("forceFooter", $context))) || ((isset($context["page"]) || array_key_exists("page", $context)) && (twig_get_attribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 24, $this->source); })()), "template", [], "any", false, false, false, 24) == "footer.html.twig")))) {
// line 25
echo " ";
$this->loadTemplate("Omelo/Templates/footer.html.twig", "frontend/base.html.twig", 25)->displayBlock("footer", $context);
echo "
";
}
// line 27
echo "</div>
";
// line 28
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.', 28, $this->source); })()), "displayStarterKits", [], "any", false, false, false, 28)) {
// line 30
echo "<!-- START COPYING -->
";
// line 31
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.', 31, $this->source); })()), "associationUserIsBrowsing", [], "any", false, false, false, 31)) {
// line 32
echo "
<div class=\"carouselSlider\" data-sm-init=\"true\">
<div class=\"title\">OBTENEZ 10% SUR VOTRE PREMIER ACHAT</div>
<p style=\"\">Abonnez-vous à notre infolettre et recevez les suggestions que nous préparerons pour vous ainsi que des idées-repas.</p>
<div class=\"row\">
<div class=\"col-md-12\">
<form method=\"post\" action=\"/\">
<input type=\"hidden\" name=\"action\" value=\"newsletter_subscribe\">
<input type=\"text\" class=\"form-control\" name=\"newsletter_email\" placeholder=\"Entrez votre courriel\">
<br>
<button class=\"btn btn-success btn-block\">M'inscrire</button>
</form>
</div>
</div>
</div>
<!--
<div class=\"carouselSlider\" data-sm-init=\"true\">
<div class=\"title\"><span>☆</span>Ensembles découvertes<span>☆</span></div>
<p style=\"\">Simplifiez-vous la vie sans compromis de qualité avec un ensemble découverte 100% local.</p>
";
// line 53
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.', 53, $this->source); })()), "starterKits", [], "any", false, false, false, 53)) > 2)) {
// line 54
echo " <div class=\"actions\">
<button class=\"nav prev\">←</button>
<button class=\"nav next\">→</button>
</div>
";
}
// line 59
echo " <div class=\"carouselWrapper\">
<ul class=\"carouselList\" data-show=\"2\" data-padding=\"20\">
";
// line 61
$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.', 61, $this->source); })()), "starterKits", [], "any", false, false, false, 61));
foreach ($context['_seq'] as $context["_key"] => $context["p"]) {
// line 62
echo " <li>
<a href=\"";
// line 63
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, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 63), "company", [], "any", false, false, false, 63), "UrlName", [], "any", false, false, false, 63), "productName" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 63), "UrlName", [], "any", false, false, false, 63), "id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 63), "Id", [], "any", false, false, false, 63)]), "html", null, true);
echo "\"><img src=\"";
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["p"], "image", [], "any", false, false, false, 63), "id", [], "any", false, false, false, 63), "height" => "100", "width" => "100"]), "html", null, true);
echo "\" style=\"width:auto!important;\"/></a>
<a href=\"";
// line 64
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, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 64), "company", [], "any", false, false, false, 64), "UrlName", [], "any", false, false, false, 64), "productName" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 64), "UrlName", [], "any", false, false, false, 64), "id" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 64), "Id", [], "any", false, false, false, 64)]), "html", null, true);
echo "\" class=\"name\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 64), "nameWithDetails", [], "any", false, false, false, 64), "html", null, true);
echo "</a>
<div class=\"price\" style=\"padding: 0px;\">";
// line 65
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 65), "displayPrice", [], "any", false, false, false, 65), "html", null, true);
echo "</div>
";
// line 66
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 66), "isSalable", [], "any", false, false, false, 66)) {
// line 67
echo " <br>
<div class=\"button button-100 button-orange add-to-cart\" data-type=\"product\" data-id=\"";
// line 68
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["p"], "product", [], "any", false, false, false, 68), "id", [], "any", false, false, false, 68), "html", null, true);
echo "\" style=\"font-size: 12px;\">
ACHETER
</div>
";
}
// line 72
echo " </li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['p'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 74
echo " </ul>
</div>
</div> -->
";
}
// line 79
echo "
";
}
// line 82
echo "
";
// line 83
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.', 83, $this->source); })()), "displaySurvey", [], "any", false, false, false, 83)) {
// line 84
echo "<div class=\"surveyDialog\" data-sm-init=\"true\">
<div class=\"title\">AIDEZ NOUS À MIEUX VOUS CONNAÎTRE</div>
<p style=\"\">Remplissez un court sondage pour nous aider à vous connaître.</p>
<div class=\"row\">
<div class=\"col-md-12\">
<br>
<div class=\"btn-group\">
<a href=\"";
// line 91
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("survey", ["id" => 1]);
echo "\" class=\"btn btn-success btn-block\" style=\"background-color:green;\">Répondre</a>
</div>
<div class=\"btn-group\">
<a href=\"";
// line 94
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("survey", ["id" => 2]);
echo "\" class=\"btn btn-success btn-block\" style=\"background-color:green;\">Plus-tard</a>
</div>
<div class=\"btn-group\">
<a href=\"";
// line 97
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("survey", ["id" => 3]);
echo "\" class=\"btn btn-success btn-block\" style=\"background-color:green;\">Ne plus afficher</a>
</div>
</div>
</div>
</div>
";
}
// line 103
echo "
";
// line 104
$this->loadTemplate("frontend/menu_mobile.html.twig", "frontend/base.html.twig", 104)->display($context);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 8
public function block_styleContainer($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", "styleContainer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "styleContainer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 21
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"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 106
public function block_mainJS($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", "mainJS"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "mainJS"));
// line 107
echo "
";
// line 109
$this->displayParentBlock("mainJS", $context, $blocks);
echo "
<script src=\"/assets/frontend/js/jquery-3.1.1.min.js\"></script>
<script src=\"/assets/admin/plugins/notifyjs/js/notify.js\"></script>
<script src=\"/assets/admin/plugins/notifications/notify-metro.js\"></script>
<script src=\"/assets/admin/js/jquery.core.js\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/lazyload@2.0.0-rc.2/lazyload.js\"></script>
<script>
\$(function() {
lazyload();
/*
\$('#flashMessages').find('.flashMessage').each(function(){
var type = \$(this).data('type');
if(type == 'focus'){
var html = \$(this).text();
var targetOffset= \$(html).offset().top;
\$('html, body').animate({scrollTop: targetOffset}, 1000);
}else{
\$.Notification.autoHideNotify(\$(this).data('type'),'bottom right','Informations', \$(this).text());
}
});
*/
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 134
public function block_mainCSS($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", "mainCSS"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "mainCSS"));
// line 135
$this->displayParentBlock("mainCSS", $context, $blocks);
echo "
<link href=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/plugin/css/slickmodal.min.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/demos/css/carousel_slider.css\" rel=\"stylesheet\" type=\"text/css\" />
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "frontend/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 408 => 135, 398 => 134, 363 => 109, 359 => 107, 349 => 106, 331 => 21, 313 => 8, 303 => 104, 300 => 103, 291 => 97, 285 => 94, 279 => 91, 270 => 84, 268 => 83, 265 => 82, 260 => 79, 253 => 74, 246 => 72, 239 => 68, 236 => 67, 234 => 66, 230 => 65, 224 => 64, 218 => 63, 215 => 62, 211 => 61, 207 => 59, 200 => 54, 198 => 53, 175 => 32, 173 => 31, 170 => 30, 168 => 28, 165 => 27, 159 => 25, 157 => 24, 153 => 22, 150 => 21, 145 => 18, 139 => 16, 134 => 14, 129 => 13, 126 => 12, 123 => 11, 121 => 10, 119 => 9, 115 => 8, 111 => 6, 101 => 5, 83 => 3, 64 => 2, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}Maturin{% endblock %}
{% block JS %}
{% endblock %}
{% block body %}
<div class=\"container-fluid\" style=\"background-color: white;\">
<div class=\"row\" >
<div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12\" style=\"{% block styleContainer %}{% endblock %}\">
{% include 'menu.html.twig' %}
{# {% include 'frontend/menu.html.twig' %} #}
{% set current_path = app.request.get('_route') %}
{% if current_path != \"fos_user_security_login\" %}
{% if global.associationUserIsBrowsing %}
{% include 'frontend/fullmenu.html.twig' %}
{% else %}
{% include 'frontend/fullmenu.html.twig' %}
{% endif %}
{% endif %}
{% block content %}{% endblock %}
</div>
</div>
{% if page is not defined or forceFooter is defined or (page is defined and page.template == 'footer.html.twig') %}
{{ block('footer', 'Omelo/Templates/footer.html.twig') }}
{% endif %}
</div>
{% if global.displayStarterKits %}
{# Doing the modal for suggestions of products #}
<!-- START COPYING -->
{% if not global.associationUserIsBrowsing %}
<div class=\"carouselSlider\" data-sm-init=\"true\">
<div class=\"title\">OBTENEZ 10% SUR VOTRE PREMIER ACHAT</div>
<p style=\"\">Abonnez-vous à notre infolettre et recevez les suggestions que nous préparerons pour vous ainsi que des idées-repas.</p>
<div class=\"row\">
<div class=\"col-md-12\">
<form method=\"post\" action=\"/\">
<input type=\"hidden\" name=\"action\" value=\"newsletter_subscribe\">
<input type=\"text\" class=\"form-control\" name=\"newsletter_email\" placeholder=\"Entrez votre courriel\">
<br>
<button class=\"btn btn-success btn-block\">M'inscrire</button>
</form>
</div>
</div>
</div>
<!--
<div class=\"carouselSlider\" data-sm-init=\"true\">
<div class=\"title\"><span>☆</span>Ensembles découvertes<span>☆</span></div>
<p style=\"\">Simplifiez-vous la vie sans compromis de qualité avec un ensemble découverte 100% local.</p>
{% if global.starterKits | length > 2 %}
<div class=\"actions\">
<button class=\"nav prev\">←</button>
<button class=\"nav next\">→</button>
</div>
{% endif %}
<div class=\"carouselWrapper\">
<ul class=\"carouselList\" data-show=\"2\" data-padding=\"20\">
{% for p in global.starterKits %}
<li>
<a href=\"{{path('viewProduct', {'producerUrl': p.product.company.UrlName, 'productName': p.product.UrlName, 'id': p.product.Id })}}\"><img src=\"{{path('getImageAsCroppedThumb', {'id': p.image.id, 'height': '100', 'width': '100'})}}\" style=\"width:auto!important;\"/></a>
<a href=\"{{path('viewProduct', {'producerUrl': p.product.company.UrlName, 'productName': p.product.UrlName, 'id': p.product.Id })}}\" class=\"name\">{{p.product.nameWithDetails}}</a>
<div class=\"price\" style=\"padding: 0px;\">{{p.product.displayPrice}}</div>
{% if p.product.isSalable %}
<br>
<div class=\"button button-100 button-orange add-to-cart\" data-type=\"product\" data-id=\"{{p.product.id}}\" style=\"font-size: 12px;\">
ACHETER
</div>
{% endif %}
</li>
{% endfor %}
</ul>
</div>
</div> -->
{% endif %}
{% endif %}
{% if global.displaySurvey %}
<div class=\"surveyDialog\" data-sm-init=\"true\">
<div class=\"title\">AIDEZ NOUS À MIEUX VOUS CONNAÎTRE</div>
<p style=\"\">Remplissez un court sondage pour nous aider à vous connaître.</p>
<div class=\"row\">
<div class=\"col-md-12\">
<br>
<div class=\"btn-group\">
<a href=\"{{path('survey',{id:1})}}\" class=\"btn btn-success btn-block\" style=\"background-color:green;\">Répondre</a>
</div>
<div class=\"btn-group\">
<a href=\"{{path('survey',{id:2})}}\" class=\"btn btn-success btn-block\" style=\"background-color:green;\">Plus-tard</a>
</div>
<div class=\"btn-group\">
<a href=\"{{path('survey',{id:3})}}\" class=\"btn btn-success btn-block\" style=\"background-color:green;\">Ne plus afficher</a>
</div>
</div>
</div>
</div>
{% endif %}
{% include 'frontend/menu_mobile.html.twig' %}
{% endblock %}
{% block mainJS %}
{{parent()}}
<script src=\"/assets/frontend/js/jquery-3.1.1.min.js\"></script>
<script src=\"/assets/admin/plugins/notifyjs/js/notify.js\"></script>
<script src=\"/assets/admin/plugins/notifications/notify-metro.js\"></script>
<script src=\"/assets/admin/js/jquery.core.js\"></script>
<script src=\"https://cdn.jsdelivr.net/npm/lazyload@2.0.0-rc.2/lazyload.js\"></script>
<script>
\$(function() {
lazyload();
/*
\$('#flashMessages').find('.flashMessage').each(function(){
var type = \$(this).data('type');
if(type == 'focus'){
var html = \$(this).text();
var targetOffset= \$(html).offset().top;
\$('html, body').animate({scrollTop: targetOffset}, 1000);
}else{
\$.Notification.autoHideNotify(\$(this).data('type'),'bottom right','Informations', \$(this).text());
}
});
*/
});
</script>
{% endblock %}
{% block mainCSS %}
{{parent()}}
<link href=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/plugin/css/slickmodal.min.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"/assets/shared/plugins/slick-modal-css3-powered-popups/src/demos/css/carousel_slider.css\" rel=\"stylesheet\" type=\"text/css\" />
{% endblock %}
", "frontend/base.html.twig", "/var/www/html/Markego/templates/frontend/base.html.twig");
}
}