{% extends "admin/change_list.html" %} {% load static %} {% block extrastyle %} {% endblock %} {% block content %}
Noms et Prenoms | Ville | Coopte par | Telephone | Adhesion | Cotisation Mensuelle | Epargne | Caisse de Solidarite | {% for c in cl.result_list %}
{{c}} | {{c.ville}} | {{c.telephone}} | {{c.coopte_par}} | {{c.adhesion}} FCFA | {% if c.actu_cotisation != None %} {{c.actu_cotisation.versement.montant}} FCFA {% endif %} | {% if c.actu_epargne != None %} {{c.actu_epargne.versement.montant}} FCFA {% endif %} | {% if c.actu_solidarite != None %} {{c.actu_solidarite.versement.montant}} FCFA {% endif %} |