{% extends 'TdbBaseBundle::layout.html.twig' %} {% block title %}Gestion des News{% endblock %} {% block body %} {% if is_granted('ROLE_CLIENT_ADMIN') %}

Carnet d'adresse

Ajouter un contact
{% endif %}

Liste des clients

{% for client in clients %} {% endfor %}
Nom Prénom Organisation  
{{ client.nom }} {{ client.prenom }} {{ client.organisation }} Détails
{% endblock %}