{% load i18n %} {% load humanize %} {% if debug %}
{% translate "Debug mode is currently turned on!
Make sure to turn it off as soon as you are finished testing." %}
{{ current_version }}
{{ latest_patch_version }}
{% if not latest_patch %}
{% translate "Update available" %}{% endif %}
{{ latest_beta_version }}
{% translate "Pre-Release available" %}
{% blocktranslate with total=tasks_total|intcomma latest=earliest_task|timesince|default:"?" %} Status of {{ total }} processed tasks • last {{ latest }} {% endblocktranslate %}
? {% translate 'running' %} | ? {% translate 'queued' %}