{% extends "alertprofiles/base_detail.html" %} {% block url_edit %}{% url alertprofiles-filters-save %}{% endblock %} {% block url_remove_expression %}{% url alertprofiles-filters-removeexpression %}{% endblock %} {% block url_add_expression %}{% url alertprofiles-filters-addexpression %}{% endblock %} {% block expressions_caption_content %} Expressions {% endblock %} {% block expressions_thead_cols %} {% if owner %}
Expressions are ANDed together.
This means that an alert must match all the above expressions to match
this filter.