{% load i18n %}
{% for step in workflow_steps %}
{% if step.done %}
{% elif step.current %}
{% else %}
{% endif %} {{ step.label }}
{% if not forloop.last %}
{% endif %} {% endfor %}