{% extends "sentry/projects/manage.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{% trans "Notifications" %} | {{ block.super }}{% endblock %} {% block inner %}
{% csrf_token %}
{% trans "Rules" %} {% url 'sentry-project-rules' organization.slug project.slug as link %}

{% blocktrans %}Sentry will notify you based on the rules configured for this project.{% endblocktrans %}

{% trans "General" %} {{ general_form|as_crispy_errors }} {% for field in general_form %} {{ field|as_crispy_field }} {% endfor %}
{% for plugin, content in enabled_plugins %}
{{ content }}
{% endfor %} {% if other_plugins %}
{% endif %} {% endblock %}