{% extends "admin/index.html" %} {% load i18n static postgres_metrics %} {% block extrastyle %} {{ block.super }} {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} {% block sidebar %} {{ block.super }}
{% get_postgres_metrics as postgres_metrics %} {% for metric in postgres_metrics %} {% url "postgres-metrics:show" name=metric.slug as metric_url %} {% endfor %}
{% trans 'PostgreSQL Metrics' %}
{{ metric.label }} {% trans 'Show' %}
{% endblock %}