{% extends "simpl/base.html" %} {% block left_nav %}{% endblock %} {% block footer_classes %}{% endblock %} {% block main_wrap_classes %}is-below-edu-header{% endblock %} {% block content_wrap_classes %}edu-h-pad has-todo-aside{% endblock %} {% block wizard_end_button_classes %}is-disabled{% endblock %} {% block content_inner %} {{ block.super }}
{% csrf_token %} {% if redirect_to %}{% endif %}

{% if run.ended %}Restart {% else %}End{% endif %} Gameplay

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

{% if not run.ended %} End Gamplay stops the game. Players will no longer be able to play or submit decisions. {% else %} Restart Gamplay resumes the game. Players can continue to submit decisions. {% endif %}

{% endblock %}