{% extends "sentry/bases/account.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_avatars %} {% load sentry_helpers %} {% load sentry_features %} {% block wrapperclass %}narrow account-settings{% endblock %} {% block title %}{% trans "Account Settings" %} | {{ block.super }}{% endblock %} {% block main %} {% if not email.is_verified %}
{% trans "Your email address has not been verified. " %}
{% csrf_token %}
{% endif %}
{% csrf_token %} {{ form|as_crispy_errors }} Your details
{% if form.password %} {% trans "Verification" %} {% with form.password as field %} {{ field|as_crispy_field }} {% endwith %} {% endif %} {% if not form.is_readonly %}
{% endif %}
{% endblock %}