{% extends 'threshold/base.html' %} {% block content %}

Interface {{ ifname }}
IfName{{ ifname }}
Netbox{{ sysname }}

{% for threshold in thresholds %} {% if threshold.threshold %} {% else %} {% endif %} {% endfor %}
Description Operator Threshold Max Thresholdstate
{{ threshold.description }} {% if threshold.delimiter %}{{ threshold.delimiter }}{% endif %}{{ threshold.threshold }} {% if threshold.max %}{{ threshold.max }}{% endif %} {{ threshold.state }}

{% endblock %}