{% extends "page.html" %} {% block content -%} {% if GetParametre("COTISATIONS_INTRO", dict_parametres) != '' %}
Il reste {{ liste_cotisations_manquantes|length }} cotisation{% if liste_cotisations_manquantes|length > 1 %}s{% endif %} à mettre à jour :
{{ cotisation_manquante.nom }} |
Aucune cotisation manquante
{% endif %}