{% load l10n %} {% comment %} Fiche produit publique (AC 1.6:#2) — JSON-LD kept in sync with what's actually rendered below it (name/price/availability), not duplicated data pulled separately (AC requirement: "cohérent avec les données affichées"). {% endcomment %} {{ product.title }} {% with stockrecord=product.stockrecords.first %} {% endwith %} ← Retour à la boutique

{{ product.title }}

{% with stockrecord=product.stockrecords.first %} {% if stockrecord %}

{{ stockrecord.price }} €

{% if stockrecord.num_in_stock > 0 %}En stock{% else %}Épuisé{% endif %}

{% endif %} {% endwith %} {{ product.description|linebreaks }}