diff --git a/cotisations/templates/cotisations/aff_paiement.html b/cotisations/templates/cotisations/aff_paiement.html index 63a5cf35..91049a3f 100644 --- a/cotisations/templates/cotisations/aff_paiement.html +++ b/cotisations/templates/cotisations/aff_paiement.html @@ -28,13 +28,15 @@ with this program; if not, write to the Free Software Foundation, Inc., - + + {% for paiement in paiement_list %} +
{% trans "Payment method" %}{% trans "Payment type" %}{% trans "Is available for everyone" %}
{{ paiement.moyen }}{{ paiement.available_for_everyone }} {% can_edit paiement %}