{% extends "simpl/base.html" %} {% load includecontents %} {% block heading %} {% if run.status == run.STATUS.PREPARE %} Players Preparing {% else %} Players Prepare {% endif %} {% endblock %} {% block content_inner %} {{ block.super }}
{% csrf_token %} {% if run.multiplayer and run.status == run.STATUS.PREPARE %}

Players are currently in Players Prepare. Game instructions and supporting materials have been made available. If you revert Players Prepare, instructions and materials will be hidden.

{% else %}

This phase allows players to review key materials and information on how to play the game.

{% endif %}
Note: Players cannot make game decisions until you Start Game.
{% if run.status == run.STATUS.PREPARE %} {% if simpl_nav.prepare.next_url %} Next Step {% endif %} {% else %}

{% endif %}
{% endblock %}