{% extends "base.html" %} {% block toplink %}↶ Retourner aux produits{% endblock %} {% block body %}
Les prix pour {{ producer.name }} ont besoin d'être validés.
{% endif %} {% if delivery.shipping.get(producer.id) %}Vous pouvez éditer les produits en cliquant sur leur nom.
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 %} | supprimer |