{% extends league_base %} {% block title %}Manage Game Management{% endblock %} {% block main_content %}

{{ game.away }} @ {{ game.home }}

Week {{ game.gameset.sequence }} · {{ game.start_time }}

{% load django_bootstrap5 %}
{% csrf_token %} {% bootstrap_form form %}
{% endblock %}