{% extends 'admin/index.html' %} {% block body %}

TaskTiger – {{ queue }} ({{ state }}, {{ n }} items)

{% if state == "error" %}
{% endif %} {% for task in tasks %} {% endfor %}
Timestamp Func Args Info
{{ task.ts.strftime("%Y-%m-%d %H:%M:%S") }} {{ task.serialized_func }} {{ task.args }} {{ task.kwargs }} {% if task.executions %}{{ task.executions.0.exception_name }}{% endif %} {% if state == "error" %}
{% endif %}
{% endblock %}