{% extends 'ohmyadmin/metrics/base.html' %} {% block content %}
{% for label, partition in partitions %}
{{ label }}
{% endfor %}
{% endblock %}