{% load i18n %}
{{ group.target }}
{% blocktrans trimmed with status=group.latest.status time=group.latest.created %} Latest: {{ status }} at {{ time }} {% endblocktrans %}
{{ group.latest.get_status_display }} {% if can_republish %} {% trans "Republish" %} {% endif %}
{% for attempt in group.attempts %} {% endfor %}
{% trans "Time" %} {% trans "Status" %} {% trans "Type" %} {% trans "Error" %}
{{ attempt.created }} {{ attempt.get_status_display }} {% if attempt.is_republish %} {% blocktrans trimmed with id=attempt.source_event_id %}Republish of # {{ id }}{% endblocktrans %} {% else %} {% trans "Original" %} {% endif %} {{ attempt.error|default:"—" }}