{% extends "layouts/base.html" %} {% block title %}{{ _('Players to Evaluate') }} - UdeS team manager{% endblock %} {% block page_title %}{{ _('Players to Evaluate') }}{% endblock %} {% block breadcrumb %}Home / {{ tryout.title }} / Evaluate{% endblock %} {% block content %}

Select players to evaluate in {{ tryout.title }}

Choose the players you want to evaluate, then load all of them on a single page.

{% for entry in players %} {% else %} {% endfor %}
Player Contact Attendance Status Actions
{{ entry.player.username[:2] | upper }}
{{ entry.player.username }}
{{ entry.player.email }} {{ entry.registration.status }} {% if entry.evaluated %} Evaluated {% else %} Not Evaluated {% endif %} {% if entry.evaluated %}View/Edit{% else %}Single{% endif %}
No players registered for this tryout.
Cancel
{% endblock %} {% block scripts %} {% endblock %}