{% set cardCount = 0 %} {% for adherent in adherents %} {% if cardCount % 2 == 0 %} {% if cardCount > 0 and cardCount % 8 == 0 %}
{% endif %} {% if cardCount % 2 == 0 %}
{% endif %} {% endif %}
{{ year }}

TAMM KREIZ

Carte de membre

{{ adherent.adhNom }} {{ adherent.adhPrenom }}

{% if adherent.adhNomasso %}

{{ adherent.adhNomasso }}

{% endif %} {% if adherent.adhTad %}

{{ adherent.adhTad.tadLibelle }}

{% endif %}

N° adhérent : {{ adherent.adhNumero }}

Code : {{ adherent.adhTkCode }}

{% set cardCount = cardCount + 1 %} {% if cardCount % 2 == 0 %}
{% endif %} {% endfor %} {% if cardCount % 2 == 1 %}
{% endif %}