{% extends "admin/django_celeryx/change_list.html" %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content_title %}

{% translate "Dashboard" %}

{% endblock %} {% block search %}{% endblock %} {% block pagination %}{% endblock %} {% block result_list %} {# Stats area: morphed by htmx for smooth live updates #} {% if live %}
{% endif %}
{{ total_tasks }}
{% translate 'Total' %}
{{ total_succeeded }}
{% translate 'Succeeded' %}
{{ total_failed }}
{% translate 'Failed' %}
{{ total_active }}
{% translate 'Active' %}
{{ success_rate }}
{% translate 'Success Rate' %}
{% if avg_runtime %}
{{ avg_runtime }}
{% translate 'Avg Runtime' %}
{% endif %}
{% if live %}
{% endif %} {# Charts area: never morphed, JS updates Chart.js in-place #}
{% endblock %}