{% extends "annuaire/annuaire.html.twig" %} {% block title %} Entrées d'annuaire | BO {% endblock %} {% block section %}
Entrées d'annuaire
{% if entrees is defined %}
Les Résultats
{% if entrees|length < 1 %} {% endif %} {% if entrees|length > 0 %} {% for p in entrees %} {% endfor %} {% endif %}
Libelle Ville Actif Actions
Il n'y a aucun résultat à votre recherche.
{% if p.aenMorale == 1 %} {% else %} {% endif %} {{ p.aenLibelle }} {% if p.aenVil is defined %} {{ p.aenVil.vilNom}} {% endif %}
{% if nbPages is defined and nbPages > 1 %}
Items {{ 1 + ((currentPage -1) *10)}} à {{pageItems + ((currentPage -1)*10)}} sur {{totalItems}}
{% endif %}
{% endif %}
{% endblock %}