{% extends "@admin/pages/user.html.twig" %} {% block body_matter %} {% block group_box %} {% endblock %}
{{user.email}}
{% endif %} {% if 'locale' not in fields.hidden %}{{locales[user.locale]}}
{% endif %} {% block user_profile %}{% endblock %} {% if 'roles' not in fields.hidden %}{% for role in user.roles %} {{role.name}} {% endfor %}
{% endif %}{% for organisation in user.organisations %}