{% extends "base.html.twig" %} {% block page_title %} Adhérents | BO {% endblock %} {% block name_title_page_top %} Les Adhérents {% endblock %} {% block real_page_content %}
Rechercher des adhérents
Créer un adhérent
{% if adherents is defined and adherents is not null %}
Résultats
{% if adherents|length < 1 %} {% endif %} {% if adherents|length > 0 %} {% for a in adherents %} {% endfor %} {% endif %}
Nom Prénom Email Type Ville Code TK Actions
Il n'y a aucun résultat à votre recherche.
{{ a.adhNom }} {{ a.adhPrenom }} {{ a.adhEmail }} {% if a.adhTad is defined and a.adhTad %} {{ a.adhTad.tadLibelle }} {% endif %} {% if a.adhVil is defined and a.adhVil %} {{ a.adhVil.vilNom }} {% endif %} {{ a.adhTkCode }}
{% if nbPages is defined and nbPages > 1 %}
Items {{ 1 + ((currentPage - 1) * 30) }} à {{ pageItems + ((currentPage - 1) * 30) }} sur {{ totalItems }}
{% endif %}
{% endif %}
{% endblock %}