{% load i18n %} {% load eventurl %} {% load bootstrap3 %} {% load escapejson %}
{{ display_name }}
{% if pending %}{% if pending.failed_attempts %} {% blocktrans trimmed with num=pending.failed_attempts max=pending.max_retry_attempts %} Error, retry {{ num }} of {{ max }}. {% endblocktrans %}{% if pending.not_before %}, {% blocktrans trimmed with datetime=pending.not_before|date:"SHORT_DATETIME_FORMAT" %} Waiting until {{ datetime }}. {% endblocktrans %} {% endif %} {% elif pending.not_before %} {% blocktrans trimmed with datetime=pending.not_before|date:"SHORT_DATETIME_FORMAT" %} Waiting until {{ datetime }}. {% endblocktrans %} {% else %} {% trans "Pending" %} {% endif %} (triggered by {{ pending.triggered_by }} at {{ pending.triggered|date:"SHORT_DATETIME_FORMAT" }})
{% endif %}