{% load i18n %} {% block content %}
{% 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 %}