{% load i18n %}

{% trans "Alliance Auth Notifications" %}

    {% for notif in notifications %}
  • {% if notif.state == 'opened' %} {% trans "Open" %} {% else %} {% trans "Closed" %} {% endif %} #{{ notif.iid }} {{ notif.title }}
  • {% endfor %}

{% trans "Software Version" %}

{% trans "Task Queue" %}

{% if task_queue_length < 0 %} {% trans "Error retrieving task queue length" %} {% else %} {% blocktrans trimmed count tasks=task_queue_length %} {{ tasks }} task {% plural %} {{ tasks }} tasks {% endblocktrans %} {% endif %}