{% if run.status == run.STATUS.DEBRIEF %}

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

{% else %}

Publishing player reports immediately posts current results to all players.

{% if not run.ended %}
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.
{% endif %} {% endif %} {% csrf_token %}
{% if redirect_to %}{% endif %}