{% extends "sentry/projects/manage.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block inner %}
{% csrf_token %} {% if not form_is_valid %}

{% trans "There were errors with your submission. Please ensure all options are filled out correctly." %}

{% endif %} {{ form|as_crispy_errors }}
Conditions

When these conditions are met:

Actions

Take these actions every time this rules matches:

{% endblock %}