{% extends 'admin/layout_admin.html' %} {% block title %} afficher les types d'article {% endblock %} {% block body %}

Déclinaison et/ou type d'article (catégorie)

ajouter un type d'article

{% if types_article | length >= 1 %} {% for ligne in types_article %} {% endfor %} {% else %} {% endif %}
designation (id_type_article)nombre d'articlesopération
{{ ligne.libelle }} {{ ligne.id_type_article }} {{ ligne.nbr_articles }} editer  supprimer
pas de type d'article
{% endblock %}