{% extends "sentry/account/base.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Account Settings" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • /
  • {% trans "Account" %}
  • {% endblock %} {% block heading %} {% trans "Account Settings" %} {% endblock %} {% block inner %}
    {% csrf_token %} {% if form.non_field_errors %}

    {% trans "There were errors saving your changes:" %}

    {% endif %}
    {% trans "Events" %}
    {% with form.stacktrace_order as field %} {% include "sentry/partial/_form_field.html" %} {% endwith %}
    {% trans "Localization" %}
    {% with form.language as field %} {% include "sentry/partial/_form_field.html" %} {% endwith %}
    {% endblock %}