{% extends "simpl/base.html" %} {% load includecontents %} {% block content_inner %} {{ block.super }} {% includecontents "simpl/includes/form-card.html" %} {% contents title %} {% if run.status == run.STATUS.PLAY %} Publish Player Reports {% else %} Hide Player Reports {% endif %} {% endcontents %} {% 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. Select 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 %} {% contents buttons %}
{% csrf_token %}
{% endcontents %} {% endincludecontents %} {% endblock %}