{% extends "base.html" %} {% block toplink %}↶ Retourner aux produits de {{ producer.name }}{% endblock %} {% block body %} {% if product.ref %}
Produit | Prix | Unité | Description | Packaging | Rupture ? | |
---|---|---|---|---|---|---|
{{ product.name }} | {{ product.price }}€ | {{ product.unit }} | {{ product.description }} | {% if product.packing %}{{ product.packing }}{% endif %} | {% if product.rupture %}RUPTURE !!{% endif %} | éditer |