{% if metrics %} {% for category, slugs in metrics.items %}

{{ category }}

{% endfor %} {% else %}

There are No Metrics

{% endif %}

Admin