{% load i18n %}

{{ widget.verbose_name }}

{% for stage in stages %} {% with competition=stage.division.season.competition season=stage.division.season division=stage.division %} {% endwith %} {% empty %} {% endfor %}
{% trans "Division" %} {% trans "Stage" %}
{{ division.title }} {{ stage.title }}
{% trans "There are no pending scoresheets." %}