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