{% extends "mobile/coach/base.html" %} {% load i18n %} {% comment %} C6 -- design_handoff_rosterchief_platform/README.md's C6 section: a checkbox per eligible candidate rather than one member at a time (see CoachAddPlayerView's own docstring for why, and what's scoped down from the mock -- no "Age eligible" filter, no fixed footer). {% endcomment %} {% block header_extra %}
{% blocktrans with team=active_team.name %}Add to {{ team }}{% endblocktrans %} {% blocktrans count counter=squad_count %}{{ counter }} on squad{% plural %}{{ counter }} on squad{% endblocktrans %}
{% endblock header_extra %} {% block content %}
{% trans "All" %} {% trans "Suggested" %} {% trans "No team" %}
{% csrf_token %}
{% for candidate in candidates %} {% empty %}
{% trans "No one matches this filter." %}
{% endfor %}
{% endblock content %}