{% extends "alertprofiles/base_detail.html" %} {% block url_edit %}{% url alertprofiles-matchfields-save %}{% endblock %} {% block headercontent %} {% if detail_id %} Matchfield details {% else %} New matchfield {% endif %} {% endblock %} {% block form_additional_fields %}
The operators that will be available to use on this match field.
Note:
Only "equals" and "in" makes sense when "Show list" is checked, there is however nothing that will prevent you from selecting them all for use on a list, but alert engine won't understand it. {% endblock %} {% block filter_content %} {% endblock %}