{% load thresholds %}
{% if netbox %} {% regroup netbox.get_system_metrics|find_rules by group as metric_groups %}
{% for group in metric_groups %} {% endfor %}
{% endif %}