{% extends "mobile/coach/base.html" %} {% load i18n %} {% comment %} C3 -- design_handoff_rosterchief_platform/README.md's C3 section: units (Line 1, Defence pair 1, ...) of ordered slots, each filled via a native {% for attendance in available %} {% endfor %} {% endfor %} {% if can_manage_active_team %} {% endif %} {% empty %}
{% trans "No lines yet." %}
{% endfor %} {% if can_manage_active_team %}
{% endif %} {% if unavailable %}
{% trans "Unavailable" %}
{% for attendance in unavailable %} {{ attendance.member.get_full_name }} · {{ attendance.get_status_display }} {% endfor %}
{% endif %} {% if can_manage_active_team and not lineup.published_at %}
{% csrf_token %}
{% endif %} {% endblock content %}