{% if run.status < run.STATUS.PLAY %}

The Game is in Setup Mode.

Players may still join in preparation to begin. The list here reflects the current set of known, registered players prepared to begin.

No actions are required.

{% endif %} {% if run.status == run.STATUS.PLAY %}

The Game is in Play Mode.

{% if run.continuous %}

Players who join during Play Mode will automatically be allowed to play. This list reflects the current set of known, registered players who may play the game.

No actions are required.

{% else %}

This run is not continuous. (#TODO: copy needed.)

{% endif %} {% endif %} {% if inactive_players %}

There {{ inactive_players|pluralize:"is,are" }} {{ inactive_players|length }}{% if inactive_players|length != inactive_count %}/{{ inactive_count }}{% endif %} Inactive player{{ inactive_players|pluralize }}.

{% if run.status < run.STATUS.PLAY or run.continuous %}

Select "Mark Active" next to {{ inactive_players|pluralize:"this,each" }} player's name to allow them to join. They will be notified and added immediately to a new game.

{% endif %} {% endif %}