|
@@ -10,8 +10,8 @@
|
|
|
<p>Adhérent : <a href="{{ adhesion.get_adherent_detail_url }}">{{ adhesion.get_adherent_name }}</a></p>
|
|
|
{% endif %}
|
|
|
<p>Numéro d’adhérent : ADT{{ adhesion.id }}</p>
|
|
|
- {% if adhesion.membership.is_active %}
|
|
|
- <p>Cotisation : {{ adhesion.membership }}</p>
|
|
|
+ {% if adhesion.membership.get_current_payment %}
|
|
|
+ <p>Cotisation : {{ adhesion.membership.get_current_payment }}</p>
|
|
|
{% else %}
|
|
|
<p>Pas de cotisation.</p>
|
|
|
{% endif %}
|