{% load i18n %}
{% csrf_token %} {% if form.non_field_errors %}

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

{% endif %} {% for field in form %} {% include "sentry/partial/_form_field.html" %} {% endfor %}