{% extends "master.html" %} {% block body %}
Export {% if filter.oneshot %} {% endif %} {% if filter.active %} {% if not filter.oneshot %} {% endif %} {% else %} {% endif %}

Rules defined for this filter:

(all these rules must be satisfied for the notification to be sent)

{% for rule in filter.rules %}

{% if rule.negated %} {% else %} {% endif %} {{rule.title(valid_paths)}}

{{rule.doc(valid_paths)}}

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

{% if rule.negated %} {% else %} {% endif %}

{% endfor %}

    Possible rules:

    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 kind in rule_types %}

    {{kind.capitalize()}} Rules

    {% for root in valid_paths %} {% for path in valid_paths[root] %} {%- if valid_paths[root][path]['submodule'] != kind %} {% continue %} {% endif %}
    {{ valid_paths[root][path]['doc'] }}
    {% for arg in valid_paths[root][path]['args'] %} {% if arg not in ['config', 'message'] %} {{arg}} {% endif %} {% endfor %}
    {% endfor %} {% endfor %}
    {% endfor %}
    {% endblock %}