{% extends "layouts/base.html" %} {% block title %}{{ _('Players to Evaluate') }} - TryoutPro{% endblock %} {% block page_title %}{{ _('Players to Evaluate') }}{% endblock %} {% block breadcrumb %}{% endblock %} {% block content %}
| {{ _('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 %}Evaluate{% endif %} |
| {{ _('No players registered for this tryout.') }} | ||||