{% extends "base.html" %} {% block toplink %}↶ Retourner aux produits{% endblock %} {% block body %}
Les prix pour {{ producer.name }} ont besoin d'être validés. {% if producer.needs_price_update(delivery) %} Marquer les prix comme OK {% endif %}
{% endif %} {% if delivery.shipping.get(producer.id) %}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 %} | modifier | supprimer |