{% extends "simpl/base.html" %} {% block arrows %} {% include 'simpl/includes/status-arrows.html' %} {% endblock arrows %} {% block heading %} {% if run.status == run.STATUS.PLAY %} Publish Player Reports {% else %} Hide Player Reports {% endif %} {% endblock %} {% block content_inner %} {{ block.super }}
{% if run.status == run.STATUS.PLAY %}

Publishing player reports immediately posts current results to all players.

Note: If the game is still in play, some players may be making decisions. Advance to End Game to end the gameplay for all players.
{% else %}

Hide Player Reports hides tournament results from all players. Since results were already published, they may remain visible to players until browsers are refreshed.

{% endif %}
{% csrf_token %} {% if redirect_to %}{% endif %} {% if run.status == run.STATUS.PLAY %} Rewind to Players Prepare {% endif %}
{% endblock %}