{% extends "base.html" %} {% block body %}
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 |