{% extends "sentry/projects/manage.html" %} {% load url from future %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Notifications" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • {% trans "Notifications" %}
  • {% endblock %} {% block inner %}
    {% csrf_token %} {% if tag_forms %}

    {% trans "Tag restrictions are based on your global notification rules. If tags are specified, notifications will be sent when they match any of the restrictions." %}

    {% for tag_form in tag_forms %} {% endfor %}
    {{ tag_form.values.label|titlize }} {{ tag_form.values }}
    {% else %}

    {% trans "We have not yet recorded any tags for this project." %}

    {% endif %}
    {% endblock %}