{% 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.
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 %} {% endcontents %} {% endincludecontents %} {% endblock %}