{% extends "master.html" %} {% block body %}

You have these rules currently defined for this filter.

All these rules must be satisfied for the notification to be sent.

{% for rule in filter.rules %}

{{rule.title(valid_paths)}}

{{rule.doc(valid_paths)}}

{% for key, value in rule.arguments.iteritems() %}
{{key}}
{{value}}
{% endfor %}

{% endfor %}

You can add a new rule to this filter by selecting one from this pre-defined list. Click on any rule to check it out.

{% for root in valid_paths %} {% for path in valid_paths[root] %}
{{ valid_paths[root][path]['doc'] }}
{% for arg in valid_paths[root][path]['args'] %} {% if arg not in ['config', 'message'] %} {{arg}} {% endif %} {% endfor %}
{% endfor %} {% endfor %}
{% endblock %}