{% extends "management/base.html" %} {% load lucide ui i18n static %} {% block heading %}{{ member.get_full_name }}{% endblock heading %} {% block topbar_context %} {% if member.contact_email %}{{ member.contact_email }}{% endif %} {% if current_membership %} {{ current_membership.get_status_display }} {% endif %} {% endblock topbar_context %} {% block actions %} {% if is_club_admin %} {% lucide "pencil" size=16 %} {% trans "Edit" %} {% endif %} {% endblock actions %} {% block panel %}
{% trans "Not rostered for the current season." %}
{% endif %} {% if membership_history %}| {% trans "Season" %} | {% trans "Status" %} | {% trans "Fee status" %} | {% trans "License" %} |
|---|---|---|---|
| {{ membership.season.start_date|date:"Y" }} - {{ membership.season.end_date|date:"Y" }} | {{ membership.get_status_display }} | {{ membership.get_fee_status_display }} | {{ membership.license|default:"—" }} |
{% trans "No events yet this season." %}
{% else %}{% trans "Not rostered for the current season -- nothing to check off yet." %}
{% elif not checklist %}{% trans "This club has no onboarding requirements set up." %}
{% else %}{{ requirement.description }}
{% endif %} {% if status.is_complete %}{% blocktrans with who=status.completed_by when=status.completed_at|date:"j M Y H:i" %}Completed by {{ who }} on {{ when }}{% endblocktrans %}
{% endif %} {% if status.note %}“{{ status.note }}”
{% endif %} {% if status.document %} {% lucide "download" size=13 %} {% trans "Download document" %} {% endif %}{% trans "Not eligible to referee for any team." %}
{% endif %}{% trans "Not part of a family." %}
{% endif %}