{% load i18n %} {% block content %}
{% csrf_token %} {% if redirect_to %}{% endif %}

{% if run.ended %} The game has now ended for all players. Reference the Resources on your My Interactive dashboard for suggestions and more information on debriefing the experience. {% elif not run.ended and run.can_end %} {% trans "End Gameplay" %} {% trans "stops the game. Players will no longer be able to play or submit decisions." %} {% elif run.can_restart %} {% trans "Restart Gameplay" %} {% trans "resumes the game allowing players to continue playing and submitting decisions." %} {% endif %}

{% if not run.ended and run.can_end %}
{% elif run.can_restart %}
{% endif %}
{% endblock %}