{% extends 'admin_base.html.twig' %} {% block body %}
{#
Information personnelles
#}
{% if errors %} {% for e in errors %} {% if (e['propertyPath'] == "name")%} {{ e['message'] }} {% endif %} {% endfor %} {% endif %}
{% endblock %}