{% load i18n %} {% load humanize %} {% if notifications %}
{% translate "Announcements" as widget_title %} {% include "framework/dashboard/widget-title.html" with title=widget_title %}
{% endif %}
{% translate "Software Version" as widget_title %} {% include "framework/dashboard/widget-title.html" with title=widget_title %}
{% translate "Task Queue" as widget_title %} {% include "framework/dashboard/widget-title.html" with title=widget_title %}

{% blocktranslate with total=tasks_total|intcomma latest=earliest_task|timesince|default:"?" %} Status of {{ total }} processed tasks • last {{ latest }} {% endblocktranslate %}

{% include "admin-status/celery_bar_partial.html" with label="suceeded" level="success" tasks_count=tasks_succeeded %} {% include "admin-status/celery_bar_partial.html" with label="retried" level="info" tasks_count=tasks_retried %} {% include "admin-status/celery_bar_partial.html" with label="failed" level="danger" tasks_count=tasks_failed %}

? {% translate 'running' %} | ? {% translate 'queued' %}