{% extends "rules/base.html" %} {% block sidebar %}
Alert is suppressed for {% if threshold.track_by == 'by_src' %} source {{ threshold.net }} {% elif threshold.track_by == 'by_dst' %} destination {{ threshold.net }} {% else %} address {{ threshold.net }} {% endif %}
{% else %}Alert is limited {% if threshold.track_by == 'by_src' %} by source {% elif threshold.track_by == 'by_dst' %} by destination {% else %} by source or destination {% endif %} to {{ threshold.count }} per {{ threshold.seconds }} seconds.
{% endif %}