diff --git a/templates/user/form.html.twig b/templates/user/form.html.twig index 234c3c02..05b4f03c 100644 --- a/templates/user/form.html.twig +++ b/templates/user/form.html.twig @@ -41,104 +41,101 @@ -
+
-
- -
- - - Unique alias for this user +
+
+

+ User Info +

-
-
- -
- - - {% if obj is defined %} - Leave both fields blank for unchanged - {% endif %} -
- -
- - -
-
-
- -
- - -
- -
- - -
-
-
- -
- - -
- -
- - -
-
- {% if mode != 'profile' %} -
- -
-
- {% for role in roles %} - {% if role.isSuperAdmin and not is_granted('user.role.sadmin') %} - {% else %} - - {% endif %} - {% endfor %} -
- - Check all roles that apply +
+
+ + + + Unique alias for this user
- -
- - - - +
+ + + + {% if obj is defined %} + Leave both fields blank for unchanged + {% endif %} +
+
+ + + +
+
+
+
+ + + +
+
+ + + +
+
+
+
+ + + +
+
+ + + +
+
+ {% if mode != 'profile' %} +
+
+ + + + +
+
+ {% endif %} +
+ {% if mode != 'profile' %} +
+
+

+ Roles +

+
+
+
+
+ {% for role in roles %} + {% if role.isSuperAdmin and not is_granted('user.role.sadmin') %} + {% else %} + + {% endif %} + {% endfor %} +
+ + Check all roles that apply +
{% endif %}