{% load i18n static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% translate "Analytics" %}{% endblock %} · ProMetric {# Resolve the theme before first paint so there is no light/dark flash. #} {% translate "Couldn't reach the server for this data." as pm_load_failed %} {% translate "Try again" as pm_retry %}
prometric{% if site_name %} · {{ site_name }}{% endif %} {% with active=request.resolver_match.url_name %} {% endwith %}
{% for p in providers %}{{ p.verbose_name }}{% endfor %}

{% block page_title %}{% translate "Analytics" %}{% endblock %}

{% block page_meta %}{% endblock %}
{% block page_actions %}{% endblock %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% for p in providers %}{% for notice in p.notices %}
{{ notice.message }}
{% endfor %}{% endfor %} {% block content %}{% endblock %}