{% load i18n %}

{{ widget.verbose_name }}

{% for division, object_list in stages.items %} {% empty %} {% endfor %}
{% trans "Division" %} {% trans "Stage" %}
{{ division.title }}
    {% for stage in object_list %} {% with competition=stage.division.season.competition season=stage.division.season division=stage.division %}
  • {{ stage.title }}
  • {% endwith %} {% endfor %}
{% trans "No stages require progression." %}