{% load i18n %} {% if stage_timeline %}

{% trans "Status Timeline" %}

{% for stage in stage_timeline %}
{{ stage.timestamp|date:"M d, Y H:i" }}
{{ stage.label }}
{% if stage.duration_from_prev %}
+{{ stage.duration_from_prev }}
{% endif %}
{% endfor %}
{% endif %}