{% extends "flashboard/scoreboard/base.html" %} {% block page_title %}{{ block.super }} – {{ competition.title }}, {{ season.title }}{% endblock %} {% block content %}

Divisions

{% if application.kwargs.delay %}
Choose one of the divisions below to start the scoreboard rotation.
{% endif %}
{% for division in season.divisions.all %} {{ division.title }} {% endfor %}
{% if application.kwargs.delay %} {% endif %}
{% endblock %}