{% extends "base.html" %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}

Threshold manager

{# Only when tabbed page #} {% if active %}
{% if active.all %}
{% if not netboxes %}

No thresholds are currently configured

{% endif %} {% endif %} {% if active.exceeded %}
{% if not netboxes %}

No thresholds are currently exceeded

{% endif %} {% endif %} {% if active.bulk %}
{% endif %} {% endif %} {% block content %} {% endblock %} {# Only when tabbed page #} {% if active %}
{% endif %} {% endblock %}