{% extends "admin/change_list.html" %} {% block content_title %}

Task Summary

{% endblock %} {% block result_list %}
{% for row in summary %} {% endfor %}
{{ row.func }} {{ row.failed_count | default:0 }} {{ row.dirty_count | default:0 }} {{ row.active_count | default:0 }} {{ row.pending_count | default:0 }} {{ row.future_count | default:0 }}
{% endblock %} {% block pagination %}{% endblock %}