{% extends "simpl/base.html" %}
{% load static %}
{% load i18n %}
{% load includecontents %}
{% block main_wrap_classes %}v-nav-page-layout{% endblock %}
{% block page_header %}
{% trans "Teams and Players" %}
{% includecontents "simpl/includes/search_form.html" with value=request.GET.q %}
Filter players
{% endincludecontents %}
No players found.
{% endif %} {% if run.status >= run.STATUS.PLAY %}Active Players ({{ players|length }}{% if players|length != players_count %}/{{ players_count }}{% endif %})
{% include "simpl/includes/players_list/list_header_togglers.html" %}Ready to Play ({{ players|length }}{% if players|length != players_count %}/{{ players_count }}{% endif %})
{% include "simpl/includes/players_list/list_header_togglers.html" %}Inactive Players ({{ inactive_players|length }}{% if inactive_players|length != inactive_count %}/{{ inactive_count }}{% endif %})
Invites Sent ({{ invites|length }}{% if invites|length != invites_count %}/{{ invites_count }}{% endif %})
{% include "includes/icon.html" with icon="info_alt" %} There {% if inactive_players|length > 1 %}are{% else %}is{% endif %} {{ inactive_players|length }} inactive player{{ inactive_players | pluralize }}.
{% if not run.multiplayer or simpl_configuring %}Select ‘Mark Active’ next to each player’s name to allow them to join the game.
{% endif %} {% endif %}Click ‘Impersonate’ next to a player to view their game. NOTE: No actions can be made as the player while impersonating.
{% if run.continuous %}New players are not currently able to join this game. To allow new players to join, return to the Game Status screen.
{% endif %}