{% load crispy_forms_tags %} {% load i18n %}
{% csrf_token %} {{ form|as_crispy_errors }} {% for field in form %} {% include "sentry/partial/_form_field.html" %} {% endfor %}