{% extends "../frames/__account.html" %} {% load static %} {% load custom_filters %} {% block docTitle %}Mes cotisations{% endblock docTitle %} {% block navTitle %}Mes cotisations{% endblock navTitle %} {% block headLinks %} {% endblock headLinks %} {% block contents %}
{% for cotisation in liste_cotisations %} {% endfor %}
Ordre Mois Annee Montant Statut Paye le Action
{{ forloop.counter}} {{cotisation.mois|month_name }} {{cotisation.annee}} {{request.user.statut_emploi.frais_cotisation}} {% if cotisation.payee %}Payee{% else %}Non payee{% endif %} {% if cotisation.payee %} {{cotisation.payee_le}}{% else %}-- / -- / ----{% endif %} {% if not cotisation.payee %} Payer maintenant {% endif %}
{% endblock contents %} {% block scripts %} {% endblock scripts %}