{{ message }}
{% endfor %}
{% endfor %}
{% block body %}{% endblock %}
{% block searchform %}
{% if searchform is defined %}
{{ form_start(searchform, {'attr': {'class': 'search'}}) }}
{{ form_widget(searchform.keywords)}}
{{ form_end(searchform) }}
{% endif %}
{% endblock %}
{#
#}
{% if is_granted('ROLE_USER') %}
-
{{ app.user.firstName }} {{ app.user.lastName }}
{% if is_granted('IS_IMPERSONATOR') %}
Revenir sur mon compte{% endif %}
{% for label, messages in app.flashes %}
{% for message in messages %}