{% extends 'threshold/base.html' %} {% block content %}
Interface {{ ifname }}
IfAlias{{ ifalias }}
Netbox{{ sysname }}
{% for threshold in thresholds %} {% if threshold.threshold %} {% else %} {% endif %} {% endfor %}
Description Operator Threshold Max Thresholdstate  
{{ threshold.description }} {% if threshold.max %}{{ threshold.max }}{% endif %} {% if threshold.state %}{{ threshold.state }}{% endif %}
{% endblock %}