{% extends "admin/base_site.html" %} {% load static %} {% block title %} Cotisations Effectives {{ str_month }} {{ year }} {% endblock %} {% block extrastyle %} {% endblock %} {% block sidebar %}
{{block.super}}
{% endblock %} {% block content %}
Cotisations
{% for c in cl %} {% endfor %}
Noms et Prenoms Date Paiement
{{c.versement.compte}} {{c.versement.date_versement}}
{% endblock %}