{% extends "misago/admin/generic/form.html" %} {% load i18n misago_admin_form %} {% block title %} {{ target }} | {{ active_link.name }} | {{ block.super }} {% endblock title %} {% block form-header %}
{% if target.is_staff %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %}
{{ form.IS_STAFF_HELP_TEXT }}
{% if target.is_superuser %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %}
{{ form.IS_SUPERUSER_HELP_TEXT }}
{% trans "Note" %}: {% trans "Only superusers can change other users administrator status." %}
{% trans "This user has not set account password and uses other service to authenticate." %}
{% trans "This user is deleting their account. It has been deactivated for the duration of the process." %}
{% trans "No additional action is required. This account will be deleted automatically." %}
{% if target.is_active %} {% trans "Yes" %} {% else %} {% trans "No" %} {% endif %}
{{ form.IS_ACTIVE_HELP_TEXT }}
{{ form.IS_ACTIVE_STAFF_MESSAGE_HELP_TEXT }}