diff --git a/kfet/templates/kfet/article.html b/kfet/templates/kfet/article.html index 8fb844b7..387806bd 100644 --- a/kfet/templates/kfet/article.html +++ b/kfet/templates/kfet/article.html @@ -6,17 +6,62 @@ {% block content %}
+ | Nom | +Prix | +Stock | +En vente | +Dernier inventaire | +
{{ article.category.name }} | +|||||
+ + + + | +{{ article.name }} | +{{ article.price }} | +{{ article.stock }} | +{{ article.is_sold }} | +{{ article.inventory.0.at }} | +