{% extends 'template.html.twig' %} {% block title %}Mon Site Démo_product_detail{% endblock %} {% block body %} {% include "nav.html.twig" %} Nos Produits {{ product.name }} {{ product.price }} € {% if product.stock > 0 %} - = product.stock %}disabled{% endif %}>+ Ajouter au panier {% else %} Rupture de stock {% endif %} {{ product.description|raw }} {% if product.productImages|length > 0 %} {% for image in product.productImages %} {% endfor %} {% else %} {% endif %} Retour {% include "footer.html.twig" %} {% endblock %}
{{ product.description|raw }}