{% extends "django_prometric/base.html" %} {% load i18n %} {% block title %}{% translate "Dashboard" %}{% endblock %} {% block page_title %}{% translate "Dashboard" %}{% endblock %} {% block page_actions %}
{% include "django_prometric/_period.html" %}
{% csrf_token %}
{% if customizable %} {% endif %} {% endblock %} {% block content %} {% if customizable %} {% endif %}
{% for card in cards %}
{% include "django_prometric/components/loading.html" with component=card.component %}
{% empty %}

{% translate "No cards to show — the configured data sources answered nothing for this period." %}

{% endfor %}
{% endblock %}