{% load i18n static tz %}{% load common %}
{% blocktrans %}Stage Progression{% endblocktrans %}
{% timezone season.timezone %}
{% trans "Stage Progression" %}
{{ competition }} — {{ season }}
{% trans "Division" %}
{% trans "Stage" %}
{% for stage in stages %}
{{ stage.division }}
{{ stage }}
{% if stage.awaiting_progression %}
{% else %} - {% endif %}
{% endfor %}
{% endtimezone %}