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

Types d'article

ajouter un type d'article

{% if types_articles | length >= 1 %} {% for ligne in types_articles %} {% endfor %} {% else %} {% endif %}
iddesignationopération
{{ ligne.id }} {{ ligne.libelle }} editer  supprimer
pas de type d'article
{% endblock %}