{% extends 'admin/change_list.html' %} {% load i18n humanize static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}Total of {{ total_runs|intcomma }} task logs from {{ oldest_date }} to {{ youngest_date }} ({{ youngest_date|timeuntil:oldest_date }}) with a cumulative runtime of {{ total_runtime_date|timesince }}.
This data is cached. Last updated {{ last_update_at|naturaltime }}.
All data of this app is stored for a maxmimum of {{ data_max_age }} hours.
{% endblock %}