diff --git a/templates/pages/user.html.twig b/templates/pages/user.html.twig index 5b5a01e..4588801 100644 --- a/templates/pages/user.html.twig +++ b/templates/pages/user.html.twig @@ -1,104 +1,213 @@ -{% extends "@blockier-templates/pages/user.html.twig" %} +{% extends "@admin/pages/user.html.twig" %} -{% block tools %} -
+ + {{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 %} +
- {% for organisation in user.organisations %} -