{{ contents.description }}
{% endcomment %}{% if run.status == run.STATUS.SETUP %} In configuration mode, players may join, and the instructor may make players active or inactive. Players may not play until the instructor selects Start Game. {% elif run.status == run.STATUS.PREPARE %} TODO: Prepare state copy. {% elif run.status == run.STATUS.PLAY and not run.ended %} Players are currently playing the game. To complete this game and prevent further player progress, select End Game. {% elif run.status == run.STATUS.DEBRIEF %} TODO: Debrief copy {% elif run.status == run.STATUS.COMPLETE %} The Game has concluded, so players can no longer continue. {% else %} {% endif %}
{% block messages %} {% for message in messages %} {% endfor %} {% endblock messages %}