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

{% if 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." %} {% elif run.ended %} {% trans "Gameplay is ended and can not be restarted." %} {% endif %}

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