{% extends "admin/base_site.html" %} {% load static %} {% block title %} Comptes {{ str_month }} {{ year }} {% endblock %} {% block extrastyle %} {% endblock %} {% block sidebar %}
Noms et Prenoms | Ville | Coopte par | Telephone | Adhesion | Cotisation Mensuelle | Epargne | Caisse de Solidarite | {% for c in cl %}
{{c.nom_prenom}} | {{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 %} |