{% extends 'base.html.twig' %} {% block title %} Vos clients {% endblock %} {% block body %} {# {% include 'app/modal.html.twig' %} #}

Vos clients



{% if clients|length > 0 %} {% for client in clients %} {% endfor %}
# Clients Projets
{{ client.nom }}
{% else %} {% include 'app/noResult.html.twig' %} {% endif %}
{% endblock %} {% block javascripts %} {% endblock %}