{% extends 'admin.html.twig' %} {% block title %}Adherante - Recherche Avancée{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Recherche avancée

Recherche avancée sur les adhérantes

Recherche des adhérantes

{{ include('@AppBundle/Default/flashBag.html.twig') }}

{#{{ dump(adherants) }}#}
{% if adherants|length >0 %}
{#
#}

Resultat de recherche

{% for adherant in adherants %} {% endfor %}
Nom Prénom Entreprise Secteur d'activité Adresse Produits Détails
Nom Prénom Entreprise Secteur d'activité Adresse Produits Détails
{{ adherant.nom }} {{ adherant.prenom }} {{ adherant.entreprise }} {{ adherant.activitySector }} {{ adherant.adress }} {{ adherant.produits }}
{#
#}
{#
{% for adherant in adherants %} {% endfor %}
Nom Prénom Entreprise Secteur d'activité Adresse Produits
{{ adherant.nom }} {{ adherant.prenom }} {{ adherant.entreprise }} {{ adherant.activitySector }} {{ adherant.adress }} {{ adherant.produits }}
#} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}