{% extends "management/base.html" %} {% load i18n lucide static ui %} {% block heading %}{{ team.name }}{% endblock heading %} {% block topbar_context %} {{ team.short_name }} {% if seasons %}
{% endif %} {% endblock topbar_context %} {% block actions %} {% if is_club_admin %} {% lucide "pencil" size=16 %} {% trans "Edit" %} {% endif %} {% endblock actions %} {% block panel %} {% if not selected_season %}| {% trans "No." %} | {% trans "Player" %} | {% trans "Position" %} | |
|---|---|---|---|
| {{ membership.jersey_number|default:"—" }} | {{ membership.member }} {% if membership.is_captain %}C{% endif %} {% if membership.is_alternate_captain %}A{% endif %} | {{ membership.position|default:"—" }} |
{% if can_manage %}
|
| {% trans "No one on the roster for this season yet." %} | |||
{% trans "Referees for this team's home games are managed by the federation, not the club -- nothing to configure here." %}
{% else %}{% trans "Members who can be assigned to referee this team's home games. Set from each member's own page." %}
{% if eligible_referees %}{% trans "No one yet." %}
{% endif %} {% endif %}