{% extends "../frames/__account.html" %} {% load static %} {% block headLinks %} {% endblock headLinks %} {% block docTitle %}Gestion des types de statut membre{% endblock docTitle %} {% block navTitle %}Gestion des types de statut membre{% endblock navTitle %} {% block activeStatut %}active{% endblock activeStatut %} {% block contents %}
{% for statut in statuts %} {% endfor %}
Ordre Intitule Frais d'adhesion Cotisation/mois Derniere modification Date d'ajout Action
{{ forloop.counter}} {{statut.nom}} {{statut.frais_adhesion}} {{statut.frais_cotisation}} {{statut.updated_at}} {{statut.created_at}}
{% endblock contents %} {% block scripts %} {% endblock scripts %}