{% extends "../frames/__account.html" %} {% load static %} {% block docTitle %}Gestion de la section de rattachement{% endblock docTitle %} {% block navTitle %}Gestion de la section de rattachement{% endblock navTitle %} {% block activeSection %}active{% endblock activeSection %} {% block headLinks %} {% endblock headLinks %} {% block contents %}
Ordre | Nom de la region | Nombre de membres | Cotisations recus | Cotisations impayes | Date d'ajout | Date de creation | Action |
---|---|---|---|---|---|---|---|
{{ forloop.counter}} | {{region.nom_region}} | {{region.nb_membres}} | {{region.montant_total_cotisations_recues}} | {{region.montant_total_cotisations_impayees}} | {{region.updated_at}} | {{region.created_at}} |
|
Ordre | Region | Province | Nombre de membres | Cotisations recus | Cotisations impayes | Derniere modification | Date d'ajout | Action |
---|---|---|---|---|---|---|---|---|
{{ forloop.counter}} | {{province.communaute_regionale.nom_region}} | {{province.nom_province}} | {{province.nb_membres}} | {{province.montant_total_cotisations_recues}} | {{province.montant_total_cotisations_impayees}} | {{province.updated_at}} | {{province.created_at}} |
|
Ordre | Nom du continent | Nombre de membres | Cotisations recus | Cotisations impayes | Derniere modification | Date d'ajout | Action |
---|---|---|---|---|---|---|---|
{{ forloop.counter}} | {{continent.nom_continent}} | {{continent.nb_membres}} | {{continent.montant_total_cotisations_recues}} | {{continent.montant_total_cotisations_impayees}} | {{continent.updated_at}} | {{continent.created_at}} |
|
Ordre | Continent | Pays | Nombre de membres | Cotisations recus | Cotisations impayes | Derniere modification | Date d'ajout | Action |
---|---|---|---|---|---|---|---|---|
{{ forloop.counter}} | {{p.communaute_diaspora_continent.nom_continent}} | {{p.nom_pays}} | {{p.nb_membres}} | {{p.montant_total_cotisations_recues}} | {{p.montant_total_cotisations_impayees}} | {{p.updated_at}} | {{p.created_at}} |
|