<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* front/catalog/product/view/reference-line.html.twig */
class __TwigTemplate_98900b5431a17cc8d97cf352289c6e71 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
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", "front/catalog/product/view/reference-line.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/catalog/product/view/reference-line.html.twig"));
// line 1
yield "<div class=\"reference\">
";
// line 2
$context["country"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["customerMgr"]) || array_key_exists("customerMgr", $context) ? $context["customerMgr"] : (function () { throw new RuntimeError('Variable "customerMgr" does not exist.', 2, $this->source); })()), "getCustomerCountry", [], "method", false, false, false, 2);
// line 3
yield " <div class=\"reference-ctn\">
";
// line 4
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 4, $this->source); })()), "picture", [], "any", false, false, false, 4)) {
// line 5
yield " <div class=\"img\">
<a href=\"";
// line 6
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Liip\ImagineBundle\Templating\LazyFilterRuntime')->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 6, $this->source); })()), "picture", [], "any", false, false, false, 6), "webPath", [], "any", false, false, false, 6)), "product_zoom"), "html", null, true);
yield "\" data-caption=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 6, $this->source); })()), "name", [], "any", false, false, false, 6), "html_attr");
yield "\" data-fancybox=\"references\"><img src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getRuntime('Liip\ImagineBundle\Templating\LazyFilterRuntime')->filter($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 6, $this->source); })()), "picture", [], "any", false, false, false, 6), "webPath", [], "any", false, false, false, 6)), "product_small"), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 6, $this->source); })()), "name", [], "any", false, false, false, 6), "html_attr");
yield "\"></a>
</div>
";
}
// line 9
yield " ";
yield from $this->loadTemplate("front/catalog/product/view/soleil.html.twig", "front/catalog/product/view/reference-line.html.twig", 9)->unwrap()->yield($context);
// line 10
yield " <div class=\"stock-ctn\">
";
// line 11
yield from $this->loadTemplate("front/catalog/product/view/stock.html.twig", "front/catalog/product/view/reference-line.html.twig", 11)->unwrap()->yield($context);
// line 12
yield " ";
if (CoreExtension::getAttribute($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); })()), "isAvailableForCountry", [(isset($context["country"]) || array_key_exists("country", $context) ? $context["country"] : (function () { throw new RuntimeError('Variable "country" does not exist.', 12, $this->source); })())], "method", false, false, false, 12)) {
// line 13
yield " ";
if (CoreExtension::inFilter(CoreExtension::getAttribute($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); })()), "id", [], "any", false, false, false, 13), Twig\Extension\CoreExtension::keys((isset($context["discounts"]) || array_key_exists("discounts", $context) ? $context["discounts"] : (function () { throw new RuntimeError('Variable "discounts" does not exist.', 13, $this->source); })())))) {
// line 14
yield " ";
$context["productsDiscounts"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["discounts"]) || array_key_exists("discounts", $context) ? $context["discounts"] : (function () { throw new RuntimeError('Variable "discounts" does not exist.', 14, $this->source); })()), CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 14, $this->source); })()), "id", [], "any", false, false, false, 14), [], "any", false, false, false, 14);
// line 15
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["productsDiscounts"]) || array_key_exists("productsDiscounts", $context) ? $context["productsDiscounts"] : (function () { throw new RuntimeError('Variable "productsDiscounts" does not exist.', 15, $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["discount"]) {
// line 16
yield " ";
yield from $this->loadTemplate("front/catalog/product/view/discount.html.twig", "front/catalog/product/view/reference-line.html.twig", 16)->unwrap()->yield(CoreExtension::merge($context, ["discount" => $context["discount"]]));
// line 17
yield " ";
++$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['discount'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 18
yield " ";
}
// line 19
yield " ";
}
// line 20
yield " </div>
<div class=\"name-ctn\">
";
// line 22
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 22, $this->source); })()), "parent", [], "any", false, false, false, 22)) {
// line 23
yield " <div class=\"name\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::slice($this->env->getCharset(), CoreExtension::getAttribute($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), (Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($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); })()), "parent", [], "any", false, false, false, 23), "name", [], "any", false, false, false, 23)) + 2), Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($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);
yield "</div>
";
} else {
// line 25
yield " <div class=\"name\"></div>
";
}
// line 27
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 27, $this->source); })()), "isAvailableForCountry", [(isset($context["country"]) || array_key_exists("country", $context) ? $context["country"] : (function () { throw new RuntimeError('Variable "country" does not exist.', 27, $this->source); })())], "method", false, false, false, 27)) {
// line 28
yield " ";
if (CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 28, $this->source); })()), "getPrice", [false, (isset($context["priceGroup"]) || array_key_exists("priceGroup", $context) ? $context["priceGroup"] : (function () { throw new RuntimeError('Variable "priceGroup" does not exist.', 28, $this->source); })())], "method", false, false, false, 28)) {
// line 29
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["customerMgr"]) || array_key_exists("customerMgr", $context) ? $context["customerMgr"] : (function () { throw new RuntimeError('Variable "customerMgr" does not exist.', 29, $this->source); })()), "canSeePrices", [], "method", false, false, false, 29) && !CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 29, $this->source); })()), "isStopped", [], "method", false, false, false, 29))) {
// line 30
yield " ";
yield from $this->loadTemplate("front/catalog/product/view/price-grid.html.twig", "front/catalog/product/view/reference-line.html.twig", 30)->unwrap()->yield(CoreExtension::merge($context, ["priceGrid" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["priceGrids"]) || array_key_exists("priceGrids", $context) ? $context["priceGrids"] : (function () { throw new RuntimeError('Variable "priceGrids" does not exist.', 30, $this->source); })()), CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 30, $this->source); })()), "id", [], "any", false, false, false, 30), [], "any", false, false, false, 30)]));
// line 31
yield " ";
}
// line 32
yield " ";
$context["currentQty"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["cartMgr"]) || array_key_exists("cartMgr", $context) ? $context["cartMgr"] : (function () { throw new RuntimeError('Variable "cartMgr" does not exist.', 32, $this->source); })()), "qtyInCart", [(isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 32, $this->source); })())], "method", false, false, false, 32);
// line 33
yield " <div class=\"bt-cart ";
yield ((((isset($context["currentQty"]) || array_key_exists("currentQty", $context) ? $context["currentQty"] : (function () { throw new RuntimeError('Variable "currentQty" does not exist.', 33, $this->source); })()) > 0)) ? ("in-cart") : (""));
yield "\">
";
// line 34
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["customerMgr"]) || array_key_exists("customerMgr", $context) ? $context["customerMgr"] : (function () { throw new RuntimeError('Variable "customerMgr" does not exist.', 34, $this->source); })()), "canSeePrices", [], "method", false, false, false, 34) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 34, $this->source); })()), "isAvailable", [], "method", false, false, false, 34))) {
// line 35
yield " ";
yield from $this->loadTemplate("front/cart/bt.html.twig", "front/catalog/product/view/reference-line.html.twig", 35)->unwrap()->yield(CoreExtension::merge($context, ["product" => (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 35, $this->source); })())]));
// line 36
yield " <div class=\"qty\">
<a class=\"down\">-</a>
<input type=\"text\" value=\"";
// line 38
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["currentQty"]) || array_key_exists("currentQty", $context) ? $context["currentQty"] : (function () { throw new RuntimeError('Variable "currentQty" does not exist.', 38, $this->source); })()), "html", null, true);
yield "\" name=\"qty[";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 38, $this->source); })()), "id", [], "any", false, false, false, 38), "html", null, true);
yield "]\" class=\"qty-value\" data-id=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 38, $this->source); })()), "id", [], "any", false, false, false, 38), "html", null, true);
yield "\">
<a class=\"up\">+</a>
</div>
";
}
// line 42
yield " </div>
";
} elseif (CoreExtension::getAttribute($this->env, $this->source, // line 43
(isset($context["customerMgr"]) || array_key_exists("customerMgr", $context) ? $context["customerMgr"] : (function () { throw new RuntimeError('Variable "customerMgr" does not exist.', 43, $this->source); })()), "isExpert", [], "method", false, false, false, 43)) {
// line 44
yield " <p>";
yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Produit non disponible pour les Experts", [], "messages");
yield "</p>
";
}
// line 46
yield " ";
}
// line 47
yield " </div>
</div>
";
// line 49
if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["customerMgr"]) || array_key_exists("customerMgr", $context) ? $context["customerMgr"] : (function () { throw new RuntimeError('Variable "customerMgr" does not exist.', 49, $this->source); })()), "canSeePrices", [], "method", false, false, false, 49) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 49, $this->source); })()), "ecotax", [], "any", false, false, false, 49) > 0))) {
// line 50
yield " <div class=\"eco-tax\">";
yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Eco-participation", [], "messages");
yield " : ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\PriceExtension']->priceFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 50, $this->source); })()), "ecotax", [], "any", false, false, false, 50)), "html", null, true);
yield "</div>
";
}
// line 52
yield " ";
if (((CoreExtension::getAttribute($this->env, $this->source, (isset($context["customerMgr"]) || array_key_exists("customerMgr", $context) ? $context["customerMgr"] : (function () { throw new RuntimeError('Variable "customerMgr" does not exist.', 52, $this->source); })()), "canSeePrices", [], "method", false, false, false, 52) && !CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 52, $this->source); })()), "isStopped", [], "method", false, false, false, 52)) && !CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 52, $this->source); })()), "isAvailable", [], "method", false, false, false, 52))) {
// line 53
yield " <div class=\"stock-alert\" style=\"height:30px; line-height:15px;\">
<a data-product=\"";
// line 54
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 54, $this->source); })()), "id", [], "any", false, false, false, 54), "html", null, true);
yield "\" data-customer=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["customer"]) || array_key_exists("customer", $context) ? $context["customer"] : (function () { throw new RuntimeError('Variable "customer" does not exist.', 54, $this->source); })()), "id", [], "any", false, false, false, 54), "html", null, true);
yield "\" data-language=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 54, $this->source); })()), "request", [], "any", false, false, false, 54), "getLocale", [], "method", false, false, false, 54), "html", null, true);
yield "\" class=\"bt-stock-alert\">";
yield $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Prévenez-moi par email dès que l'article est en stock.", [], "messages");
yield "</a><br>
</div>
";
}
// line 57
yield "</div>";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "front/catalog/product/view/reference-line.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 232 => 57, 220 => 54, 217 => 53, 214 => 52, 206 => 50, 204 => 49, 200 => 47, 197 => 46, 191 => 44, 189 => 43, 186 => 42, 175 => 38, 171 => 36, 168 => 35, 166 => 34, 161 => 33, 158 => 32, 155 => 31, 152 => 30, 149 => 29, 146 => 28, 143 => 27, 139 => 25, 133 => 23, 131 => 22, 127 => 20, 124 => 19, 121 => 18, 107 => 17, 104 => 16, 86 => 15, 83 => 14, 80 => 13, 77 => 12, 75 => 11, 72 => 10, 69 => 9, 57 => 6, 54 => 5, 52 => 4, 49 => 3, 47 => 2, 44 => 1,);
}
public function getSourceContext()
{
return new Source("<div class=\"reference\">
{% set country = customerMgr.getCustomerCountry() %}
<div class=\"reference-ctn\">
{% if product.picture %}
<div class=\"img\">
<a href=\"{{ asset(product.picture.webPath) | imagine_filter('product_zoom') }}\" data-caption=\"{{ product.name|escape('html_attr') }}\" data-fancybox=\"references\"><img src=\"{{ asset(product.picture.webPath) | imagine_filter('product_small') }}\" alt=\"{{ product.name|e('html_attr') }}\"></a>
</div>
{% endif %}
{% include 'front/catalog/product/view/soleil.html.twig' %}
<div class=\"stock-ctn\">
{% include 'front/catalog/product/view/stock.html.twig' %}
{% if product.isAvailableForCountry(country) %}
{% if product.id in discounts|keys %}
{% set productsDiscounts = attribute(discounts, product.id) %}
{% for discount in productsDiscounts %}
{% include 'front/catalog/product/view/discount.html.twig' with {discount:discount} %}
{% endfor %}
{% endif %}
{% endif %}
</div>
<div class=\"name-ctn\">
{% if product.parent %}
<div class=\"name\">{{ product.name|slice(product.parent.name|length+2, product.name|length) }}</div>
{% else %}
<div class=\"name\"></div>
{% endif %}
{% if product.isAvailableForCountry(country) %}
{% if product.getPrice(false, priceGroup) %}
{% if customerMgr.canSeePrices() and not product.isStopped() %}
{% include 'front/catalog/product/view/price-grid.html.twig' with {priceGrid:attribute(priceGrids,product.id)} %}
{% endif %}
{% set currentQty = cartMgr.qtyInCart(product) %}
<div class=\"bt-cart {{ currentQty > 0 ? 'in-cart' : ''}}\">
{% if customerMgr.canSeePrices() and product.isAvailable() %}
{% include 'front/cart/bt.html.twig' with {product:product} %}
<div class=\"qty\">
<a class=\"down\">-</a>
<input type=\"text\" value=\"{{ currentQty }}\" name=\"qty[{{ product.id }}]\" class=\"qty-value\" data-id=\"{{ product.id }}\">
<a class=\"up\">+</a>
</div>
{% endif %}
</div>
{% elseif customerMgr.isExpert() %}
<p>{% trans %}Produit non disponible pour les Experts{% endtrans %}</p>
{% endif %}
{% endif %}
</div>
</div>
{% if customerMgr.canSeePrices() and (product.ecotax > 0) %}
<div class=\"eco-tax\">{% trans %}Eco-participation{% endtrans %} : {{ product.ecotax|price }}</div>
{% endif %}
{% if customerMgr.canSeePrices() and not product.isStopped() and not product.isAvailable() %}
<div class=\"stock-alert\" style=\"height:30px; line-height:15px;\">
<a data-product=\"{{ product.id }}\" data-customer=\"{{ customer.id }}\" data-language=\"{{ app.request.getLocale() }}\" class=\"bt-stock-alert\">{% trans %}Prévenez-moi par email dès que l'article est en stock.{% endtrans %}</a><br>
</div>
{% endif %}
</div>", "front/catalog/product/view/reference-line.html.twig", "/var/www/dogcat.com/v2-test/templates/front/catalog/product/view/reference-line.html.twig");
}
}