{% extends "sentry/projects/manage.html" %} {% load i18n %} {% block inner %} {% if rule_list %} {% for rule in rule_list %} {% endfor %}
Rule
{{ rule.label }} Delete
{% else %}

You have not yet created any rules. Rules allow you to tweak the behavior of Sentry in various situations, such as sending notifications.

{% endif %} {% endblock %}