{% extends "base.html" %} {% load tools %} {% block base_header_additional_head %} {% endblock %} {% block base_content %} {% with tool=current_user_data.tools|get_tool:'Thresholds' %} {% include 'nav_header.html' %} {% endwith %} {% if rules %} Add rule {% for rule in rules %} {% endfor %}
Existing threshold rules
Target Threshold Clear Description Period Creator Last edited  
{{ rule.target }} {{ rule.alert }} {{ rule.clear }} {{ rule.description }} {{ rule.period|default_if_none:'' }} {{ rule.creator.name }} {{ rule.created }}
Delete this rule?
No way!
{% else %}

No threshold rules defined. Add one.

{% endif %} {% endblock %}