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