<?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;
/* FrontBundle/Page/shop2.html.twig */
class __TwigTemplate_d2ee073e7fae0e742c6889393973953a603927d891bf71e59fb3bfc46fed8907 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'google' => [$this, 'block_google'],
'extra_class' => [$this, 'block_extra_class'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "FrontBundle/layout_shop.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", "FrontBundle/Page/shop2.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "FrontBundle/Page/shop2.html.twig"));
$this->parent = $this->loadTemplate("FrontBundle/layout_shop.html.twig", "FrontBundle/Page/shop2.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 3
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 twig_escape_filter($this->env, (isset($context["app_sitename"]) || array_key_exists("app_sitename", $context) ? $context["app_sitename"] : (function () { throw new RuntimeError('Variable "app_sitename" does not exist.', 3, $this->source); })()), "html", null, true);
echo " - ";
echo twig_escape_filter($this->env, 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.', 3, $this->source); })()), "metaTitle", [], "any", false, false, false, 3), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 4
public function block_description($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", "description"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
echo twig_escape_filter($this->env, 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.', 4, $this->source); })()), "metaDescription", [], "any", false, false, false, 4), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
public function block_google($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", "google"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "google"));
// line 6
echo "<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-11336737773\">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-11336737773');
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 18
public function block_extra_class($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", "extra_class"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "extra_class"));
echo "stack";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 22
public function block_stylesheets($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", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 23
echo " <link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/nouislider.css\" rel=\"stylesheet\">
<style>
.bon-cadeau .options,
.bon-cadeau .options.small {
display: none;
}
/* ETOILES */
#bon-cadeau-results .item {
position: relative;
}
#bon-cadeau-12::before,
#bon-cadeau-17::before,
#bon-cadeau-22::before {
content: url(/front/img/stars3.svg);
position: absolute;
left: 42px;
top: 16px;
z-index: -1;
}
#bon-cadeau-12::after,
#bon-cadeau-17::after,
#bon-cadeau-22::after {
content: url(/front/img/stars4.svg);
position: absolute;
right: 22px;
bottom: 110px;
z-index: -1;
}
#bon-cadeau-14::before,
#bon-cadeau-16::before,
#bon-cadeau-19::before {
content: url(/front/img/stars5.svg);
position: absolute;
right: 55px;
top: 116px;
z-index: -1;
}
#bon-cadeau-20::before {
content: url(/front/img/stars1.svg);
position: absolute;
left: -46px;
bottom: 77px;
}
/* FIN ETOILES */
#bon-cadeau-10-plus {
margin-top: 1px;
}
/**
override footer cause bug
*/
footer .bottom{
height: 60px;
margin-top: -10px;
display: flex;
}
@media screen and (min-width: 1400px){
footer .bottom .col-md-8 ul {
height: 100%;
display: grid;
grid-auto-flow: column;
align-items: center;
}
}
@media screen and (min-width: 458px) {
footer .bottom .col-md-8 ul {
height: 100%;
display: block;
grid-auto-flow: revert;
}
}
.full-bar {
width: 100%;
}
.bon-cadeau{
cursor: pointer;
}
.bon-cadeau:last-child{
cursor: revert;
}
/* Ciblez .bon-cadeau dans .shop_bons_section1 et .shop_bons_section2 pour l'état par défaut */
.page_shop .shop_bons_section1 .bon-cadeau::before,
.page_shop .shop_bons_section2 .bon-cadeau::before {
border: 1px solid transparent;
transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
transform: scale(1);
height: 100%;
}
/* Ciblez .bon-cadeau dans .shop_bons_section1 et .shop_bons_section2 pour l'état de survol */
.page_shop .shop_bons_section1 .bon-cadeau:hover::before,
.page_shop .shop_bons_section2 .bon-cadeau:hover::before {
border: 1px solid var(--red);
transform: scale(1.05);
}
/* Annuler les transformations pour les éléments avec la classe .last-item-class */
.page_shop .shop_bons_section1 .last-item-class .bon-cadeau::before,
.page_shop .shop_bons_section2 .last-item-class .bon-cadeau::before,
.page_shop .shop_bons_section1 .last-item-class .bon-cadeau:hover::before,
.page_shop .shop_bons_section2 .last-item-class .bon-cadeau:hover::before {
border: 1px solid transparent !important;
transform: scale(1) !important;
transition: none !important;
}
.options {
/* position: absolute;
background-color: #faf5f5;*/
padding-left: 15px;
margin-left: -15px;
border-radius: 30px;
padding-bottom: 10px;
cursor: pointer;
}
.options li {
background-color: #FFFFFF;
border-radius: 15px;
padding: 5px 0px;
margin: 5px;
width: calc(25% - -59px);
float: left;
position: relative;
height: 74px;
border: 1px solid #FFFFFF;
}
.options label {
border-bottom: 2px solid var(--red);
display: table;
padding: 0px 0px 5px 0px;
width: auto;
margin-bottom: 10px;
}
.option-content {
border-radius: 14px;
background: #931517;
display: flex;
justify-content: center;
align-items: center;
width: 119px;
height: 19px;
flex-shrink: 0;
margin-top: 10px;
color: #fff;
padding: 0.5rem 1rem;
font-size: 13px;
font-weight: 600;
margin-bottom: 4px;
}
.options ul {
background-color: transparent;
border-radius: 30px;
padding: 0px !important;
margin: 0px !important;
float: left;
width: 100%;
list-style: none;
}
.options .title {
max-width: 92%;
transform: translateX(4.2%);
margin: 0;
font-size: 11px;
font-weight: normal;
text-align: center;
padding: 0;
line-height: 14px;
min-height: 33px;
}
.options ul li {
width: calc(31% - -59px);
}
.options ul li::before {
content: '';
}
.items-slider .item .options .price {
margin: 3px 0 0 0;
font-size: 14px;
font-weight: normal;
color: var(--red);
text-align: center;
width: 100%;
padding: 0;
}
.shop_bons_section1 .bon-cadeau .actions2 {
position: absolute;
height: 33px;
width: 33.3%;
background-color: var(--red);
border-radius: 16px;
margin: 0px;
top: calc(100% - 45px);
}
.shop_bons_section1 #bon-cadeau-15 .actions2,
.shop_bons_section1 #bon-cadeau-16 .actions2,
.shop_bons_section1 #bon-cadeau-22 .actions2,
.shop_bons_section1 #bon-cadeau-20 .actions2,
.shop_bons_section1 #bon-cadeau-4 .actions2,
.shop_bons_section1 #bon-cadeau-5 .actions2,
.shop_bons_section1 #bon-cadeau-11 .actions2,
.shop_bons_section1 #bon-cadeau-9 .actions2 {
position: relative;
height: 34px;
width: 74%;
background-color: var(--red);
border-radius: 16px;
margin: 0px;
margin-bottom: 15px;
top: 0px;
}
.col-md-7 .pt-5 .infos {
background-color: #FFFFFF;
width: 15px;
height: 15px;
margin-left: 15px;
-webkit-box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 16%);
box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 16%);
color: #000000;
display: inline-block;
border-radius: 8px;
text-align: center;
font-weight: 500;
line-height: 15px;
font-size: 13px;
cursor: pointer;
z-index: 800;
}
.shop_bons_section1 #bon-cadeau-15 .actions2 .price,
.shop_bons_section1 #bon-cadeau-16 .actions2 .price,
.shop_bons_section1 #bon-cadeau-22 .actions2 .price,
.shop_bons_section1 #bon-cadeau-20 .actions2 .price,
.shop_bons_section1 #bon-cadeau-4 .actions2 .price,
.shop_bons_section1 #bon-cadeau-5 .actions2 .price,
.shop_bons_section1 #bon-cadeau-11 .actions2 .price,
.shop_bons_section1 #bon-cadeau-9 .actions2 .price {
line-height: 33px;
margin-top: 0px;
}
.options .title .sub {
color: #656565;
font-size: 10px;
}
.shop_bons_section1 {
min-height: 630px;
}
.options.small {
position: relative;
padding-left: 0px;
margin-left: 0px;
background-color: transparent;
width: 100%;
margin-top: 1rem;
max-width: 255px;
}
.options.small ul li {
width: 100%;
}
.options.small ul li {
height: 60px !important;
}
#bon-cadeau-6 .option-1,
#bon-cadeau-6 .option-2,
#bon-cadeau-20 .option-1,
#bon-cadeau-20 .option-2,
#bon-cadeau-7 .option-1,
#bon-cadeau-7 .option-2,
#bon-cadeau-8 .option-1,
#bon-cadeau-8 .option-2,
#bon-cadeau-9 .option-1,
#bon-cadeau-9 .option-2 {
display: none;
}
.bon-cadeau .actions2 .add-cart {
top: 4px;
}
.options.small .title {
min-height: auto;
}
.items-slider .item .options.small .price {
margin: 0px !important;
}
.shop_bons_section1 #bon-cadeau-10 .bon-cadeau .actions2 {
top: calc(74% - 16px);
}
.items-slider .item .price {
font-size: 16px;
line-height: 32px;
}
.actions2{
position: relative;
}
.shop_bons_section2 .bon-cadeau .actions2 ,.add {
top: 48% !important;
height: 28px;
width: 207px;
}
.shop_bons_section2 .bon-cadeau .actions2 ,.one{
top: 44.8% !important;
height: 28px;
width: 207px;
}
.shop_bons_section2 .bon-cadeau .actions2 .add-cart {
top:4px !important;
}
#bon-cadeau-9 .options .col-12:first-child .option-content{
display: none;
}
.bon-cadeau ul {
margin-bottom: 15px;
}
.bon-cadeau .actions2 {
position: relative !important;
}
.shop_bons_section2 .bon-cadeau .actions2, .one {
top: inherit !important;
width: 100%;
height: 34px;
}
#bon-cadeau-10 .actions2 {
position: absolute !important;
}
/* #bon-cadeau-6 .option-6,
#bon-cadeau-7 .option-6,
#bon-cadeau-8 .option-6,
#bon-cadeau-9 .option-6 {
display: none;
}*/
.infos {
background-color: var(--red);
width: 15px;
height: 15px;
position: absolute;
display: block;
color: #FFFFFF;
border-radius: 8px;
text-align: center;
font-weight: 500;
line-height: 15px;
font-size: 13px;
right: -10px;
top: -10px;
cursor: pointer;
z-index: 800;
margin: 10px;
}
@media (max-width: 1440px)
{
.options ul li {
width: calc(50% - 18px);
}
.shop_bons_section1 {
min-height: 760px;
}
.shop_bons_section1 #bon-cadeau-10 .bon-cadeau .actions2 {
top: calc(100% - 45px);
}
.items-slider .item .price {
font-size: 15px;
line-height: 33px;
}
}
@media (max-width: 768px)
{
.options {
width: 58%;
}
.options ul li {
width: calc(100% - 24px);
height: 60px !important;
}
.options .title {
min-height: auto;
}
.items-slider .item .options .price {
margin: 0px !important;
}
.shop_bons_section1 {
min-height: 960px;
}
.bon-cadeau .actions2 {
width: calc(100% - 60px);
}
/* .shop_bons_section2 .bon-cadeau .actions2 ,.one{
top: 48% !important;
height: 28px;
width: 207px;
}*/
}
@media (max-width: 767px)
{
.options {
position: relative;
padding-left: 0px;
margin-left: 0px;
background-color: transparent;
width: 100%;
}
.options ul li {
width: 100%;
}
.shop_bons_section1 .bon-cadeau .actions2 {
width: calc(100% - 60px);
top: calc(100% - 17px);
}
.options.small {
max-width: 100%;
}
.shop_bons_section1 #bon-cadeau-4 .actions2,
.shop_bons_section1 #bon-cadeau-5 .actions2,
.shop_bons_section1 #bon-cadeau-11 .actions2,
.shop_bons_section1 #bon-cadeau-9 .actions2 {
width: 100%;
}
}
.additional .infos{
right: -25px;
transform: translateX(-5%);
background-color: #FFFFFF;
color: #000000;
}
ul, .additional{
display: table;
}
.date-article p{
padding: 0;
text-align: center;
font-size: .875rem;
font-weight: 500;
}
.btn-primary.active,
.btn-primary:hover {
color: #ffffff;
text-decoration: none;
border: 1px solid var(--red);
background-color: var(--red);
}
.bon-cadeau .per-person{
font-size: 12px;
}
.bon-cadeau .per-person{
height: 25px;
}
.bon-cadeau .per-person span{
line-height: 26px;
}
.bon-cadeau .per-person img{
margin: 9px 0 0 6px;
}
.items-slider .item .category{
font-size: 12px;
}
.bon-cadeau .actions2 .no-cart{
width: 145px;
font-size: 0.9rem;
position: absolute;
background-color: #FFFFFF;
right: 3px;
top: 4px;
height: 26px;
border-radius: 13px;
text-align: center;
}
.bon-cadeau .actions2 .price{
width: 50%;
}
.shop-bf .bon-cadeau .actions2 .price {
color: #000000;
}
.shop-bf .option-content,
.shop-bf .bon-cadeau .actions2,
.shop-bf.items-slider .item .category {
background-color: #FFF446;
color: #000000;
}
.shop-bf .bon-cadeau::before {
background-color: #fff4462e !important;
}
.shop-bf .bon-cadeau ul li::before {
color: #FFF446;
}
.shop-bf .options label {
border-bottom: #FFF446;
}
.shop-bf .bon-cadeau:hover::before {
border: 1px solid #000000 !important;
}
.shop-bf .barre {
text-decoration: line-through;
margin-left: -65px;
background-color: #FFF446;
border-radius: 16px;
padding: 8px 8px 7px 8px;
text-decoration-thickness: 2px;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 615
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 616
echo "
";
// line 618
if ((null === (isset($context["category_slug"]) || array_key_exists("category_slug", $context) ? $context["category_slug"] : (function () { throw new RuntimeError('Variable "category_slug" does not exist.', 618, $this->source); })()))) {
// line 619
echo " <div class=\"content nav-content\" style=\"margin-top:60px\">
<div class=\"row fluid-menu\">
<div class=\"nav-menu\">
<div class=\"nav-list\">
<div class=\"overlay\"></div>
<ul>
";
// line 625
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories", $context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.', 625, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
// line 626
echo " <li class=\"";
echo (((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["category"], "slug", [], "any", false, false, false, 626), "bon-cadeau"))) ? ("active hover") : ("soon"));
echo "\"><a href=\"";
(((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["category"], "slug", [], "any", false, false, false, 626), "bon-cadeau"))) ? (print (twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("framework_front_shop_cat", ["category_slug" => twig_get_attribute($this->env, $this->source, $context["category"], "slug", [], "any", false, false, false, 626), "locale" => 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.', 626, $this->source); })()), "request", [], "any", false, false, false, 626), "locale", [], "any", false, false, false, 626)]), "html", null, true))) : (print ("#")));
echo "\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["category"], "name", [], "any", false, false, false, 626), 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.', 626, $this->source); })()), "request", [], "any", false, false, false, 626), "locale", [], "any", false, false, false, 626), [], "array", false, false, false, 626), "html", null, true);
echo "</a></li>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 628
echo " </ul>
</div>
</div>
</div>
</div>
";
} else {
// line 634
echo "
<div class=\"content nav-content\" style=\"margin-top:60px\">
<div class=\"row fluid-menu\">
<div class=\"nav-menu\">
<div class=\"nav-list\">
<div class=\"overlay\"></div>
<ul>
<li><a href=\"/";
// line 641
echo twig_escape_filter($this->env, 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.', 641, $this->source); })()), "request", [], "any", false, false, false, 641), "locale", [], "any", false, false, false, 641), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 641, $this->source); })()), "request", [], "any", false, false, false, 641), "locale", [], "any", false, false, false, 641)), "html", null, true);
echo "/articles\">";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_all", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 641, $this->source); })()));
echo "</a></li>
<li class=\"";
// line 642
echo (((0 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 642, $this->source); })()), "slug", [], "any", false, false, false, 642), "bon-cadeau"))) ? ("active hover") : ("soon"));
echo "\"><a href=\"";
(((0 === twig_compare(twig_get_attribute($this->env, $this->source, (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 642, $this->source); })()), "slug", [], "any", false, false, false, 642), "bon-cadeau"))) ? (print (twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("framework_front_shop_cat", ["category_slug" => twig_get_attribute($this->env, $this->source, (isset($context["category"]) || array_key_exists("category", $context) ? $context["category"] : (function () { throw new RuntimeError('Variable "category" does not exist.', 642, $this->source); })()), "slug", [], "any", false, false, false, 642), "locale" => 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.', 642, $this->source); })()), "request", [], "any", false, false, false, 642), "locale", [], "any", false, false, false, 642)]), "html", null, true))) : (print ("#")));
echo "\">";
echo twig_escape_filter($this->env, twig_replace_filter((isset($context["categoryName"]) || array_key_exists("categoryName", $context) ? $context["categoryName"] : (function () { throw new RuntimeError('Variable "categoryName" does not exist.', 642, $this->source); })()), ["Bons cadeaux" => $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_bons", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 642, $this->source); })()))]), "html", null, true);
echo "</a></li>
</ul>
</div>
</div>
</div>
</div>
";
}
// line 649
echo "
";
// line 652
if (((null === (isset($context["category_slug"]) || array_key_exists("category_slug", $context) ? $context["category_slug"] : (function () { throw new RuntimeError('Variable "category_slug" does not exist.', 652, $this->source); })())) || (0 === twig_compare((isset($context["category_slug"]) || array_key_exists("category_slug", $context) ? $context["category_slug"] : (function () { throw new RuntimeError('Variable "category_slug" does not exist.', 652, $this->source); })()), "bon-cadeau")))) {
// line 653
echo " <section class=\"espace-content full mt-0\" id=\"bon-cadeau\" >
<div class=\"content\">
<a href=\"/";
// line 655
echo twig_escape_filter($this->env, 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.', 655, $this->source); })()), "request", [], "any", false, false, false, 655), "locale", [], "any", false, false, false, 655), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 655, $this->source); })()), "request", [], "any", false, false, false, 655), "locale", [], "any", false, false, false, 655)), "html", null, true);
echo "\" class=\"link-back\"><img src=\"/front/img/button-arrow-r-l.svg\" alt=\"back\" width=\"25px\" class=\"me-2\" />";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_back", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 655, $this->source); })()));
echo "</a>
<h1 class=\" mb-3 no-bar mt-4\">";
// line 656
echo twig_escape_filter($this->env, twig_replace_filter((isset($context["categoryName"]) || array_key_exists("categoryName", $context) ? $context["categoryName"] : (function () { throw new RuntimeError('Variable "categoryName" does not exist.', 656, $this->source); })()), ["Bons cadeaux" => $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_bons", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 656, $this->source); })()))]), "html", null, true);
echo " / ";
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_season", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 656, $this->source); })()));
echo "<span class=\"full-bar\"></span></h1>
<span class=\"bon-badge\">";
// line 657
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_badge", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 657, $this->source); })()));
echo "</span>
<p class=\"pt-4 pb-0 text-black\">
";
// line 659
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 659, $this->source); })()));
echo "
</p>
</div>
</section>
";
// line 785
echo "
<h3 class=\"shop_bons_section mt-5\">";
// line 807
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_section1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 807, $this->source); })())));
echo "</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section2\" id=\"bon-cadeau-results\">
";
// line 913
echo "
";
// line 915
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bons"]) || array_key_exists("bons", $context) ? $context["bons"] : (function () { throw new RuntimeError('Variable "bons" does not exist.', 915, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 916
echo "
";
// line 917
$context["saved"] = false;
// line 918
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bookmarks"]) || array_key_exists("bookmarks", $context) ? $context["bookmarks"] : (function () { throw new RuntimeError('Variable "bookmarks" does not exist.', 918, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["bookmark"]) {
// line 919
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bookmark"], "product", [], "any", false, false, false, 919), "id", [], "any", false, false, false, 919), twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 919)))) {
// line 920
echo " ";
$context["saved"] = true;
// line 921
echo " ";
}
// line 922
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bookmark'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 923
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 923), [0 => "bon-cadeau-22", 1 => "bon-cadeau-15", 2 => "bon-cadeau-16"])) {
// line 924
echo " <div class=\"item col-md-6 col-lg-4 mb-5\" id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 924), "html", null, true);
echo "\">
<div class=\"bon-cadeau\">
<div class=\"col-md-12\">
<a href=\"#\" class=\"favoris trigger-modal ";
// line 927
echo (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) ? ("bookmark") : ("not-logged-in"));
echo " ";
echo (((isset($context["saved"]) || array_key_exists("saved", $context) ? $context["saved"] : (function () { throw new RuntimeError('Variable "saved" does not exist.', 927, $this->source); })())) ? ("saved") : (""));
echo "\" data-id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 927), "html", null, true);
echo "\"><i></i></a>
<a href=\"/";
// line 928
echo twig_escape_filter($this->env, 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.', 928, $this->source); })()), "request", [], "any", false, false, false, 928), "locale", [], "any", false, false, false, 928), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 928, $this->source); })()), "request", [], "any", false, false, false, 928), "locale", [], "any", false, false, false, 928)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 928), "html", null, true);
echo "\" class=\"cover-container\">
<div class=\"per-person\"><span>";
// line 929
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_person", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 929, $this->source); })()));
echo "</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
";
// line 931
echo " <img alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 931, $this->source); })()), "request", [], "any", false, false, false, 931), "locale", [], "any", false, false, false, 931)], "method", false, false, false, 931), "html", null, true);
echo "\" class=\"cover\" src=\"/uploads/products/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 931), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "mainImage", [], "any", false, false, false, 931), "html", null, true);
echo "\" />
<div class=\"date-article\">
<p>";
// line 933
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_valable", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 933, $this->source); })()));
echo " </p>
</div>
</a>
</div>
<a href=\"/";
// line 937
echo twig_escape_filter($this->env, 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.', 937, $this->source); })()), "request", [], "any", false, false, false, 937), "locale", [], "any", false, false, false, 937), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 937, $this->source); })()), "request", [], "any", false, false, false, 937), "locale", [], "any", false, false, false, 937)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 937), "html", null, true);
echo "\" class=\"cover-container\">
<span class=\"name\">";
// line 938
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 938, $this->source); })()), "request", [], "any", false, false, false, 938), "locale", [], "any", false, false, false, 938)], "method", false, false, false, 938), "html", null, true);
echo "</span>
<span class=\"subname\">";
// line 939
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "usecaseLocale", [0 => 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.', 939, $this->source); })()), "request", [], "any", false, false, false, 939), "locale", [], "any", false, false, false, 939)], "method", false, false, false, 939), "html", null, true);
echo "</span>
<span class=\"category\">";
// line 940
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_bons", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 940, $this->source); })())));
echo "</span>
</a>
<div class=\"additional\" >
";
// line 943
echo twig_get_attribute($this->env, $this->source, $context["item"], "additionalLocale", [0 => 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.', 943, $this->source); })()), "request", [], "any", false, false, false, 943), "locale", [], "any", false, false, false, 943)], "method", false, false, false, 943);
echo "
</div>
<div class=\"actions2 one\">
<a href=\"/";
// line 947
echo twig_escape_filter($this->env, 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.', 947, $this->source); })()), "request", [], "any", false, false, false, 947), "locale", [], "any", false, false, false, 947), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 947, $this->source); })()), "request", [], "any", false, false, false, 947), "locale", [], "any", false, false, false, 947)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 947), "html", null, true);
echo "\">
<span class=\"price\">";
// line 948
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "priceFr", [], "any", false, false, false, 948), "html", null, true);
echo " €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options small\" href=\"/";
// line 952
echo twig_escape_filter($this->env, 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.', 952, $this->source); })()), "request", [], "any", false, false, false, 952), "locale", [], "any", false, false, false, 952), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 952, $this->source); })()), "request", [], "any", false, false, false, 952), "locale", [], "any", false, false, false, 952)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 952), "html", null, true);
echo "\">
<label>";
// line 953
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_product_options_title2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 953, $this->source); })()));
echo "</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
Restaurant
</span>
<ul class=\"mt-3\">
";
// line 960
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 960, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 961
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "restaurant", [], "any", false, false, false, 961), true))) {
// line 962
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 962), "html", null, true);
echo "\" style=\"height: 85px\">
";
// line 963
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 963), ""))) {
echo "<span class=\"infos\" data-desc=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 963), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 963), "html", null, true);
echo "\">i</span>";
}
// line 964
echo " <p class=\"title\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 964), "html", null, true);
echo "<br>";
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "sub", [], "any", false, false, false, 964), ""))) {
echo " <span class=\"sub\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "sub", [], "any", false, false, false, 964), "html", null, true);
echo "</span> ";
}
echo "</p>
<p class=\"price\">(+ ";
// line 965
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 965), "html", null, true);
echo " €)</p>
</li>
";
}
// line 968
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 969
echo " </ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
";
// line 976
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 976, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 977
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 977), true))) {
// line 978
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 978), "html", null, true);
echo "\">
<p class=\"title\">";
// line 979
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 979), "html", null, true);
echo "<br>";
if (twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 979)) {
echo "<span>Lounge Club</span>";
}
echo "</p>
<p class=\"price\" ";
// line 980
if (( !twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 980) && (-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 980), 3)))) {
echo "style=\"margin-top: 10px;\"";
}
echo ">(+ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 980), "html", null, true);
echo " €)</p>
</li>
";
}
// line 983
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 984
echo " </ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
";
// line 990
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("cadeau_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 990, $this->source); })()));
echo "
</span>
<ul class=\"mt-3\">
";
// line 993
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 993, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 994
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "boutique", [], "any", false, false, false, 994), true))) {
// line 995
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 995), "html", null, true);
echo "\">
";
// line 996
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 996), ""))) {
echo "<span class=\"infos\" data-desc=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 996), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 996), "html", null, true);
echo "\">i</span>";
}
// line 997
echo " <p class=\"title\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 997), "html", null, true);
echo "<br>";
if (twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 997)) {
echo "<span>Lounge Club</span>";
}
echo "</p>
<p class=\"price\" ";
// line 998
if (( !twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 998) && (-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 998), 3)))) {
echo "style=\"margin-top: 10px;\"";
}
echo ">(+ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 998), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1001
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1002
echo " </ul>
</div>
</div>
</div>
</div>
</div>
";
}
// line 1009
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1010
echo "
</div>
</div>
</div>
<h3 class=\"shop_bons_section mt-5\">";
// line 1018
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_section2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1018, $this->source); })())));
echo "</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section2\" id=\"bon-cadeau-results\">
";
// line 1024
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bons"]) || array_key_exists("bons", $context) ? $context["bons"] : (function () { throw new RuntimeError('Variable "bons" does not exist.', 1024, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 1025
echo "
";
// line 1026
$context["saved"] = false;
// line 1027
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bookmarks"]) || array_key_exists("bookmarks", $context) ? $context["bookmarks"] : (function () { throw new RuntimeError('Variable "bookmarks" does not exist.', 1027, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["bookmark"]) {
// line 1028
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bookmark"], "product", [], "any", false, false, false, 1028), "id", [], "any", false, false, false, 1028), twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1028)))) {
// line 1029
echo " ";
$context["saved"] = true;
// line 1030
echo " ";
}
// line 1031
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bookmark'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1032
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1032), [0 => "bon-cadeau-12", 1 => "bon-cadeau-13", 2 => "bon-cadeau-14"])) {
// line 1033
echo " <div class=\"item col-md-6 col-lg-4 mb-5\" id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1033), "html", null, true);
echo "\">
<div class=\"bon-cadeau\">
<div class=\"col-md-12\">
<a href=\"#\" class=\"favoris trigger-modal ";
// line 1036
echo (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) ? ("bookmark") : ("not-logged-in"));
echo " ";
echo (((isset($context["saved"]) || array_key_exists("saved", $context) ? $context["saved"] : (function () { throw new RuntimeError('Variable "saved" does not exist.', 1036, $this->source); })())) ? ("saved") : (""));
echo "\" data-id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1036), "html", null, true);
echo "\"><i></i></a>
<a href=\"/";
// line 1037
echo twig_escape_filter($this->env, 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.', 1037, $this->source); })()), "request", [], "any", false, false, false, 1037), "locale", [], "any", false, false, false, 1037), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1037, $this->source); })()), "request", [], "any", false, false, false, 1037), "locale", [], "any", false, false, false, 1037)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1037), "html", null, true);
echo "\" class=\"cover-container\">
<div class=\"per-person\"><span>";
// line 1038
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_person", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1038, $this->source); })()));
echo "</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
";
// line 1040
echo " <img alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 1040, $this->source); })()), "request", [], "any", false, false, false, 1040), "locale", [], "any", false, false, false, 1040)], "method", false, false, false, 1040), "html", null, true);
echo "\" class=\"cover\" src=\"/uploads/products/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1040), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "mainImage", [], "any", false, false, false, 1040), "html", null, true);
echo "\" />
<div class=\"date-article\">
<p>";
// line 1042
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_valable", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1042, $this->source); })()));
echo " </p>
</div>
</a>
</div>
<a href=\"/";
// line 1046
echo twig_escape_filter($this->env, 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.', 1046, $this->source); })()), "request", [], "any", false, false, false, 1046), "locale", [], "any", false, false, false, 1046), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1046, $this->source); })()), "request", [], "any", false, false, false, 1046), "locale", [], "any", false, false, false, 1046)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1046), "html", null, true);
echo "\" class=\"cover-container\">
<span class=\"name\">";
// line 1047
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 1047, $this->source); })()), "request", [], "any", false, false, false, 1047), "locale", [], "any", false, false, false, 1047)], "method", false, false, false, 1047), "html", null, true);
echo "</span>
<span class=\"subname\">";
// line 1048
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "usecaseLocale", [0 => 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.', 1048, $this->source); })()), "request", [], "any", false, false, false, 1048), "locale", [], "any", false, false, false, 1048)], "method", false, false, false, 1048), "html", null, true);
echo "</span>
<span class=\"category\">";
// line 1049
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_bons", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1049, $this->source); })())));
echo "</span>
</a>
<div class=\"additional\" >
";
// line 1052
echo twig_get_attribute($this->env, $this->source, $context["item"], "additionalLocale", [0 => 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.', 1052, $this->source); })()), "request", [], "any", false, false, false, 1052), "locale", [], "any", false, false, false, 1052)], "method", false, false, false, 1052);
echo "
</div>
<div class=\"actions2 one\">
<a href=\"/";
// line 1056
echo twig_escape_filter($this->env, 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.', 1056, $this->source); })()), "request", [], "any", false, false, false, 1056), "locale", [], "any", false, false, false, 1056), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1056, $this->source); })()), "request", [], "any", false, false, false, 1056), "locale", [], "any", false, false, false, 1056)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1056), "html", null, true);
echo "\">
<span class=\"price\">";
// line 1057
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "priceFr", [], "any", false, false, false, 1057), "html", null, true);
echo " €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options small\" href=\"/";
// line 1061
echo twig_escape_filter($this->env, 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.', 1061, $this->source); })()), "request", [], "any", false, false, false, 1061), "locale", [], "any", false, false, false, 1061), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1061, $this->source); })()), "request", [], "any", false, false, false, 1061), "locale", [], "any", false, false, false, 1061)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1061), "html", null, true);
echo "\">
<label>";
// line 1062
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_product_options_title2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1062, $this->source); })()));
echo "</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
Restaurant
</span>
<ul class=\"mt-3\">
";
// line 1069
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1069, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1070
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "restaurant", [], "any", false, false, false, 1070), true))) {
// line 1071
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1071), "html", null, true);
echo "\" style=\"height: 85px\">
";
// line 1072
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 1072), ""))) {
echo "<span class=\"infos\" data-desc=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 1072), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 1072), "html", null, true);
echo "\">i</span>";
}
// line 1073
echo " <p class=\"title\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1073), "html", null, true);
echo "<br>";
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "sub", [], "any", false, false, false, 1073), ""))) {
echo " <span class=\"sub\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "sub", [], "any", false, false, false, 1073), "html", null, true);
echo "</span> ";
}
echo "</p>
<p class=\"price\">(+ ";
// line 1074
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1074), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1077
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1078
echo " </ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
";
// line 1085
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1085, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1086
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1086), true))) {
// line 1087
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1087), "html", null, true);
echo "\">
<p class=\"title\">";
// line 1088
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1088), "html", null, true);
echo "<br>";
if (twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1088)) {
echo "<span>Lounge Club</span>";
}
echo "</p>
<p class=\"price\" ";
// line 1089
if (( !twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1089) && (-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1089), 3)))) {
echo "style=\"margin-top: 10px;\"";
}
echo ">(+ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1089), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1092
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1093
echo " </ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
";
// line 1099
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("cadeau_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1099, $this->source); })()));
echo "
</span>
<ul class=\"mt-3\">
";
// line 1102
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1102, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1103
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "boutique", [], "any", false, false, false, 1103), true))) {
// line 1104
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1104), "html", null, true);
echo "\">
";
// line 1105
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 1105), ""))) {
echo "<span class=\"infos\" data-desc=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 1105), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "desc", [], "any", false, false, false, 1105), "html", null, true);
echo "\">i</span>";
}
// line 1106
echo " <p class=\"title\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1106), "html", null, true);
echo "<br>";
if (twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1106)) {
echo "<span>Lounge Club</span>";
}
echo "</p>
<p class=\"price\" ";
// line 1107
if (( !twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1107) && (-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1107), 3)))) {
echo "style=\"margin-top: 10px;\"";
}
echo ">(+ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1107), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1110
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1111
echo " </ul>
</div>
</div>
</div>
</div>
</div>
";
}
// line 1118
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1119
echo "
</div>
</div>
</div>
<h3 class=\"shop_bons_section mt-5\">";
// line 1126
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_section3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1126, $this->source); })())));
echo "</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section2\" id=\"bon-cadeau-results\">
";
// line 1132
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bons"]) || array_key_exists("bons", $context) ? $context["bons"] : (function () { throw new RuntimeError('Variable "bons" does not exist.', 1132, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 1133
echo " ";
$context["saved"] = false;
// line 1134
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bookmarks"]) || array_key_exists("bookmarks", $context) ? $context["bookmarks"] : (function () { throw new RuntimeError('Variable "bookmarks" does not exist.', 1134, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["bookmark"]) {
// line 1135
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bookmark"], "product", [], "any", false, false, false, 1135), "id", [], "any", false, false, false, 1135), twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1135)))) {
// line 1136
echo " ";
$context["saved"] = true;
// line 1137
echo " ";
}
// line 1138
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bookmark'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1139
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1139), [0 => "bon-cadeau-17", 1 => "bon-cadeau-18", 2 => "bon-cadeau-19"])) {
// line 1140
echo " <div class=\"item col-md-6 col-lg-4 mb-5\" id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1140), "html", null, true);
echo "\">
<div class=\"bon-cadeau\">
<div class=\"col-md-12\">
<a href=\"#\" class=\"favoris trigger-modal ";
// line 1143
echo (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) ? ("bookmark") : ("not-logged-in"));
echo " ";
echo (((isset($context["saved"]) || array_key_exists("saved", $context) ? $context["saved"] : (function () { throw new RuntimeError('Variable "saved" does not exist.', 1143, $this->source); })())) ? ("saved") : (""));
echo "\" data-id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1143), "html", null, true);
echo "\"><i></i></a>
<a href=\"/";
// line 1144
echo twig_escape_filter($this->env, 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.', 1144, $this->source); })()), "request", [], "any", false, false, false, 1144), "locale", [], "any", false, false, false, 1144), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1144, $this->source); })()), "request", [], "any", false, false, false, 1144), "locale", [], "any", false, false, false, 1144)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1144), "html", null, true);
echo "\" class=\"cover-container\">
<div class=\"per-person\"><span>";
// line 1145
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_person", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1145, $this->source); })()));
echo "</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
";
// line 1147
echo " <img alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 1147, $this->source); })()), "request", [], "any", false, false, false, 1147), "locale", [], "any", false, false, false, 1147)], "method", false, false, false, 1147), "html", null, true);
echo "\" class=\"cover\" src=\"/uploads/products/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1147), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "mainImage", [], "any", false, false, false, 1147), "html", null, true);
echo "\" />
<div class=\"date-article\">
<p>";
// line 1149
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_valable", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1149, $this->source); })()));
echo " </p>
</div>
</a>
</div>
<a href=\"/";
// line 1153
echo twig_escape_filter($this->env, 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.', 1153, $this->source); })()), "request", [], "any", false, false, false, 1153), "locale", [], "any", false, false, false, 1153), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1153, $this->source); })()), "request", [], "any", false, false, false, 1153), "locale", [], "any", false, false, false, 1153)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1153), "html", null, true);
echo "\" class=\"cover-container\">
<span class=\"name\">";
// line 1154
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 1154, $this->source); })()), "request", [], "any", false, false, false, 1154), "locale", [], "any", false, false, false, 1154)], "method", false, false, false, 1154), "html", null, true);
echo "</span>
<span class=\"subname\">";
// line 1155
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "usecaseLocale", [0 => 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.', 1155, $this->source); })()), "request", [], "any", false, false, false, 1155), "locale", [], "any", false, false, false, 1155)], "method", false, false, false, 1155), "html", null, true);
echo "</span>
<span class=\"category\">";
// line 1156
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_bons", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1156, $this->source); })())));
echo "</span>
</a>
<div class=\"additional\">
";
// line 1159
echo twig_get_attribute($this->env, $this->source, $context["item"], "additionalLocale", [0 => 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.', 1159, $this->source); })()), "request", [], "any", false, false, false, 1159), "locale", [], "any", false, false, false, 1159)], "method", false, false, false, 1159);
echo "
</div>
<div class=\"actions2 add\">
<a href=\"/";
// line 1162
echo twig_escape_filter($this->env, 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.', 1162, $this->source); })()), "request", [], "any", false, false, false, 1162), "locale", [], "any", false, false, false, 1162), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1162, $this->source); })()), "request", [], "any", false, false, false, 1162), "locale", [], "any", false, false, false, 1162)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1162), "html", null, true);
echo "\">
<span class=\"price\">";
// line 1163
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "priceFr", [], "any", false, false, false, 1163), "html", null, true);
echo " €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options small\" href=\"/";
// line 1167
echo twig_escape_filter($this->env, 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.', 1167, $this->source); })()), "request", [], "any", false, false, false, 1167), "locale", [], "any", false, false, false, 1167), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1167, $this->source); })()), "request", [], "any", false, false, false, 1167), "locale", [], "any", false, false, false, 1167)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1167), "html", null, true);
echo "\">
<label>";
// line 1168
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_product_options_title2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1168, $this->source); })()));
echo "</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content d-none\">
Restaurant
</span>
<ul class=\"mt-3 d-none\">
";
// line 1175
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1175, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1176
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "restaurant", [], "any", false, false, false, 1176), true))) {
// line 1177
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1177), "html", null, true);
echo "\" style=\"height: 85px\">
<p class=\"title\">";
// line 1178
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1178), "html", null, true);
echo "<br>";
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "sub", [], "any", false, false, false, 1178), ""))) {
echo " <span class=\"sub\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "sub", [], "any", false, false, false, 1178), "html", null, true);
echo "</span> ";
}
echo "</p>
<p class=\"price\">(+ ";
// line 1179
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1179), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1182
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1183
echo " </ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
";
// line 1190
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1190, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1191
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1191), true))) {
// line 1192
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1192), "html", null, true);
echo "\">
<p class=\"title\">";
// line 1193
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1193), "html", null, true);
echo "<br>";
if (twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1193)) {
echo "<span>Lounge Club</span>";
}
echo "</p>
<p class=\"price\" ";
// line 1194
if (( !twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1194) && (-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1194), 3)))) {
echo "style=\"margin-top: 10px;\"";
}
echo ">(+ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1194), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1197
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1198
echo " </ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
";
// line 1204
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("cadeau_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1204, $this->source); })()));
echo "
</span>
<ul class=\"mt-3\">
";
// line 1207
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1207, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1208
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "boutique", [], "any", false, false, false, 1208), true))) {
// line 1209
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1209), "html", null, true);
echo "\">
<p class=\"title\">";
// line 1210
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1210), "html", null, true);
echo "<br>";
if (twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1210)) {
echo "<span>Lounge Club</span>";
}
echo "</p>
<p class=\"price\" ";
// line 1211
if (( !twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1211) && (-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1211), 3)))) {
echo "style=\"margin-top: 10px;\"";
}
echo ">(+ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1211), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1214
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1215
echo " </ul>
</div>
</div>
</div>
</div>
</div>
";
}
// line 1222
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1223
echo "
</div>
</div>
</div>
<h3 class=\"shop_bons_section mt-5\">";
// line 1230
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_section4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1230, $this->source); })())));
echo "</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section1\" id=\"bon-cadeau-results\">
";
// line 1236
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bons"]) || array_key_exists("bons", $context) ? $context["bons"] : (function () { throw new RuntimeError('Variable "bons" does not exist.', 1236, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 1237
echo "
";
// line 1238
$context["saved"] = false;
// line 1239
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bookmarks"]) || array_key_exists("bookmarks", $context) ? $context["bookmarks"] : (function () { throw new RuntimeError('Variable "bookmarks" does not exist.', 1239, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["bookmark"]) {
// line 1240
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bookmark"], "product", [], "any", false, false, false, 1240), "id", [], "any", false, false, false, 1240), twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1240)))) {
// line 1241
echo " ";
$context["saved"] = true;
// line 1242
echo " ";
}
// line 1243
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bookmark'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1244
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1244), [0 => "bon-cadeau-20"])) {
// line 1245
echo " <div class=\"item col-md-12 col-lg-6 mb-5\" id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1245), "html", null, true);
echo "\">
<div class=\"bon-cadeau row\">
<div class=\"col-md-5\">
<a href=\"#\" class=\"favoris trigger-modal ";
// line 1250
echo (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_REMEMBERED")) ? ("bookmark") : ("not-logged-in"));
echo " ";
echo (((isset($context["saved"]) || array_key_exists("saved", $context) ? $context["saved"] : (function () { throw new RuntimeError('Variable "saved" does not exist.', 1250, $this->source); })())) ? ("saved") : (""));
echo "\" data-id=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1250), "html", null, true);
echo "\"><i></i></a>
<a href=\"/";
// line 1251
echo twig_escape_filter($this->env, 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.', 1251, $this->source); })()), "request", [], "any", false, false, false, 1251), "locale", [], "any", false, false, false, 1251), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1251, $this->source); })()), "request", [], "any", false, false, false, 1251), "locale", [], "any", false, false, false, 1251)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1251), "html", null, true);
echo "\">
<div class=\"per-person\"><span>";
// line 1252
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_person", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1252, $this->source); })()));
echo "</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
";
// line 1254
echo " <img alt=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 1254, $this->source); })()), "request", [], "any", false, false, false, 1254), "locale", [], "any", false, false, false, 1254)], "method", false, false, false, 1254), "html", null, true);
echo "\" class=\"cover\" src=\"/uploads/products/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1254), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "mainImage", [], "any", false, false, false, 1254), "html", null, true);
echo "\" />
<div class=\"date-article\">
<p>";
// line 1256
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_valable", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1256, $this->source); })()));
echo " </p>
</div>
</a>
</div>
<div class=\"col-md-7 pt-5\">
<a href=\"/";
// line 1266
echo twig_escape_filter($this->env, 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.', 1266, $this->source); })()), "request", [], "any", false, false, false, 1266), "locale", [], "any", false, false, false, 1266), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1266, $this->source); })()), "request", [], "any", false, false, false, 1266), "locale", [], "any", false, false, false, 1266)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1266), "html", null, true);
echo "\">
<span class=\"name\">";
// line 1267
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 1267, $this->source); })()), "request", [], "any", false, false, false, 1267), "locale", [], "any", false, false, false, 1267)], "method", false, false, false, 1267), "html", null, true);
echo "</span>
<span class=\"subname\">";
// line 1268
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "usecaseLocale", [0 => 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.', 1268, $this->source); })()), "request", [], "any", false, false, false, 1268), "locale", [], "any", false, false, false, 1268)], "method", false, false, false, 1268), "html", null, true);
echo "</span>
<span class=\"category\">";
// line 1269
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_bons", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1269, $this->source); })())));
echo "</span>
</a>
<div class=\"additional\">
";
// line 1272
echo twig_get_attribute($this->env, $this->source, $context["item"], "additionalLocale", [0 => 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.', 1272, $this->source); })()), "request", [], "any", false, false, false, 1272), "locale", [], "any", false, false, false, 1272)], "method", false, false, false, 1272);
echo "
</div>
<div class=\"actions2\">
<a href=\"/";
// line 1275
echo twig_escape_filter($this->env, 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.', 1275, $this->source); })()), "request", [], "any", false, false, false, 1275), "locale", [], "any", false, false, false, 1275), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1275, $this->source); })()), "request", [], "any", false, false, false, 1275), "locale", [], "any", false, false, false, 1275)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1275), "html", null, true);
echo "\">
<span class=\"price\">";
// line 1276
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "priceFr", [], "any", false, false, false, 1276), "html", null, true);
echo " €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options\" href=\"/";
// line 1284
echo twig_escape_filter($this->env, 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.', 1284, $this->source); })()), "request", [], "any", false, false, false, 1284), "locale", [], "any", false, false, false, 1284), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->getUrl("boutique", 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.', 1284, $this->source); })()), "request", [], "any", false, false, false, 1284), "locale", [], "any", false, false, false, 1284)), "html", null, true);
echo "/produit/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1284), "html", null, true);
echo "\">
<label>";
// line 1286
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_product_options_title2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1286, $this->source); })()));
echo "</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content d-none\">
Restaurant
</span>
<ul class=\"mt-3 d-none\">
";
// line 1293
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1293, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1294
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "restaurant", [], "any", false, false, false, 1294), true))) {
// line 1295
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1295), "html", null, true);
echo "\" style=\"height: 85px\">
<p class=\"title\">";
// line 1296
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1296), "html", null, true);
echo "<br>";
if ((0 !== twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "sub", [], "any", false, false, false, 1296), ""))) {
echo " <span class=\"sub\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "sub", [], "any", false, false, false, 1296), "html", null, true);
echo "</span> ";
}
echo "</p>
<p class=\"price\">(+ ";
// line 1297
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1297), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1300
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1301
echo " </ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
";
// line 1308
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1308, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1309
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1309), true))) {
// line 1310
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1310), "html", null, true);
echo "\">
<p class=\"title\">";
// line 1311
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1311), "html", null, true);
echo "<br>";
if (twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1311)) {
echo "<span>Lounge Club</span>";
}
echo "</p>
<p class=\"price\" ";
// line 1312
if (( !twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1312) && (-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1312), 3)))) {
echo "style=\"margin-top: 10px;\"";
}
echo ">(+ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1312), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1315
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1316
echo " </ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
";
// line 1322
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("cadeau_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1322, $this->source); })()));
echo "
</span>
<ul class=\"mt-3\">
";
// line 1325
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 1325, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 1326
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "boutique", [], "any", false, false, false, 1326), true))) {
// line 1327
echo " <li class=\"option-";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1327), "html", null, true);
echo "\">
<p class=\"title\">";
// line 1328
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 1328), "html", null, true);
echo "<br>";
if (twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1328)) {
echo "<span>Lounge Club</span>";
}
echo "</p>
<p class=\"price\" ";
// line 1329
if (( !twig_get_attribute($this->env, $this->source, $context["option"], "lounge", [], "any", false, false, false, 1329) && (-1 === twig_compare(twig_get_attribute($this->env, $this->source, $context["option"], "id", [], "any", false, false, false, 1329), 3)))) {
echo "style=\"margin-top: 10px;\"";
}
echo ">(+ ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "price", [], "any", false, false, false, 1329), "html", null, true);
echo " €)</p>
</li>
";
}
// line 1332
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1333
echo " </ul>
</div>
</div>
</div>
</div>
</div>
</div>
";
}
// line 1341
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1342
echo "
";
// line 1343
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bons"]) || array_key_exists("bons", $context) ? $context["bons"] : (function () { throw new RuntimeError('Variable "bons" does not exist.', 1343, $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["item"]) {
// line 1344
echo "
";
// line 1345
$context["saved"] = false;
// line 1346
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["bookmarks"]) || array_key_exists("bookmarks", $context) ? $context["bookmarks"] : (function () { throw new RuntimeError('Variable "bookmarks" does not exist.', 1346, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["bookmark"]) {
// line 1347
echo " ";
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["bookmark"], "product", [], "any", false, false, false, 1347), "id", [], "any", false, false, false, 1347), twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1347)))) {
// line 1348
echo " ";
$context["saved"] = true;
// line 1349
echo " ";
}
// line 1350
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['bookmark'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1351
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, $context["item"], "slug", [], "any", false, false, false, 1351), [0 => "bon-cadeau-21"])) {
// line 1352
echo " <div class=\"item col-md-12 col-lg-6 mb-5 ";
echo ((twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 1352)) ? ("last-item-class") : (""));
echo "\" id=\"bon-cadeau-10\">
<div class=\"bon-cadeau row\" style=\"margin-top: 10px;\">
<div class=\"col-md-5\">
<div style=\"position: relative;\">
<img alt=\"";
// line 1358
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 1358, $this->source); })()), "request", [], "any", false, false, false, 1358), "locale", [], "any", false, false, false, 1358)], "method", false, false, false, 1358), "html", null, true);
echo "\" class=\"cover\" src=\"/uploads/products/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1358), "html", null, true);
echo "/";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "mainImage", [], "any", false, false, false, 1358), "html", null, true);
echo "\" />
<div class=\"date-article\">
<p>";
// line 1360
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_valable", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1360, $this->source); })()));
echo " </p>
</div>
</div>
</div>
<div class=\"col-md-7 pt-5\">
<div style=\"position: relative;\">
<span class=\"name\">";
// line 1369
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "nameLocale", [0 => 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.', 1369, $this->source); })()), "request", [], "any", false, false, false, 1369), "locale", [], "any", false, false, false, 1369)], "method", false, false, false, 1369), "html", null, true);
echo "</span>
<span class=\"subname\">";
// line 1370
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "usecaseLocale", [0 => 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.', 1370, $this->source); })()), "request", [], "any", false, false, false, 1370), "locale", [], "any", false, false, false, 1370)], "method", false, false, false, 1370), "html", null, true);
echo "</span>
<span class=\"category\">";
// line 1371
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("menu_bons", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1371, $this->source); })())));
echo "</span>
";
// line 1372
echo twig_get_attribute($this->env, $this->source, $context["item"], "additionalLocale", [0 => 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.', 1372, $this->source); })()), "request", [], "any", false, false, false, 1372), "locale", [], "any", false, false, false, 1372)], "method", false, false, false, 1372);
echo "
</div>
<div class=\"actions2\">
<input type=\"hidden\" id=\"bon-cadeau-10-value\" value=\"";
// line 1376
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "price", [], "any", false, false, false, 1376), "html", null, true);
echo "\" />
<a href=\"#\" id=\"bon-cadeau-10-minus\">-</a><span class=\"price\">";
// line 1377
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "priceFr", [], "any", false, false, false, 1377), "html", null, true);
echo " €</span><a href=\"#\" id=\"bon-cadeau-10-plus\">+</a>
<a href=\"#\" class=\"add-cart fast-cart2\" data-id=\"";
// line 1378
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 1378), "html", null, true);
echo "\" style=\"width: 50px\"><img alt=\"to cart\" class=\"\" src=\"/front/img/shop-cart.svg\" /></a>
</div>
</div>
</div>
</div>
";
}
// line 1385
echo " ";
++$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['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 1386
echo "
</div>
</div>
</div>
<div class=\"floating-cart\"><img src=\"/front/img/cart.svg\" alt=\"cart\" /></div>
";
// line 1431
echo " </div>
";
}
// line 1433
echo "
<section class=\"actu-content newsletter\" style=\"margin-bottom: 180px;\">
<div class=\"content mt-5 pt-5\">
<h2 class=\"mb-5 no-bar\">";
// line 1438
echo twig_upper_filter($this->env, $this->extensions['App\Framework\Twig\AppExtension']->tr("newsletter_title", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1438, $this->source); })())));
echo "<span class=\"full-bar\"></span></h2>
<div class=\"pt-5\">
<form>
<p class=\"title\">";
// line 1441
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("newsletter_subtitle", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1441, $this->source); })()));
echo "</p>
<p class=\"desc\">";
// line 1442
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("newsletter_desc", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1442, $this->source); })()));
echo "</p>
<div class=\"email-input\">
<input type=\"text\" value=\"\" placeholder=\"";
// line 1444
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("newsletter_email", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1444, $this->source); })()));
echo "\" class=\"email mt-3\" />
<a href=\"#\" class=\"register\"> </a>
</div>
<div class=\"row\">
<div class=\"col-12 mt-4\">
<input type=\"checkbox\" id=\"confirm\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"confirm\">";
// line 1450
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("newsletter_agree", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1450, $this->source); })()));
echo "</label>
<p class=\"text-center mt-4\" id=\"message_newsletter\"></p>
</div>
</div>
</form>
</div>
</div>
</section>
";
// line 1458
$this->loadTemplate("FrontBundle/Partial/modal.html.twig", "FrontBundle/Page/shop2.html.twig", 1458)->display($context);
// line 1459
echo " ";
$this->loadTemplate("FrontBundle/Partial/footer.html.twig", "FrontBundle/Page/shop2.html.twig", 1459)->display($context);
// line 1460
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 1463
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 1464
echo "
<script src=\"/front/js/owl.carousel.min.js\"></script>
<script src=\"/front/js/wNumb.min.js\"></script>
<script src=\"/front/js/nouislider.min.js\"></script>
<script type=\"text/javascript\">
\$( document ).ready(function() {
if( window.innerWidth <= 768 ){
\$('#bon-cadeau-results .col-md-3').addClass('col-md-6');
\$('#bon-cadeau-results .col-md-3').removeClass('col-md-3');
}
if( window.innerWidth <= 1024 ){
\$('#bon-cadeau-results .col-md-3').addClass('col-md-4');
\$('#bon-cadeau-results .col-md-3').removeClass('col-md-3');
}
\$('.additional li').each(function(index, value) {
if(\$(this).data('info')){
var add_desc = '';
if( \$(this).data('info') == 'sp-ga' ){
/*add_desc = \"";
// line 1490
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1490, $this->source); })()));
echo "\".replace(/'/g, \"\\\\'\");*/
add_desc = \"";
// line 1491
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc1", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1491, $this->source); })()));
echo "\";
} else if( \$(this).data('info') == 'mj-m1' ){
/*add_desc = \"";
// line 1493
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1493, $this->source); })()));
echo "\".replace(/'/g, \"\\\\'\");*/
add_desc = \"";
// line 1494
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc2", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1494, $this->source); })()));
echo "\";
} else if( \$(this).data('info') == 'mj-m2' ){
/*add_desc = \"";
// line 1496
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1496, $this->source); })()));
echo "\".replace(/'/g, \"\\\\'\");*/
add_desc = \"";
// line 1497
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc3", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1497, $this->source); })()));
echo "\";
} else if( \$(this).data('info') == 've-m1' ){
/*add_desc = \"";
// line 1499
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1499, $this->source); })()));
echo "\".replace(/'/g, \"\\\\'\");*/
add_desc = \"";
// line 1500
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc4", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1500, $this->source); })()));
echo "\";
} else if( \$(this).data('info') == 've-m2' ){
/*add_desc = \"";
// line 1502
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc5", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1502, $this->source); })()));
echo "\".replace(/'/g, \"\\\\'\");*/
add_desc = \"";
// line 1503
echo $this->extensions['App\Framework\Twig\AppExtension']->tr("shop_bons_desc5", (isset($context["tr"]) || array_key_exists("tr", $context) ? $context["tr"] : (function () { throw new RuntimeError('Variable "tr" does not exist.', 1503, $this->source); })()));
echo "\";
}
\$(this).append('<span class=\"infos\" data-desc=\"'+add_desc+'\">i</span>')
}
});
\$('.infos').each(function(index, value) {
\$(this).tooltipster({
content: \$(this).data('desc'),
delay: 200,
contentAsHTML: true,
trigger: 'click'
});
});
\$('.options p').click(function(e){
e.preventDefault();
window.location.href = \$(this).parents('.options').attr('href');
});
\$('.bookmark').click(function(e){
e.preventDefault();
var product_id = \$(this).data('id');
var element = \$(this);
if( \$(this).hasClass('saved') ){
var action = 'unsave';
} else {
var action = 'save';
}
\$.ajax({
type: \"POST\",
url: \"/shop/product/\"+action+\"/\"+product_id,
data: null,
dataType: \"json\",
success: function(response) {
if( action == 'save' ){
element.addClass('saved');
} else {
element.removeClass('saved');
}
}
});
});
});
</script>
<!-- script pour gérer la connexion lors de la demande d'ajout de favoris --->
<script>
\$(document).ready(function() {
\$('.trigger-modal').on('click', function(e) {
e.preventDefault(); // Empêche le comportement par défaut du lien
const baseUrl = \"/\" + \$(\"html\").attr(\"lang\"); // Construit la base de l'URL avec la locale
const loginUrl = baseUrl + \"/security_login\"; // Adaptez cette ligne si nécessaire
\$.ajax({
url: baseUrl + \"/user/connected\",
success: function(data) {
if (!data.isLoggedIn) {
let modalTitle, modalContent, modalButtonText;
// Définit le contenu de la modale selon la locale
switch(data.locale) {
case \"fr\":
modalTitle = \"Connexion nécessaire\";
modalContent = \"Pour réaliser cette action vous devez être connecté. Si vous n'avez pas encore de compte, vous pouvez en créer un.\";
modalButtonText = \"Se connecter\";
break;
case \"en\":
modalTitle = \"Connection required\";
modalContent = \"You must be logged in to perform this action. If you don't have an account yet, you can create one.\";
modalButtonText = \"Sign in\";
break;
case \"de\":
modalTitle = \"Verbindung erforderlich\";
modalContent = \"Um diese Aktion durchzuführen, müssen Sie angemeldet sein. Wenn Sie noch kein Konto haben, können Sie eines erstellen.\";
modalButtonText = \"Sich anmelden\";
break;
}
\$(\"#modalLoginReminderLabel\").text(modalTitle);
\$(\"#modalLoginReminder .modal-body\").text(modalContent);
\$(\".modalbutton\").text(modalButtonText).attr(\"onclick\", \"window.location.href='\" + loginUrl + \"'\");
\$(\"#modalLoginReminder\").modal('show');
}
}
});
});
});
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "FrontBundle/Page/shop2.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 2439 => 1503, 2435 => 1502, 2430 => 1500, 2426 => 1499, 2421 => 1497, 2417 => 1496, 2412 => 1494, 2408 => 1493, 2403 => 1491, 2399 => 1490, 2371 => 1464, 2361 => 1463, 2350 => 1460, 2347 => 1459, 2345 => 1458, 2334 => 1450, 2325 => 1444, 2320 => 1442, 2316 => 1441, 2310 => 1438, 2303 => 1433, 2299 => 1431, 2287 => 1386, 2273 => 1385, 2263 => 1378, 2259 => 1377, 2255 => 1376, 2248 => 1372, 2244 => 1371, 2240 => 1370, 2236 => 1369, 2224 => 1360, 2215 => 1358, 2205 => 1352, 2202 => 1351, 2196 => 1350, 2193 => 1349, 2190 => 1348, 2187 => 1347, 2182 => 1346, 2180 => 1345, 2177 => 1344, 2160 => 1343, 2157 => 1342, 2151 => 1341, 2141 => 1333, 2135 => 1332, 2125 => 1329, 2117 => 1328, 2112 => 1327, 2109 => 1326, 2105 => 1325, 2099 => 1322, 2091 => 1316, 2085 => 1315, 2075 => 1312, 2067 => 1311, 2062 => 1310, 2059 => 1309, 2055 => 1308, 2046 => 1301, 2040 => 1300, 2034 => 1297, 2024 => 1296, 2019 => 1295, 2016 => 1294, 2012 => 1293, 2002 => 1286, 1993 => 1284, 1982 => 1276, 1974 => 1275, 1968 => 1272, 1962 => 1269, 1958 => 1268, 1954 => 1267, 1946 => 1266, 1933 => 1256, 1923 => 1254, 1919 => 1252, 1911 => 1251, 1903 => 1250, 1894 => 1245, 1891 => 1244, 1885 => 1243, 1882 => 1242, 1879 => 1241, 1876 => 1240, 1871 => 1239, 1869 => 1238, 1866 => 1237, 1862 => 1236, 1853 => 1230, 1844 => 1223, 1838 => 1222, 1829 => 1215, 1823 => 1214, 1813 => 1211, 1805 => 1210, 1800 => 1209, 1797 => 1208, 1793 => 1207, 1787 => 1204, 1779 => 1198, 1773 => 1197, 1763 => 1194, 1755 => 1193, 1750 => 1192, 1747 => 1191, 1743 => 1190, 1734 => 1183, 1728 => 1182, 1722 => 1179, 1712 => 1178, 1707 => 1177, 1704 => 1176, 1700 => 1175, 1690 => 1168, 1682 => 1167, 1675 => 1163, 1667 => 1162, 1661 => 1159, 1655 => 1156, 1651 => 1155, 1647 => 1154, 1639 => 1153, 1632 => 1149, 1622 => 1147, 1618 => 1145, 1610 => 1144, 1602 => 1143, 1595 => 1140, 1592 => 1139, 1586 => 1138, 1583 => 1137, 1580 => 1136, 1577 => 1135, 1572 => 1134, 1569 => 1133, 1565 => 1132, 1556 => 1126, 1547 => 1119, 1541 => 1118, 1532 => 1111, 1526 => 1110, 1516 => 1107, 1507 => 1106, 1499 => 1105, 1494 => 1104, 1491 => 1103, 1487 => 1102, 1481 => 1099, 1473 => 1093, 1467 => 1092, 1457 => 1089, 1449 => 1088, 1444 => 1087, 1441 => 1086, 1437 => 1085, 1428 => 1078, 1422 => 1077, 1416 => 1074, 1405 => 1073, 1397 => 1072, 1392 => 1071, 1389 => 1070, 1385 => 1069, 1375 => 1062, 1367 => 1061, 1360 => 1057, 1352 => 1056, 1345 => 1052, 1339 => 1049, 1335 => 1048, 1331 => 1047, 1323 => 1046, 1316 => 1042, 1306 => 1040, 1302 => 1038, 1294 => 1037, 1286 => 1036, 1279 => 1033, 1276 => 1032, 1270 => 1031, 1267 => 1030, 1264 => 1029, 1261 => 1028, 1256 => 1027, 1254 => 1026, 1251 => 1025, 1247 => 1024, 1238 => 1018, 1228 => 1010, 1222 => 1009, 1213 => 1002, 1207 => 1001, 1197 => 998, 1188 => 997, 1180 => 996, 1175 => 995, 1172 => 994, 1168 => 993, 1162 => 990, 1154 => 984, 1148 => 983, 1138 => 980, 1130 => 979, 1125 => 978, 1122 => 977, 1118 => 976, 1109 => 969, 1103 => 968, 1097 => 965, 1086 => 964, 1078 => 963, 1073 => 962, 1070 => 961, 1066 => 960, 1056 => 953, 1048 => 952, 1041 => 948, 1033 => 947, 1026 => 943, 1020 => 940, 1016 => 939, 1012 => 938, 1004 => 937, 997 => 933, 987 => 931, 983 => 929, 975 => 928, 967 => 927, 960 => 924, 957 => 923, 951 => 922, 948 => 921, 945 => 920, 942 => 919, 937 => 918, 935 => 917, 932 => 916, 928 => 915, 924 => 913, 915 => 807, 891 => 785, 872 => 659, 867 => 657, 861 => 656, 853 => 655, 849 => 653, 847 => 652, 842 => 649, 828 => 642, 820 => 641, 811 => 634, 803 => 628, 790 => 626, 786 => 625, 778 => 619, 776 => 618, 772 => 616, 762 => 615, 163 => 23, 153 => 22, 134 => 18, 114 => 6, 104 => 5, 85 => 4, 64 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'FrontBundle/layout_shop.html.twig' %}
{% block title %}{{ app_sitename }} - {{ page.metaTitle }}{% endblock %}
{% block description %}{{ page.metaDescription }}{% endblock %}
{% block google %}
<!-- Google tag (gtag.js) -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=AW-11336737773\">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-11336737773');
</script>
{% endblock %}
{% block extra_class %}stack{% endblock %}
{# {% block menu_min %}200{% endblock %} #}
{# {% block menu_max %}2636{% endblock %} #}
{% block stylesheets %}
<link href=\"/front/css/owl.carousel.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/owl.theme.default.min.css\" rel=\"stylesheet\">
<link href=\"/front/css/nouislider.css\" rel=\"stylesheet\">
<style>
.bon-cadeau .options,
.bon-cadeau .options.small {
display: none;
}
/* ETOILES */
#bon-cadeau-results .item {
position: relative;
}
#bon-cadeau-12::before,
#bon-cadeau-17::before,
#bon-cadeau-22::before {
content: url(/front/img/stars3.svg);
position: absolute;
left: 42px;
top: 16px;
z-index: -1;
}
#bon-cadeau-12::after,
#bon-cadeau-17::after,
#bon-cadeau-22::after {
content: url(/front/img/stars4.svg);
position: absolute;
right: 22px;
bottom: 110px;
z-index: -1;
}
#bon-cadeau-14::before,
#bon-cadeau-16::before,
#bon-cadeau-19::before {
content: url(/front/img/stars5.svg);
position: absolute;
right: 55px;
top: 116px;
z-index: -1;
}
#bon-cadeau-20::before {
content: url(/front/img/stars1.svg);
position: absolute;
left: -46px;
bottom: 77px;
}
/* FIN ETOILES */
#bon-cadeau-10-plus {
margin-top: 1px;
}
/**
override footer cause bug
*/
footer .bottom{
height: 60px;
margin-top: -10px;
display: flex;
}
@media screen and (min-width: 1400px){
footer .bottom .col-md-8 ul {
height: 100%;
display: grid;
grid-auto-flow: column;
align-items: center;
}
}
@media screen and (min-width: 458px) {
footer .bottom .col-md-8 ul {
height: 100%;
display: block;
grid-auto-flow: revert;
}
}
.full-bar {
width: 100%;
}
.bon-cadeau{
cursor: pointer;
}
.bon-cadeau:last-child{
cursor: revert;
}
/* Ciblez .bon-cadeau dans .shop_bons_section1 et .shop_bons_section2 pour l'état par défaut */
.page_shop .shop_bons_section1 .bon-cadeau::before,
.page_shop .shop_bons_section2 .bon-cadeau::before {
border: 1px solid transparent;
transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
transform: scale(1);
height: 100%;
}
/* Ciblez .bon-cadeau dans .shop_bons_section1 et .shop_bons_section2 pour l'état de survol */
.page_shop .shop_bons_section1 .bon-cadeau:hover::before,
.page_shop .shop_bons_section2 .bon-cadeau:hover::before {
border: 1px solid var(--red);
transform: scale(1.05);
}
/* Annuler les transformations pour les éléments avec la classe .last-item-class */
.page_shop .shop_bons_section1 .last-item-class .bon-cadeau::before,
.page_shop .shop_bons_section2 .last-item-class .bon-cadeau::before,
.page_shop .shop_bons_section1 .last-item-class .bon-cadeau:hover::before,
.page_shop .shop_bons_section2 .last-item-class .bon-cadeau:hover::before {
border: 1px solid transparent !important;
transform: scale(1) !important;
transition: none !important;
}
.options {
/* position: absolute;
background-color: #faf5f5;*/
padding-left: 15px;
margin-left: -15px;
border-radius: 30px;
padding-bottom: 10px;
cursor: pointer;
}
.options li {
background-color: #FFFFFF;
border-radius: 15px;
padding: 5px 0px;
margin: 5px;
width: calc(25% - -59px);
float: left;
position: relative;
height: 74px;
border: 1px solid #FFFFFF;
}
.options label {
border-bottom: 2px solid var(--red);
display: table;
padding: 0px 0px 5px 0px;
width: auto;
margin-bottom: 10px;
}
.option-content {
border-radius: 14px;
background: #931517;
display: flex;
justify-content: center;
align-items: center;
width: 119px;
height: 19px;
flex-shrink: 0;
margin-top: 10px;
color: #fff;
padding: 0.5rem 1rem;
font-size: 13px;
font-weight: 600;
margin-bottom: 4px;
}
.options ul {
background-color: transparent;
border-radius: 30px;
padding: 0px !important;
margin: 0px !important;
float: left;
width: 100%;
list-style: none;
}
.options .title {
max-width: 92%;
transform: translateX(4.2%);
margin: 0;
font-size: 11px;
font-weight: normal;
text-align: center;
padding: 0;
line-height: 14px;
min-height: 33px;
}
.options ul li {
width: calc(31% - -59px);
}
.options ul li::before {
content: '';
}
.items-slider .item .options .price {
margin: 3px 0 0 0;
font-size: 14px;
font-weight: normal;
color: var(--red);
text-align: center;
width: 100%;
padding: 0;
}
.shop_bons_section1 .bon-cadeau .actions2 {
position: absolute;
height: 33px;
width: 33.3%;
background-color: var(--red);
border-radius: 16px;
margin: 0px;
top: calc(100% - 45px);
}
.shop_bons_section1 #bon-cadeau-15 .actions2,
.shop_bons_section1 #bon-cadeau-16 .actions2,
.shop_bons_section1 #bon-cadeau-22 .actions2,
.shop_bons_section1 #bon-cadeau-20 .actions2,
.shop_bons_section1 #bon-cadeau-4 .actions2,
.shop_bons_section1 #bon-cadeau-5 .actions2,
.shop_bons_section1 #bon-cadeau-11 .actions2,
.shop_bons_section1 #bon-cadeau-9 .actions2 {
position: relative;
height: 34px;
width: 74%;
background-color: var(--red);
border-radius: 16px;
margin: 0px;
margin-bottom: 15px;
top: 0px;
}
.col-md-7 .pt-5 .infos {
background-color: #FFFFFF;
width: 15px;
height: 15px;
margin-left: 15px;
-webkit-box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 16%);
box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 16%);
color: #000000;
display: inline-block;
border-radius: 8px;
text-align: center;
font-weight: 500;
line-height: 15px;
font-size: 13px;
cursor: pointer;
z-index: 800;
}
.shop_bons_section1 #bon-cadeau-15 .actions2 .price,
.shop_bons_section1 #bon-cadeau-16 .actions2 .price,
.shop_bons_section1 #bon-cadeau-22 .actions2 .price,
.shop_bons_section1 #bon-cadeau-20 .actions2 .price,
.shop_bons_section1 #bon-cadeau-4 .actions2 .price,
.shop_bons_section1 #bon-cadeau-5 .actions2 .price,
.shop_bons_section1 #bon-cadeau-11 .actions2 .price,
.shop_bons_section1 #bon-cadeau-9 .actions2 .price {
line-height: 33px;
margin-top: 0px;
}
.options .title .sub {
color: #656565;
font-size: 10px;
}
.shop_bons_section1 {
min-height: 630px;
}
.options.small {
position: relative;
padding-left: 0px;
margin-left: 0px;
background-color: transparent;
width: 100%;
margin-top: 1rem;
max-width: 255px;
}
.options.small ul li {
width: 100%;
}
.options.small ul li {
height: 60px !important;
}
#bon-cadeau-6 .option-1,
#bon-cadeau-6 .option-2,
#bon-cadeau-20 .option-1,
#bon-cadeau-20 .option-2,
#bon-cadeau-7 .option-1,
#bon-cadeau-7 .option-2,
#bon-cadeau-8 .option-1,
#bon-cadeau-8 .option-2,
#bon-cadeau-9 .option-1,
#bon-cadeau-9 .option-2 {
display: none;
}
.bon-cadeau .actions2 .add-cart {
top: 4px;
}
.options.small .title {
min-height: auto;
}
.items-slider .item .options.small .price {
margin: 0px !important;
}
.shop_bons_section1 #bon-cadeau-10 .bon-cadeau .actions2 {
top: calc(74% - 16px);
}
.items-slider .item .price {
font-size: 16px;
line-height: 32px;
}
.actions2{
position: relative;
}
.shop_bons_section2 .bon-cadeau .actions2 ,.add {
top: 48% !important;
height: 28px;
width: 207px;
}
.shop_bons_section2 .bon-cadeau .actions2 ,.one{
top: 44.8% !important;
height: 28px;
width: 207px;
}
.shop_bons_section2 .bon-cadeau .actions2 .add-cart {
top:4px !important;
}
#bon-cadeau-9 .options .col-12:first-child .option-content{
display: none;
}
.bon-cadeau ul {
margin-bottom: 15px;
}
.bon-cadeau .actions2 {
position: relative !important;
}
.shop_bons_section2 .bon-cadeau .actions2, .one {
top: inherit !important;
width: 100%;
height: 34px;
}
#bon-cadeau-10 .actions2 {
position: absolute !important;
}
/* #bon-cadeau-6 .option-6,
#bon-cadeau-7 .option-6,
#bon-cadeau-8 .option-6,
#bon-cadeau-9 .option-6 {
display: none;
}*/
.infos {
background-color: var(--red);
width: 15px;
height: 15px;
position: absolute;
display: block;
color: #FFFFFF;
border-radius: 8px;
text-align: center;
font-weight: 500;
line-height: 15px;
font-size: 13px;
right: -10px;
top: -10px;
cursor: pointer;
z-index: 800;
margin: 10px;
}
@media (max-width: 1440px)
{
.options ul li {
width: calc(50% - 18px);
}
.shop_bons_section1 {
min-height: 760px;
}
.shop_bons_section1 #bon-cadeau-10 .bon-cadeau .actions2 {
top: calc(100% - 45px);
}
.items-slider .item .price {
font-size: 15px;
line-height: 33px;
}
}
@media (max-width: 768px)
{
.options {
width: 58%;
}
.options ul li {
width: calc(100% - 24px);
height: 60px !important;
}
.options .title {
min-height: auto;
}
.items-slider .item .options .price {
margin: 0px !important;
}
.shop_bons_section1 {
min-height: 960px;
}
.bon-cadeau .actions2 {
width: calc(100% - 60px);
}
/* .shop_bons_section2 .bon-cadeau .actions2 ,.one{
top: 48% !important;
height: 28px;
width: 207px;
}*/
}
@media (max-width: 767px)
{
.options {
position: relative;
padding-left: 0px;
margin-left: 0px;
background-color: transparent;
width: 100%;
}
.options ul li {
width: 100%;
}
.shop_bons_section1 .bon-cadeau .actions2 {
width: calc(100% - 60px);
top: calc(100% - 17px);
}
.options.small {
max-width: 100%;
}
.shop_bons_section1 #bon-cadeau-4 .actions2,
.shop_bons_section1 #bon-cadeau-5 .actions2,
.shop_bons_section1 #bon-cadeau-11 .actions2,
.shop_bons_section1 #bon-cadeau-9 .actions2 {
width: 100%;
}
}
.additional .infos{
right: -25px;
transform: translateX(-5%);
background-color: #FFFFFF;
color: #000000;
}
ul, .additional{
display: table;
}
.date-article p{
padding: 0;
text-align: center;
font-size: .875rem;
font-weight: 500;
}
.btn-primary.active,
.btn-primary:hover {
color: #ffffff;
text-decoration: none;
border: 1px solid var(--red);
background-color: var(--red);
}
.bon-cadeau .per-person{
font-size: 12px;
}
.bon-cadeau .per-person{
height: 25px;
}
.bon-cadeau .per-person span{
line-height: 26px;
}
.bon-cadeau .per-person img{
margin: 9px 0 0 6px;
}
.items-slider .item .category{
font-size: 12px;
}
.bon-cadeau .actions2 .no-cart{
width: 145px;
font-size: 0.9rem;
position: absolute;
background-color: #FFFFFF;
right: 3px;
top: 4px;
height: 26px;
border-radius: 13px;
text-align: center;
}
.bon-cadeau .actions2 .price{
width: 50%;
}
.shop-bf .bon-cadeau .actions2 .price {
color: #000000;
}
.shop-bf .option-content,
.shop-bf .bon-cadeau .actions2,
.shop-bf.items-slider .item .category {
background-color: #FFF446;
color: #000000;
}
.shop-bf .bon-cadeau::before {
background-color: #fff4462e !important;
}
.shop-bf .bon-cadeau ul li::before {
color: #FFF446;
}
.shop-bf .options label {
border-bottom: #FFF446;
}
.shop-bf .bon-cadeau:hover::before {
border: 1px solid #000000 !important;
}
.shop-bf .barre {
text-decoration: line-through;
margin-left: -65px;
background-color: #FFF446;
border-radius: 16px;
padding: 8px 8px 7px 8px;
text-decoration-thickness: 2px;
}
</style>
{% endblock %}
{% block body %}
{% if category_slug is null %}
<div class=\"content nav-content\" style=\"margin-top:60px\">
<div class=\"row fluid-menu\">
<div class=\"nav-menu\">
<div class=\"nav-list\">
<div class=\"overlay\"></div>
<ul>
{% for category in categories %}
<li class=\"{{ (category.slug == 'bon-cadeau') ? 'active hover' : 'soon' }}\"><a href=\"{{ (category.slug == 'bon-cadeau') ? path('framework_front_shop_cat', {'category_slug': category.slug, 'locale': app.request.locale}) : '#' }}\">{{ category.name[app.request.locale] }}</a></li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
{% else %}
<div class=\"content nav-content\" style=\"margin-top:60px\">
<div class=\"row fluid-menu\">
<div class=\"nav-menu\">
<div class=\"nav-list\">
<div class=\"overlay\"></div>
<ul>
<li><a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/articles\">{{ 'shop_all'|tr(tr)|raw }}</a></li>
<li class=\"{{ (category.slug == 'bon-cadeau') ? 'active hover' : 'soon' }}\"><a href=\"{{ (category.slug == 'bon-cadeau') ? path('framework_front_shop_cat', {'category_slug': category.slug, 'locale': app.request.locale}) : '#' }}\">{{ categoryName|replace({'Bons cadeaux': 'menu_bons'|tr(tr) }) }}</a></li>
</ul>
</div>
</div>
</div>
</div>
{% endif %}
{% if category_slug is null or category_slug == 'bon-cadeau' %}
<section class=\"espace-content full mt-0\" id=\"bon-cadeau\" >
<div class=\"content\">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}\" class=\"link-back\"><img src=\"/front/img/button-arrow-r-l.svg\" alt=\"back\" width=\"25px\" class=\"me-2\" />{{ 'shop_back'|tr(tr)|raw }}</a>
<h1 class=\" mb-3 no-bar mt-4\">{{ categoryName|replace({'Bons cadeaux': 'menu_bons'|tr(tr) }) }} / {{ 'shop_bons_season'|tr(tr)|raw }}<span class=\"full-bar\"></span></h1>
<span class=\"bon-badge\">{{ 'shop_bons_badge'|tr(tr)|raw }}</span>
<p class=\"pt-4 pb-0 text-black\">
{{ 'shop_bons_subtitle'|tr(tr)|raw }}
</p>
</div>
</section>
{#
<h3 id=\"bf\" class=\"shop_bons_section mt-5\">{{ 'shop_bons_section_bf'|tr(tr)|upper|raw }}</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5 shop-bf\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section2 justify-content-center\" id=\"bon-cadeau-results\">
{% for item in bons %}
{% set saved = false %}
{% for bookmark in bookmarks %}
{% if bookmark.product.id == item.id %}
{% set saved = true %}
{% endif %}
{% endfor %}
{% if item.slug in ['bon-cadeau-23', 'bon-cadeau-24'] %}
<div class=\"item col-md-4 mb-5\" id=\"{{ item.slug }}\">
<div class=\"bon-cadeau\">
<div class=\"col-md-12\">
<a href=\"#\" class=\"favoris trigger-modal {{ (is_granted('IS_AUTHENTICATED_REMEMBERED')) ? 'bookmark' : 'not-logged-in' }} {{ (saved) ? 'saved' : '' }}\" data-id=\"{{ item.id }}\"><i></i></a>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\" class=\"cover-container\">
<div class=\"per-person\"><span>{{ 'shop_bons_person'|tr(tr)|raw }}</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
#}
{# <div class=\"name-hover\"><p>{{ item.nameLocale(app.request.locale)|replace({'Formule ': ''})|upper }}</p> <span>Valable saison 2022-2023</span></div> #}{#
<img alt=\"{{ item.nameLocale(app.request.locale) }}\" class=\"cover\" src=\"/uploads/products/{{item.id}}/{{item.mainImage}}\" />
<div class=\"date-article\">
<p>{{ 'shop_bons_valable'|tr(tr)|raw }} </p>
</div>
</a>
</div>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\" class=\"cover-container\">
<span class=\"name\">{{ item.nameLocale(app.request.locale) }}</span>
<span class=\"subname\">{{ item.usecaseLocale(app.request.locale) }}</span>
<span class=\"category\">{{ 'menu_bons'|tr(tr)|upper|raw }}</span>
</a>
<div class=\"additional\" >
{{ item.additionalLocale(app.request.locale)|raw }}
</div>
<div class=\"actions2 one\">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"price\"><span class=\"barre\">{{ item.priceFr|replace({'83,20': '104', '77,60': \"97\"}) }} €</span> {{ item.priceFr }} €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options small\" href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<label>{{ 'shop_product_options_title2'|tr(tr)|raw }}</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
Restaurant
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.restaurant == true %}
<li class=\"option-{{option.id}}\" style=\"height: 85px\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.sub != '' %} <span class=\"sub\">{{ option.sub }}</span> {% endif %}</p>
<p class=\"price\">(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.lounge == true %}
<li class=\"option-{{option.id}}\">
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
{{ 'cadeau_title'|tr(tr)|raw }}
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.boutique == true %}
<li class=\"option-{{option.id}}\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
#}
<h3 class=\"shop_bons_section mt-5\">{{ 'shop_bons_section1'|tr(tr)|upper|raw }}</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section2\" id=\"bon-cadeau-results\">
{# {% for item in bons %}
{% set saved = false %}
{% for bookmark in bookmarks %}
{% if bookmark.product.id == item.id %}
{% set saved = true %}
{% endif %}
{% endfor %}
{% if item.slug in ['bon-cadeau-4', 'bon-cadeau-11'] %}
<div class=\"item col-md-6 mb-5\" id=\"{{ item.slug }}\">
<div class=\"bon-cadeau row\">
<div class=\"col-md-5\">
<a href=\"#\" class=\"favoris trigger-modal {{ (is_granted('IS_AUTHENTICATED_REMEMBERED')) ? 'bookmark' : 'not-logged-in' }} {{ (saved) ? 'saved' : '' }}\" data-id=\"{{ item.id }}\"><i></i></a>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<div class=\"per-person\"><span>{{ 'shop_bons_person'|tr(tr)|raw }}</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
#}{# <div class=\"name-hover\"><p>{{ item.nameLocale(app.request.locale)|replace({'Formule ': ''})|upper }}</p> <span>Valable saison 2022-2023</span></div> #}{#
<img alt=\"{{ item.nameLocale(app.request.locale) }}\" class=\"cover\" src=\"/uploads/products/{{item.id}}/{{item.mainImage}}\" />
<div class=\"date-article\">
<p>{{ 'shop_bons_valable'|tr(tr)|raw }} </p>
</div>
</a>
</div>
<div class=\"col-md-7 pt-5\">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"name\">{{ item.nameLocale(app.request.locale) }}</span>
<span class=\"subname\">{{ item.usecaseLocale(app.request.locale) }}</span>
<span class=\"category\">{{ 'menu_bons'|tr(tr)|upper|raw }}</span>
</a>
<div class=\"additional\">
{{ item.additionalLocale(app.request.locale)|raw }}
</div>
<div class=\"actions2 \">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"price\">{{ item.priceFr }} €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options\" href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<label>{{ 'shop_product_options_title2'|tr(tr)|raw }}</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
Restaurant
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.restaurant == true %}
<li class=\"option-{{option.id}}\" style=\"height: 85px\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.sub != '' %} <span class=\"sub\">{{ option.sub }}</span> {% endif %}</p>
<p class=\"price\">(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.lounge == true %}
<li class=\"option-{{option.id}}\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
{{ 'cadeau_title'|tr(tr)|raw }}
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.boutique == true %}
<li class=\"option-{{option.id}}\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}#}
{% for item in bons %}
{% set saved = false %}
{% for bookmark in bookmarks %}
{% if bookmark.product.id == item.id %}
{% set saved = true %}
{% endif %}
{% endfor %}
{% if item.slug in ['bon-cadeau-22', 'bon-cadeau-15', 'bon-cadeau-16'] %}
<div class=\"item col-md-6 col-lg-4 mb-5\" id=\"{{ item.slug }}\">
<div class=\"bon-cadeau\">
<div class=\"col-md-12\">
<a href=\"#\" class=\"favoris trigger-modal {{ (is_granted('IS_AUTHENTICATED_REMEMBERED')) ? 'bookmark' : 'not-logged-in' }} {{ (saved) ? 'saved' : '' }}\" data-id=\"{{ item.id }}\"><i></i></a>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\" class=\"cover-container\">
<div class=\"per-person\"><span>{{ 'shop_bons_person'|tr(tr)|raw }}</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
{# <div class=\"name-hover\"><p>{{ item.nameLocale(app.request.locale)|replace({'Formule ': ''})|upper }}</p> <span>Valable saison 2022-2023</span></div> #}
<img alt=\"{{ item.nameLocale(app.request.locale) }}\" class=\"cover\" src=\"/uploads/products/{{item.id}}/{{item.mainImage}}\" />
<div class=\"date-article\">
<p>{{ 'shop_bons_valable'|tr(tr)|raw }} </p>
</div>
</a>
</div>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\" class=\"cover-container\">
<span class=\"name\">{{ item.nameLocale(app.request.locale) }}</span>
<span class=\"subname\">{{ item.usecaseLocale(app.request.locale) }}</span>
<span class=\"category\">{{ 'menu_bons'|tr(tr)|upper|raw }}</span>
</a>
<div class=\"additional\" >
{{ item.additionalLocale(app.request.locale)|raw }}
</div>
<div class=\"actions2 one\">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"price\">{{ item.priceFr }} €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options small\" href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<label>{{ 'shop_product_options_title2'|tr(tr)|raw }}</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
Restaurant
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.restaurant == true %}
<li class=\"option-{{option.id}}\" style=\"height: 85px\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.sub != '' %} <span class=\"sub\">{{ option.sub }}</span> {% endif %}</p>
<p class=\"price\">(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.lounge == true %}
<li class=\"option-{{option.id}}\">
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
{{ 'cadeau_title'|tr(tr)|raw }}
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.boutique == true %}
<li class=\"option-{{option.id}}\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
<h3 class=\"shop_bons_section mt-5\">{{ 'shop_bons_section2'|tr(tr)|upper|raw }}</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section2\" id=\"bon-cadeau-results\">
{% for item in bons %}
{% set saved = false %}
{% for bookmark in bookmarks %}
{% if bookmark.product.id == item.id %}
{% set saved = true %}
{% endif %}
{% endfor %}
{% if item.slug in ['bon-cadeau-12', 'bon-cadeau-13', 'bon-cadeau-14'] %}
<div class=\"item col-md-6 col-lg-4 mb-5\" id=\"{{ item.slug }}\">
<div class=\"bon-cadeau\">
<div class=\"col-md-12\">
<a href=\"#\" class=\"favoris trigger-modal {{ (is_granted('IS_AUTHENTICATED_REMEMBERED')) ? 'bookmark' : 'not-logged-in' }} {{ (saved) ? 'saved' : '' }}\" data-id=\"{{ item.id }}\"><i></i></a>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\" class=\"cover-container\">
<div class=\"per-person\"><span>{{ 'shop_bons_person'|tr(tr)|raw }}</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
{# <div class=\"name-hover\"><p>{{ item.nameLocale(app.request.locale)|replace({'Formule ': ''})|upper }}</p> <span>Valable saison 2022-2023</span></div> #}
<img alt=\"{{ item.nameLocale(app.request.locale) }}\" class=\"cover\" src=\"/uploads/products/{{item.id}}/{{item.mainImage}}\" />
<div class=\"date-article\">
<p>{{ 'shop_bons_valable'|tr(tr)|raw }} </p>
</div>
</a>
</div>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\" class=\"cover-container\">
<span class=\"name\">{{ item.nameLocale(app.request.locale) }}</span>
<span class=\"subname\">{{ item.usecaseLocale(app.request.locale) }}</span>
<span class=\"category\">{{ 'menu_bons'|tr(tr)|upper|raw }}</span>
</a>
<div class=\"additional\" >
{{ item.additionalLocale(app.request.locale)|raw }}
</div>
<div class=\"actions2 one\">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"price\">{{ item.priceFr }} €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options small\" href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<label>{{ 'shop_product_options_title2'|tr(tr)|raw }}</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
Restaurant
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.restaurant == true %}
<li class=\"option-{{option.id}}\" style=\"height: 85px\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.sub != '' %} <span class=\"sub\">{{ option.sub }}</span> {% endif %}</p>
<p class=\"price\">(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.lounge == true %}
<li class=\"option-{{option.id}}\">
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
{{ 'cadeau_title'|tr(tr)|raw }}
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.boutique == true %}
<li class=\"option-{{option.id}}\">
{% if option.desc != '' %}<span class=\"infos\" data-desc=\"{{ option.desc }}\" title=\"{{ option.desc }}\">i</span>{% endif %}
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
<h3 class=\"shop_bons_section mt-5\">{{ 'shop_bons_section3'|tr(tr)|upper|raw }}</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section2\" id=\"bon-cadeau-results\">
{% for item in bons %}
{% set saved = false %}
{% for bookmark in bookmarks %}
{% if bookmark.product.id == item.id %}
{% set saved = true %}
{% endif %}
{% endfor %}
{% if item.slug in ['bon-cadeau-17', 'bon-cadeau-18', 'bon-cadeau-19'] %}
<div class=\"item col-md-6 col-lg-4 mb-5\" id=\"{{ item.slug }}\">
<div class=\"bon-cadeau\">
<div class=\"col-md-12\">
<a href=\"#\" class=\"favoris trigger-modal {{ (is_granted('IS_AUTHENTICATED_REMEMBERED')) ? 'bookmark' : 'not-logged-in' }} {{ (saved) ? 'saved' : '' }}\" data-id=\"{{ item.id }}\"><i></i></a>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\" class=\"cover-container\">
<div class=\"per-person\"><span>{{ 'shop_bons_person'|tr(tr)|raw }}</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
{# <div class=\"name-hover\"><p>{{ item.nameLocale(app.request.locale)|replace({'Formule ': ''})|upper }}</p> <span>Valable saison 2022-2023</span></div> #}
<img alt=\"{{ item.nameLocale(app.request.locale) }}\" class=\"cover\" src=\"/uploads/products/{{item.id}}/{{item.mainImage}}\" />
<div class=\"date-article\">
<p>{{ 'shop_bons_valable'|tr(tr)|raw }} </p>
</div>
</a>
</div>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\" class=\"cover-container\">
<span class=\"name\">{{ item.nameLocale(app.request.locale) }}</span>
<span class=\"subname\">{{ item.usecaseLocale(app.request.locale) }}</span>
<span class=\"category\">{{ 'menu_bons'|tr(tr)|upper|raw }}</span>
</a>
<div class=\"additional\">
{{ item.additionalLocale(app.request.locale)|raw }}
</div>
<div class=\"actions2 add\">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"price\">{{ item.priceFr }} €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options small\" href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<label>{{ 'shop_product_options_title2'|tr(tr)|raw }}</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content d-none\">
Restaurant
</span>
<ul class=\"mt-3 d-none\">
{% for option in options %}
{% if option.restaurant == true %}
<li class=\"option-{{option.id}}\" style=\"height: 85px\">
<p class=\"title\">{{ option.name }}<br>{% if option.sub != '' %} <span class=\"sub\">{{ option.sub }}</span> {% endif %}</p>
<p class=\"price\">(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.lounge == true %}
<li class=\"option-{{option.id}}\">
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
{{ 'cadeau_title'|tr(tr)|raw }}
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.boutique == true %}
<li class=\"option-{{option.id}}\">
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
<h3 class=\"shop_bons_section mt-5\">{{ 'shop_bons_section4'|tr(tr)|upper|raw }}</h3>
<div class=\"items-slider pack-slider espace-content p-0 mt-3 mb-5\">
<div class=\"content pb-5 mt-3\">
<div class=\"row shop_bons_section1\" id=\"bon-cadeau-results\">
{% for item in bons %}
{% set saved = false %}
{% for bookmark in bookmarks %}
{% if bookmark.product.id == item.id %}
{% set saved = true %}
{% endif %}
{% endfor %}
{% if item.slug in ['bon-cadeau-20'] %}
<div class=\"item col-md-12 col-lg-6 mb-5\" id=\"{{ item.slug }}\">
<div class=\"bon-cadeau row\">
<div class=\"col-md-5\">
<a href=\"#\" class=\"favoris trigger-modal {{ (is_granted('IS_AUTHENTICATED_REMEMBERED')) ? 'bookmark' : 'not-logged-in' }} {{ (saved) ? 'saved' : '' }}\" data-id=\"{{ item.id }}\"><i></i></a>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<div class=\"per-person\"><span>{{ 'shop_bons_person'|tr(tr)|raw }}</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
{# <div class=\"name-hover\"><p>{{ item.nameLocale(app.request.locale)|replace({'Formule ': ''})|upper }}</p> <span>Valable saison 2022-2023</span></div> #}
<img alt=\"{{ item.nameLocale(app.request.locale) }}\" class=\"cover\" src=\"/uploads/products/{{item.id}}/{{item.mainImage}}\" />
<div class=\"date-article\">
<p>{{ 'shop_bons_valable'|tr(tr)|raw }} </p>
</div>
</a>
</div>
<div class=\"col-md-7 pt-5\">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"name\">{{ item.nameLocale(app.request.locale) }}</span>
<span class=\"subname\">{{ item.usecaseLocale(app.request.locale) }}</span>
<span class=\"category\">{{ 'menu_bons'|tr(tr)|upper|raw }}</span>
</a>
<div class=\"additional\">
{{ item.additionalLocale(app.request.locale)|raw }}
</div>
<div class=\"actions2\">
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"price\">{{ item.priceFr }} €</span>
<p class=\"no-cart fast-cart text-black p-0\">Je commande</p>
</a>
</div>
<div class=\"options\" href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<label>{{ 'shop_product_options_title2'|tr(tr)|raw }}</label>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content d-none\">
Restaurant
</span>
<ul class=\"mt-3 d-none\">
{% for option in options %}
{% if option.restaurant == true %}
<li class=\"option-{{option.id}}\" style=\"height: 85px\">
<p class=\"title\">{{ option.name }}<br>{% if option.sub != '' %} <span class=\"sub\">{{ option.sub }}</span> {% endif %}</p>
<p class=\"price\">(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
<div class=\"col-12\">
<span class=\"option-content\">
Lounge Club
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.lounge == true %}
<li class=\"option-{{option.id}}\">
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
<div class=\"row\">
<div class=\"col-12\">
<span class=\"option-content\">
{{ 'cadeau_title'|tr(tr)|raw }}
</span>
<ul class=\"mt-3\">
{% for option in options %}
{% if option.boutique == true %}
<li class=\"option-{{option.id}}\">
<p class=\"title\">{{ option.name }}<br>{% if option.lounge %}<span>Lounge Club</span>{% endif %}</p>
<p class=\"price\" {% if not option.lounge and option.id < 3 %}style=\"margin-top: 10px;\"{% endif %}>(+ {{ option.price }} €)</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}
{% for item in bons %}
{% set saved = false %}
{% for bookmark in bookmarks %}
{% if bookmark.product.id == item.id %}
{% set saved = true %}
{% endif %}
{% endfor %}
{% if item.slug in ['bon-cadeau-21'] %}
<div class=\"item col-md-12 col-lg-6 mb-5 {{ loop.last ? 'last-item-class' : '' }}\" id=\"bon-cadeau-10\">
<div class=\"bon-cadeau row\" style=\"margin-top: 10px;\">
<div class=\"col-md-5\">
<div style=\"position: relative;\">
<img alt=\"{{ item.nameLocale(app.request.locale) }}\" class=\"cover\" src=\"/uploads/products/{{item.id}}/{{item.mainImage}}\" />
<div class=\"date-article\">
<p>{{ 'shop_bons_valable'|tr(tr)|raw }} </p>
</div>
</div>
</div>
<div class=\"col-md-7 pt-5\">
<div style=\"position: relative;\">
<span class=\"name\">{{ item.nameLocale(app.request.locale) }}</span>
<span class=\"subname\">{{ item.usecaseLocale(app.request.locale) }}</span>
<span class=\"category\">{{ 'menu_bons'|tr(tr)|upper|raw }}</span>
{{ item.additionalLocale(app.request.locale)|raw }}
</div>
<div class=\"actions2\">
<input type=\"hidden\" id=\"bon-cadeau-10-value\" value=\"{{ item.price }}\" />
<a href=\"#\" id=\"bon-cadeau-10-minus\">-</a><span class=\"price\">{{ item.priceFr }} €</span><a href=\"#\" id=\"bon-cadeau-10-plus\">+</a>
<a href=\"#\" class=\"add-cart fast-cart2\" data-id=\"{{item.id}}\" style=\"width: 50px\"><img alt=\"to cart\" class=\"\" src=\"/front/img/shop-cart.svg\" /></a>
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
<div class=\"floating-cart\"><img src=\"/front/img/cart.svg\" alt=\"cart\" /></div>
{# <div class=\"content pb-5 mt-5\">
<div class=\"row\" id=\"bon-cadeau-results\">
{% for item in bons %}
{% set saved = false %}
{% for bookmark in bookmarks %}
{% if bookmark.product.id == item.id %}
{% set saved = true %}
{% endif %}
{% endfor %}
<div class=\"item col-md-3 mb-5\">
<div class=\"bon-cadeau\">
<a href=\"{{ (not is_granted('IS_AUTHENTICATED_REMEMBERED')) ? path('security_login') : '' }}\" data-id=\"{{ item.id }}\" class=\"favoris {{ (is_granted('IS_AUTHENTICATED_REMEMBERED')) ? 'bookmark' : '' }} {{ (saved) ? 'saved' : '' }}\"><i></i></a>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<div class=\"per-person\"><span>{{ 'shop_bons_person'|tr(tr)|raw }}</span> <img height=\"11px\" src=\"/front/img/user-icon.svg\" alt=\"person\"></div>
<img alt=\"{{ item.nameLocale(app.request.locale) }}\" class=\"cover\" src=\"/uploads/products/{{item.id}}/{{item.mainImage}}\" />
</a>
<a href=\"/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}/produit/{{item.slug}}\">
<span class=\"name\">{{ item.nameLocale(app.request.locale) }}</span>
<span class=\"subname\">{{ item.usecaseLocale(app.request.locale) }}</span>
<span class=\"category\">{{ 'menu_bons'|tr(tr)|upper|raw }}</span>
{{ item.additionalLocale(app.request.locale)|raw }}
</a>
<div class=\"actions\">
<span class=\"price\">{{ item.priceFr }} €</span>
<a href=\"#\" class=\"add-cart fast-cart\" data-id=\"{{item.id}}\"><img alt=\"to cart\" class=\"\" src=\"/front/img/shop-cart.svg\" /></a>
</div>
</div>
</div>
{% endfor %}
<div class=\"floating-cart\"><img src=\"/front/img/cart.svg\" alt=\"cart\" /></div>
</div>
</div> #}
</div>
{% endif %}
<section class=\"actu-content newsletter\" style=\"margin-bottom: 180px;\">
<div class=\"content mt-5 pt-5\">
<h2 class=\"mb-5 no-bar\">{{ 'newsletter_title'|tr(tr)|upper|raw }}<span class=\"full-bar\"></span></h2>
<div class=\"pt-5\">
<form>
<p class=\"title\">{{ 'newsletter_subtitle'|tr(tr)|raw }}</p>
<p class=\"desc\">{{ 'newsletter_desc'|tr(tr)|raw }}</p>
<div class=\"email-input\">
<input type=\"text\" value=\"\" placeholder=\"{{ 'newsletter_email'|tr(tr)|raw }}\" class=\"email mt-3\" />
<a href=\"#\" class=\"register\"> </a>
</div>
<div class=\"row\">
<div class=\"col-12 mt-4\">
<input type=\"checkbox\" id=\"confirm\" class=\"apple-switch\" checked=\"checked\" />
<label for=\"confirm\">{{ 'newsletter_agree'|tr(tr)|raw }}</label>
<p class=\"text-center mt-4\" id=\"message_newsletter\"></p>
</div>
</div>
</form>
</div>
</div>
</section>
{% include ('FrontBundle/Partial/modal.html.twig') %}
{% include 'FrontBundle/Partial/footer.html.twig' %}
{% endblock %}
{% block javascripts %}
<script src=\"/front/js/owl.carousel.min.js\"></script>
<script src=\"/front/js/wNumb.min.js\"></script>
<script src=\"/front/js/nouislider.min.js\"></script>
<script type=\"text/javascript\">
\$( document ).ready(function() {
if( window.innerWidth <= 768 ){
\$('#bon-cadeau-results .col-md-3').addClass('col-md-6');
\$('#bon-cadeau-results .col-md-3').removeClass('col-md-3');
}
if( window.innerWidth <= 1024 ){
\$('#bon-cadeau-results .col-md-3').addClass('col-md-4');
\$('#bon-cadeau-results .col-md-3').removeClass('col-md-3');
}
\$('.additional li').each(function(index, value) {
if(\$(this).data('info')){
var add_desc = '';
if( \$(this).data('info') == 'sp-ga' ){
/*add_desc = \"{{ 'shop_bons_desc1'|tr(tr)|raw }}\".replace(/'/g, \"\\\\'\");*/
add_desc = \"{{ 'shop_bons_desc1'|tr(tr)|raw }}\";
} else if( \$(this).data('info') == 'mj-m1' ){
/*add_desc = \"{{ 'shop_bons_desc2'|tr(tr)|raw }}\".replace(/'/g, \"\\\\'\");*/
add_desc = \"{{ 'shop_bons_desc2'|tr(tr)|raw }}\";
} else if( \$(this).data('info') == 'mj-m2' ){
/*add_desc = \"{{ 'shop_bons_desc3'|tr(tr)|raw }}\".replace(/'/g, \"\\\\'\");*/
add_desc = \"{{ 'shop_bons_desc3'|tr(tr)|raw }}\";
} else if( \$(this).data('info') == 've-m1' ){
/*add_desc = \"{{ 'shop_bons_desc4'|tr(tr)|raw }}\".replace(/'/g, \"\\\\'\");*/
add_desc = \"{{ 'shop_bons_desc4'|tr(tr)|raw }}\";
} else if( \$(this).data('info') == 've-m2' ){
/*add_desc = \"{{ 'shop_bons_desc5'|tr(tr)|raw }}\".replace(/'/g, \"\\\\'\");*/
add_desc = \"{{ 'shop_bons_desc5'|tr(tr)|raw }}\";
}
\$(this).append('<span class=\"infos\" data-desc=\"'+add_desc+'\">i</span>')
}
});
\$('.infos').each(function(index, value) {
\$(this).tooltipster({
content: \$(this).data('desc'),
delay: 200,
contentAsHTML: true,
trigger: 'click'
});
});
\$('.options p').click(function(e){
e.preventDefault();
window.location.href = \$(this).parents('.options').attr('href');
});
\$('.bookmark').click(function(e){
e.preventDefault();
var product_id = \$(this).data('id');
var element = \$(this);
if( \$(this).hasClass('saved') ){
var action = 'unsave';
} else {
var action = 'save';
}
\$.ajax({
type: \"POST\",
url: \"/shop/product/\"+action+\"/\"+product_id,
data: null,
dataType: \"json\",
success: function(response) {
if( action == 'save' ){
element.addClass('saved');
} else {
element.removeClass('saved');
}
}
});
});
});
</script>
<!-- script pour gérer la connexion lors de la demande d'ajout de favoris --->
<script>
\$(document).ready(function() {
\$('.trigger-modal').on('click', function(e) {
e.preventDefault(); // Empêche le comportement par défaut du lien
const baseUrl = \"/\" + \$(\"html\").attr(\"lang\"); // Construit la base de l'URL avec la locale
const loginUrl = baseUrl + \"/security_login\"; // Adaptez cette ligne si nécessaire
\$.ajax({
url: baseUrl + \"/user/connected\",
success: function(data) {
if (!data.isLoggedIn) {
let modalTitle, modalContent, modalButtonText;
// Définit le contenu de la modale selon la locale
switch(data.locale) {
case \"fr\":
modalTitle = \"Connexion nécessaire\";
modalContent = \"Pour réaliser cette action vous devez être connecté. Si vous n'avez pas encore de compte, vous pouvez en créer un.\";
modalButtonText = \"Se connecter\";
break;
case \"en\":
modalTitle = \"Connection required\";
modalContent = \"You must be logged in to perform this action. If you don't have an account yet, you can create one.\";
modalButtonText = \"Sign in\";
break;
case \"de\":
modalTitle = \"Verbindung erforderlich\";
modalContent = \"Um diese Aktion durchzuführen, müssen Sie angemeldet sein. Wenn Sie noch kein Konto haben, können Sie eines erstellen.\";
modalButtonText = \"Sich anmelden\";
break;
}
\$(\"#modalLoginReminderLabel\").text(modalTitle);
\$(\"#modalLoginReminder .modal-body\").text(modalContent);
\$(\".modalbutton\").text(modalButtonText).attr(\"onclick\", \"window.location.href='\" + loginUrl + \"'\");
\$(\"#modalLoginReminder\").modal('show');
}
}
});
});
});
</script>
{% endblock %}
", "FrontBundle/Page/shop2.html.twig", "/home/clients/3cdd021c67ffcc8186b679e7845b2138/sites/api-royal-palace.dix-demo.fr/13_06_24/templates/FrontBundle/Page/shop2.html.twig");
}
}