{% 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 }}
Publishing player reports immediately posts current results to all players.
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 %}