{% extends "simpl/base.html" %} {% load includecontents %} {% block content_inner %}
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 %}