{% extends 'threshold/base.html' %} {% block content %}
IP Device: {{ short_sysname }}
Full sysname{{ sysname }}
{% for threshold in thresholds %} {% endfor %}
Description Operator Threshold Units Max Thresholdstate  
{{ threshold.description }} {% if threshold.units %} {% if threshold.max %} {% else %} {{threshold.units}} {% endif %} {% else %}   {% endif %} {% if threshold.max %} {{ threshold.max }} {% endif %} {% if threshold.state %} {{ threshold.state }} {% endif %}
{% endblock %}