{% load i18n %}
| {% 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:"—" }} |