{% load i18n %}
| {% trans "Phase" %} | {% trans "Details" %} | {% trans "When" %} |
|---|---|---|
| {% trans "Phase 1 - deliveries created" %} | - | {{ data.processing.phase1_at }} |
| {% trans "Phase 1 - failed" %} | - | {{ data.processing.phase1_failed_at }} |
| {% blocktrans with n=forloop.counter %}Delivery attempt {{ n }}{% endblocktrans %} | {{ attempt.processed }} {% trans "processed" %} | {{ attempt.at }} |
| {% trans "Completed" %} | - | {{ data.processing.finished_at }} |