+
+ {{ 'Common'|trans }} |
+
+
+ {{ 'Address'|trans }} |
+
+ {{ user.address }}
-
- |
-
-
- {{ 'Joined'|trans }} |
- {{ user.added }} |
-
-
- {{ 'Access'|trans }} |
-
-
- {{ 'Status'|trans }} |
-
- {% if user.status %}
- {{ 'active'|trans }}
- {% else %}
- {{ 'disabled'|trans }}
- {% endif %}
- |
-
-
- {{ 'Approved'|trans }} |
-
- {% if user.approved %}
- {{ 'yes'|trans }}
- {% else %}
- {{ 'no'|trans }}
- {% endif %}
- |
-
-
- {{ 'Moderator'|trans }} |
-
- {% if user.moderator %}
- {{ 'yes'|trans }}
- {% else %}
- {{ 'no'|trans }}
- {% endif %}
- |
-
-
- {{ 'Settings'|trans }} |
-
-
- {{ 'Interface'|trans }} |
-
- |
+
+
+ {{ 'Joined'|trans }} |
+ {{ user.added }} |
+
+
+ {{ 'Access'|trans }} |
+
+
+ {{ 'Status'|trans }} |
+
+ {% if user.status %}
+ {{ 'active'|trans }}
+ {% else %}
+ {{ 'disabled'|trans }}
+ {% endif %}
+ |
+
+
+ {{ 'Approved'|trans }} |
+
+ {% if user.approved %}
+ {{ 'yes'|trans }}
+ {% else %}
+ {{ 'no'|trans }}
+ {% endif %}
+ |
+
+
+ {{ 'Moderator'|trans }} |
+
+ {% if user.moderator %}
+ {{ 'yes'|trans }}
+ {% else %}
+ {{ 'no'|trans }}
+ {% endif %}
+ |
+
+
+ {{ 'Settings'|trans }} |
+
+
+ {{ 'Interface'|trans }} |
+
+
+ |
+
+
+ {{ 'Content filter'|trans }} |
+
{% for locale in locales %}
- {% if locale == user.locale %}
- |
-
-
- {{ 'Content filter'|trans }} |
-
- {% for locale in locales %}
-
- {% if locale in user.locales %}
-
- {% else %}
-
- {% endif %}
-
-
- {% endfor %}
- |
-
-
-