{% load djadhere services %}

Adhésion

{% if adhesion %} {% if show_adherent %}

Adhérent : {{ adhesion.get_adherent_name }}

{% endif %}

Numéro d’adhérent : ADT{{ adhesion.id }}

{% if adhesion.membership.active %}

Cotisation : {{ adhesion.membership }}

{% else %}

Pas de cotisation.

{% endif %} {% if adhesion.created %}

Date de première adhésion : {{ adhesion.created }}

{% endif %} {% else %}

Non adhérent tetaneutral.net.

{% endif %}