{% extends "simpl/base.html" %} {% load includecontents %} {% block content_inner %}
{% csrf_token %}

Start {% if not run.multiplayer and not run.continuous %}Practice{% endif %} Game

When you start the game, players will be able to begin gameplay.

{% if run.continuous %} Game instances will be automatically created for new players added after this run is started. {% else %} Players added after this run is started will need to be manually assigned to new teams. {% endif %}

{% endblock %}