{% extends "simpl/base.html" %} {% block heading %}{% if run.ended %}Restart {% else %}End{% endif %} Gameplay{% endblock %} {% block arrows %} {% include 'simpl/includes/status-arrows.html' %} {% endblock arrows %} {% block content_inner %} {{ block.super }}
{% csrf_token %} {% if redirect_to %}{% endif %}

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