<?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;
/* @SyliusShop/Product/show.html.twig */
class __TwigTemplate_31deac3c591b5d53a822a26841cd935c extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'metatags' => [$this, 'block_metatags'],
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 4
return "@SyliusShop/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@SyliusShop/Product/show.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@SyliusShop/Product/show.html.twig"));
// line 1
$context["block"] = $this->extensions['App\Twig\Extensions\Cms\BlockExtension']->getBlock("num_telephone", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 1, $this->source); })()), "channel", [], "any", false, false, false, 1), "code", [], "any", false, false, false, 1));
// line 2
$context["block_h"] = $this->extensions['App\Twig\Extensions\Cms\BlockExtension']->getBlock("horaires_magasin", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 2, $this->source); })()), "channel", [], "any", false, false, false, 2), "code", [], "any", false, false, false, 2));
// line 3
$context["block_livr"] = $this->extensions['App\Twig\Extensions\Cms\BlockExtension']->getBlock("imageperso_index", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 3, $this->source); })()), "channel", [], "any", false, false, false, 3), "code", [], "any", false, false, false, 3));
// line 6
$macros["money"] = $this->macros["money"] = $this->loadTemplate("@SyliusShop/Common/Macro/money.html.twig", "@SyliusShop/Product/show.html.twig", 6)->unwrap();
// line 4
$this->parent = $this->loadTemplate("@SyliusShop/layout.html.twig", "@SyliusShop/Product/show.html.twig", 4);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 8
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 9
echo " ";
$this->loadTemplate("@DediSyliusSEOPlugin/Shop/Header/_title.html.twig", "@SyliusShop/Product/show.html.twig", 9)->display(twig_array_merge($context, ["resource" => (($context["product"]) ?? (twig_get_attribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 9, $this->source); })()), "channel", [], "any", false, false, false, 9)))]));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 11
public function block_metatags($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatags"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metatags"));
// line 12
echo " ";
if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 12, $this->source); })()), "metaKeywords", [], "any", false, false, false, 12))) {
// line 13
echo " <meta name=\"keywords\" content=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 13, $this->source); })()), "metaKeywords", [], "any", false, false, false, 13), "html", null, true);
echo "\" />
";
}
// line 15
echo " ";
echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("dedi_sylius_seo_plugin.metatags", ["resource" => (($context["product"]) ?? (twig_get_attribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 15, $this->source); })()), "channel", [], "any", false, false, false, 15)))]);
echo "
";
// line 16
echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("dedi_sylius_seo_plugin.rich_snippets");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 19
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 21
if (twig_get_attribute($this->env, $this->source, 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.', 21, $this->source); })()), "request", [], "any", false, false, false, 21), "query", [], "any", false, false, false, 21), "get", [0 => "alternativeProductName"], "method", false, false, false, 21)) {
// line 22
echo " <div style=\"padding: 20px;\">
";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.product.product_is_substituted", ["%name%" => twig_get_attribute($this->env, $this->source, 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.', 23, $this->source); })()), "request", [], "any", false, false, false, 23), "query", [], "any", false, false, false, 23), "get", [0 => "alternativeProductName"], "method", false, false, false, 23), "%name2%" => twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 23, $this->source); })()), "name", [], "any", false, false, false, 23)]), "html", null, true);
echo "
</div>
";
}
// line 27
echo "
<section class=\"art-bg pb-4 pb-xl-5\">
<div class=\"article-top\">
<div class=\"contenuArticle\">
<div class=\"container p-0 border-top-4\">
<div class=\"px-0 d-none d-md-block\">";
// line 32
$this->loadTemplate("@SyliusShop/Product/Show/_breadcrumb.html.twig", "@SyliusShop/Product/show.html.twig", 32)->display($context);
echo "</div>
<div class=\"max-container-6 \">
<div class=\"border rounded-10 bg-white px-3 py-md-3 pb-xl-4 pt-xl-2 px-xl-4 mx-n3 mx-md-0 rounded-mobile-0\">
<div class=\" d-block d-md-none\">";
// line 36
$this->loadTemplate("@SyliusShop/Product/Show/_breadcrumb.html.twig", "@SyliusShop/Product/show.html.twig", 36)->display($context);
echo "</div>
<div class=\"pt-1 pb-2\">
<a href=\"/\" class=\"back-link font-16\" title=\"";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.back"), "html", null, true);
echo "\"><i class=\"icon-left-open\"></i> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.back"), "html", null, true);
echo "</a>
</div>
<div class=\"d-block d-md-none pt-3\">
<div class=\"art-top-desc \">
<h1 class=\"title-article-art\" aria-label=\"hidden\"> ";
// line 42
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 42, $this->source); })()), "name", [], "any", false, false, false, 42), "html", null, true);
echo " </h1>
<div class=\"font-16 font-18-mobile pt-1\">";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.product.sku"), "html", null, true);
echo " : ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 43, $this->source); })()), "code", [], "any", false, false, false, 43), "html", null, true);
echo "</div>
</div>
</div>
<div class=\"art-detail d-md-flex\">
<div class=\"article-left col-md-7 col-12 \">
";
// line 48
echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.product.show.left_sidebar", $context);
echo "
</div>
<div class=\"article-right col-md-5 col-12 pl-md-4 pr-md-0\">
<div class=\"max-art-desc\">
";
// line 52
echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.product.show.right_sidebar", $context);
echo "
";
// line 54
$this->loadTemplate("@SyliusShop/Product/Show/_files.html.twig", "@SyliusShop/Product/show.html.twig", 54)->display($context);
// line 55
echo " ";
$context["slugPage_free_delivery"] = $this->extensions['App\Twig\Extensions\Cms\PageExtension']->getSlugByCodeAndLocale("free_delivery");
// line 56
echo " ";
$context["slugPage_shipping_page"] = $this->extensions['App\Twig\Extensions\Cms\PageExtension']->getSlugByCodeAndLocale("shipping_page");
// line 57
echo " ";
$context["slugPage_secure_payment"] = $this->extensions['App\Twig\Extensions\Cms\PageExtension']->getSlugByCodeAndLocale("secure_payment");
// line 58
echo " <div class=\"av-article mt-md-4 mt-3 pt-md-4 pt-3\">
<div class=\"row mx-lg-n3 mx-n1 justify-content-center\">
<div class=\"col text-xl-left text-md-center text-left px-lg-3 px-1 mb-lg-0 mb-3\">
<a href=\"";
// line 61
if ( !(null === (isset($context["slugPage_free_delivery"]) || array_key_exists("slugPage_free_delivery", $context) ? $context["slugPage_free_delivery"] : (function () { throw new RuntimeError('Variable "slugPage_free_delivery" does not exist.', 61, $this->source); })()))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show", ["slug" => (isset($context["slugPage_free_delivery"]) || array_key_exists("slugPage_free_delivery", $context) ? $context["slugPage_free_delivery"] : (function () { throw new RuntimeError('Variable "slugPage_free_delivery" does not exist.', 61, $this->source); })())]), "html", null, true);
echo " ";
} else {
echo "#";
}
echo "\" class=\"box-av d-xl-flex d-md-block d-flex align-items-center\" title=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.footer.av4_txt");
echo "\">
<strong class=\"d-inline-block\"><img src=\"";
// line 62
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/av4.svg"), "html", null, true);
echo "\" alt=\"\"></strong>
<span class=\"d-block pl-xl-2 pl-2 pl-md-0 pt-xl-0 pt-md-3 pt-0\">";
// line 63
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.footer.av4_txt_br");
echo " ";
echo twig_call_macro($macros["money"], "macro_convertAndFormat", [twig_get_attribute($this->env, $this->source, $this->extensions['App\Twig\Extensions\FrancoPort\CalculateMissingFrancoPortExtension']->getAmountFrancoPort(), "amountFrancoPort", [], "array", false, false, false, 63)], 63, $context, $this->getSourceContext());
echo " HT</span>
</a>
</div>
<div class=\"col text-xl-left text-md-center text-left px-lg-3 px-1 mb-lg-0 mb-3\">
<a href=\"";
// line 67
if ( !(null === (isset($context["slugPage_shipping_page"]) || array_key_exists("slugPage_shipping_page", $context) ? $context["slugPage_shipping_page"] : (function () { throw new RuntimeError('Variable "slugPage_shipping_page" does not exist.', 67, $this->source); })()))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show", ["slug" => (isset($context["slugPage_shipping_page"]) || array_key_exists("slugPage_shipping_page", $context) ? $context["slugPage_shipping_page"] : (function () { throw new RuntimeError('Variable "slugPage_shipping_page" does not exist.', 67, $this->source); })())]), "html", null, true);
echo " ";
} else {
echo "#";
}
echo "\" class=\"box-av d-xl-flex d-md-block d-flex align-items-center\" title=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.footer.av5_txt");
echo "\">
<strong class=\"d-inline-block\"><img src=\"";
// line 68
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/av5.svg"), "html", null, true);
echo "\" alt=\"\"></strong>
<span class=\"d-block pl-xl-2 pl-2 pl-md-0 pt-xl-0 pt-md-3 pt-0\">";
// line 69
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.footer.av5_txt_br");
echo "</span>
</a>
</div>
<div class=\"col text-xl-left text-md-center text-left px-lg-3 px-1 mb-lg-0 mb-3\">
<a href=\"";
// line 73
if ( !(null === (isset($context["slugPage_secure_payment"]) || array_key_exists("slugPage_secure_payment", $context) ? $context["slugPage_secure_payment"] : (function () { throw new RuntimeError('Variable "slugPage_secure_payment" does not exist.', 73, $this->source); })()))) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_page_show", ["slug" => (isset($context["slugPage_secure_payment"]) || array_key_exists("slugPage_secure_payment", $context) ? $context["slugPage_secure_payment"] : (function () { throw new RuntimeError('Variable "slugPage_secure_payment" does not exist.', 73, $this->source); })())]), "html", null, true);
echo " ";
} else {
echo "#";
}
echo "\" class=\"box-av d-xl-flex d-md-block d-flex align-items-center\" title=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.footer.av6_txt");
echo "\">
<strong class=\"d-inline-block\"><img src=\"";
// line 74
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/av6.svg"), "html", null, true);
echo "\" alt=\"\"></strong>
<span class=\"d-block pl-xl-2 pl-2 pl-md-0 pt-xl-0 pt-md-3 pt-0\">";
// line 75
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.footer.av6_txt_br");
echo "</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"article-bottom\">
";
// line 91
echo $this->extensions['Sylius\Bundle\UiBundle\Twig\TemplateEventExtension']->render("sylius.shop.product.show.content", $context);
echo "
</div>
</div>
</section>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@SyliusShop/Product/show.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 297 => 91, 278 => 75, 274 => 74, 263 => 73, 256 => 69, 252 => 68, 241 => 67, 232 => 63, 228 => 62, 217 => 61, 212 => 58, 209 => 57, 206 => 56, 203 => 55, 201 => 54, 196 => 52, 189 => 48, 179 => 43, 175 => 42, 166 => 38, 161 => 36, 154 => 32, 147 => 27, 141 => 23, 138 => 22, 136 => 21, 126 => 19, 114 => 16, 109 => 15, 103 => 13, 100 => 12, 90 => 11, 79 => 9, 69 => 8, 58 => 4, 56 => 6, 54 => 3, 52 => 2, 50 => 1, 37 => 4,);
}
public function getSourceContext()
{
return new Source("{% set block = app_get_blocks('num_telephone', sylius.channel.code ) %}
{% set block_h = app_get_blocks('horaires_magasin', sylius.channel.code ) %}
{% set block_livr = app_get_blocks('imageperso_index', sylius.channel.code ) %}
{% extends '@SyliusShop/layout.html.twig' %}
{% import \"@SyliusShop/Common/Macro/money.html.twig\" as money %}
{% block title %}
{% include '@DediSyliusSEOPlugin/Shop/Header/_title.html.twig' with { 'resource': product ?? sylius.channel } %}
{% endblock %}
{% block metatags %}
{% if product.metaKeywords is not empty %}
<meta name=\"keywords\" content=\"{{ product.metaKeywords }}\" />
{% endif %}
{{ sylius_template_event('dedi_sylius_seo_plugin.metatags', { resource: product ?? sylius.channel }) }}
{{ sylius_template_event('dedi_sylius_seo_plugin.rich_snippets') }}
{% endblock %}
{% block content %}
{# alternative product #}
{% if app.request.query.get('alternativeProductName') %}
<div style=\"padding: 20px;\">
{{ 'app.product.product_is_substituted'|trans({'%name%': app.request.query.get('alternativeProductName'), '%name2%': product.name}) }}
</div>
{% endif %}
{# end alternative product #}
<section class=\"art-bg pb-4 pb-xl-5\">
<div class=\"article-top\">
<div class=\"contenuArticle\">
<div class=\"container p-0 border-top-4\">
<div class=\"px-0 d-none d-md-block\">{% include '@SyliusShop/Product/Show/_breadcrumb.html.twig' %}</div>
<div class=\"max-container-6 \">
<div class=\"border rounded-10 bg-white px-3 py-md-3 pb-xl-4 pt-xl-2 px-xl-4 mx-n3 mx-md-0 rounded-mobile-0\">
<div class=\" d-block d-md-none\">{% include '@SyliusShop/Product/Show/_breadcrumb.html.twig' %}</div>
<div class=\"pt-1 pb-2\">
<a href=\"/\" class=\"back-link font-16\" title=\"{{'sylius.ui.back'|trans}}\"><i class=\"icon-left-open\"></i> {{'sylius.ui.back'|trans}}</a>
</div>
<div class=\"d-block d-md-none pt-3\">
<div class=\"art-top-desc \">
<h1 class=\"title-article-art\" aria-label=\"hidden\"> {{ product.name }} </h1>
<div class=\"font-16 font-18-mobile pt-1\">{{'app.product.sku'|trans}} : {{ product.code }}</div>
</div>
</div>
<div class=\"art-detail d-md-flex\">
<div class=\"article-left col-md-7 col-12 \">
{{ sylius_template_event('sylius.shop.product.show.left_sidebar', _context) }}
</div>
<div class=\"article-right col-md-5 col-12 pl-md-4 pr-md-0\">
<div class=\"max-art-desc\">
{{ sylius_template_event('sylius.shop.product.show.right_sidebar', _context) }}
{% include '@SyliusShop/Product/Show/_files.html.twig' %}
{% set slugPage_free_delivery = app_get_slug_by_code_and_locale('free_delivery') %}
{% set slugPage_shipping_page = app_get_slug_by_code_and_locale('shipping_page') %}
{% set slugPage_secure_payment = app_get_slug_by_code_and_locale('secure_payment') %}
<div class=\"av-article mt-md-4 mt-3 pt-md-4 pt-3\">
<div class=\"row mx-lg-n3 mx-n1 justify-content-center\">
<div class=\"col text-xl-left text-md-center text-left px-lg-3 px-1 mb-lg-0 mb-3\">
<a href=\"{% if slugPage_free_delivery is not null %}{{ path('bitbag_sylius_cms_plugin_shop_page_show', {'slug': slugPage_free_delivery }) }} {% else %}#{% endif %}\" class=\"box-av d-xl-flex d-md-block d-flex align-items-center\" title=\"{{'app.footer.av4_txt'|trans|raw}}\">
<strong class=\"d-inline-block\"><img src=\"{{asset('images/av4.svg')}}\" alt=\"\"></strong>
<span class=\"d-block pl-xl-2 pl-2 pl-md-0 pt-xl-0 pt-md-3 pt-0\">{{'app.footer.av4_txt_br'|trans|raw}} {{ money.convertAndFormat(app_get_amount_franco_port()['amountFrancoPort']) }} HT</span>
</a>
</div>
<div class=\"col text-xl-left text-md-center text-left px-lg-3 px-1 mb-lg-0 mb-3\">
<a href=\"{% if slugPage_shipping_page is not null %}{{ path('bitbag_sylius_cms_plugin_shop_page_show', {'slug': slugPage_shipping_page }) }} {% else %}#{% endif %}\" class=\"box-av d-xl-flex d-md-block d-flex align-items-center\" title=\"{{'app.footer.av5_txt'|trans|raw}}\">
<strong class=\"d-inline-block\"><img src=\"{{asset('images/av5.svg')}}\" alt=\"\"></strong>
<span class=\"d-block pl-xl-2 pl-2 pl-md-0 pt-xl-0 pt-md-3 pt-0\">{{'app.footer.av5_txt_br'|trans|raw}}</span>
</a>
</div>
<div class=\"col text-xl-left text-md-center text-left px-lg-3 px-1 mb-lg-0 mb-3\">
<a href=\"{% if slugPage_secure_payment is not null %}{{ path('bitbag_sylius_cms_plugin_shop_page_show', {'slug': slugPage_secure_payment }) }} {% else %}#{% endif %}\" class=\"box-av d-xl-flex d-md-block d-flex align-items-center\" title=\"{{'app.footer.av6_txt'|trans|raw}}\">
<strong class=\"d-inline-block\"><img src=\"{{asset('images/av6.svg')}}\" alt=\"\"></strong>
<span class=\"d-block pl-xl-2 pl-2 pl-md-0 pt-xl-0 pt-md-3 pt-0\">{{'app.footer.av6_txt_br'|trans|raw}}</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"article-bottom\">
{{ sylius_template_event('sylius.shop.product.show.content', _context) }}
</div>
</div>
</section>
{% endblock %}
", "@SyliusShop/Product/show.html.twig", "/var/www/html/themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Product/show.html.twig");
}
}