{% load thresholds %}
{% if netbox %} {% regroup system_metrics|find_rules by group as metric_groups %}
{% if metric_groups %} {% elif graphite_error %}

Unable to get a response from Graphite!

{% else %}

No metrics were found.

{% endif %} {% for group in metric_groups %} {% endfor %}
{% endif %}