{% extends "admin/change_list.html" %} {% load i18n %} {% load humanize static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block object-tools-items %} {{ block.super }}
  • {% translate "Clear cache" %}
  • {% translate "Purge queue" %}
  • {% endblock %} {% block content %}

    Snapshot at {{ cache_created_at }} with {{ task_count|intcomma }} tasks. Data is cached for {{ cache_timeout }} seconds.

    {% if not is_below_limit %}

    There are too many tasks in the queue to display! Please also consider using the taskmangerctl utility.

    {% endif %} {{ block.super }} {% endblock %}