{% extends "simpl/base.html" %} {% block arrows %} {% include 'simpl/includes/status-arrows.html' %} {% endblock arrows %} {% block heading %}The {% if not run.multiplayer and not run.continuous %}Practice{% endif %} Game is in Setup Mode{% endblock %} {% block content_inner %} {{ block.super }}
{% csrf_token %}

While configuring, players will be able to join the lobby in preparation to play. They’ll receive an email to set up an account if they haven’t. Review players to ensure the class is ready. When you’re ready for play to begin, select Begin {% if not run.multiplayer and not run.continuous %}Practice{% endif %} Game below.

{% 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 %}