{% extends 'base.html' %} {% block content %}

Metrics

{% for metric in metrics %}
{#...#}
{{ metric.name }}

{{ metric.description }}

Show Metric
{% endfor %}
{% endblock %}