{% 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 stat in postgres_metrics %} {% url "postgres-metrics:show" name=stat as stat_url %} {% endfor %}
{% trans 'PostgreSQL Metrics' %}
{{ stat|format_metrics_name|title }} {% trans 'Show' %}
{% endblock %}