{% load statusbar_tags %}
{% for phase in phases %} {% ifchanged phase.step %}
{% endifchanged %} {% endfor %}
{% if public %} {{ current_phase.public_name }} {% else %} {{ current_phase }} {% endif %}