diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 8f399043..f56ed99e 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -196,7 +196,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,

Aucune machine

{% endif %}

Cotisations

-

{% can_create Facture %} Ajouter une cotisation {% if user_solde %} Modifier le solde{% endif%}{% acl_else %} Ajouter une cotisation par solde{% acl_end %}

+

{% can_create Facture %} Ajouter une cotisation {% if user_solde %} Modifier le solde{% endif%}{% acl_else %}{% if user_solde %} Ajouter une cotisation par solde{% endif %}{% acl_end %}

{% if facture_list %} {% include "cotisations/aff_cotisations.html" with facture_list=facture_list %} {% else %}