{% extends "admin/base_site.html" %} {% load static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block extrahead %}{{ block.super }}{% endblock %} {% block breadcrumbs %} {% if oc_list_breadcrumbs %} {% else %} {% endif %} {% endblock %} {% block content %}
{% if pages %}

Loading the heatmap…

{% else %}

No heatmap data in the last {{ days }} days yet. Heatmaps are rebuilt every hour by the heatmaps job.

{% endif %}
{% endblock %}