{% extends "simpl/base.html" %}
{% load static %}
{% load i18n %}
{% load includecontents %}
{% block main_wrap_classes %}v-nav-page-layout{% endblock %}
{% block page_header %}
Review 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 %} {% if players %}Active Players ({{ players|length }}{% if players|length != players_count %}/{{ players_count }}{% endif %})
Ready to Play ({{ players|length }}{% if players|length != players_count %}/{{ players_count }}{% endif %})
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 %})