{% extends "sentry/account/base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Appearance" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • {% trans "Account" %}
  • {% endblock %} {% block heading %} {% trans "Account Settings" %} {% endblock %} {% block inner %}
    {% csrf_token %} {{ form|as_crispy_errors }}
    {% 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 %}