{% extends "user/user-base.html" %} {% block user_media %} {% include "timezone/media-css.html" %} {{ form.media.css }} {% endblock %} {% block js_media %} {% include "timezone/media-js.html" %} {{ form.media.js }} {% endblock %} {% block title_ruler %}{% endblock %} {% block title_row %} {% set tab = 'edit' %} {% set user = request.profile %} {% include "user/user-tabs.html" %} {% endblock %} {% block body %}
{% if form.errors %}
x {{ form.non_field_errors() }}
{% endif %} {% csrf_token %} {% if edit_name_url %}
{{_('Enter this form')}} ({{_('It takes some time for admin to approve')}})
{% endif %}
{{ _('Self-description') }}:
{{ form.about }}
{% if has_math_config %} {% endif %} {% if form.newsletter %} {% endif %}
{{ form.timezone }}
{{ form.language }}
{{ form.ace_theme }}
{{ form.math_engine }}
{{ form.newsletter }}
{{ form.test_site }}
{{ _('Change your avatar') }}
{{ _('Change your password') }}
{% if profile.is_totp_enabled %} {{ _('Two Factor Authentication is enabled.') }} {% if require_staff_2fa and request.user.is_staff %} Disable {% else %} Disable {% endif %} {% else %} {{ _('Two Factor Authentication is disabled.') }} Enable {% endif %}
{{ _('Affiliated organizations') }}:
{{ form.organizations }}

{{ _('User-script') }}:
{{ form.user_script }}
{% endblock %}