{% extends "base.html" %} {% block body %} {% if producer.id %}

Modifier les informations pour « {{ producer.id }} »

{% else %}

Nouve⋅eau⋅lle product⋅eur⋅rice

{% endif %}
{% if producer.id %} {% else %} {% endif %}
{% if products %}

Produits Ajouter un produit

{% for product in products %} {% endfor %}
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
{% endif %}
{% endblock body %}