+ {% if user.active %}
+ Disabling this account will immediately prevent the user from logging in.
+ {% else %}
+ This account is currently disabled — the user cannot log in.
+ {% endif %}
+
+
+
+
+
+ {% endif %}
+
+ {# ── Edit form ── #}
{{ title }}
- {% if user and not user.active %}
-
-
- This account is currently disabled. The user cannot log in.
-
- {% if user.active %}
- Disabling this account will immediately prevent the user from logging in.
- {% else %}
- Enabling this account will restore the user's ability to log in.
- {% endif %}
-