{% extends "mobile/base.html" %} {% load i18n lucide %} {% comment %} M5 -- design_handoff_rosterchief_platform/README.md's M5 section, "Me & my people". See MeView's own docstring (mobile/views.py) for the judgment calls: no license/eligibility field backing "licence OK", so each row's meta line is real roster data instead; "Household & contacts" has no screen to lead to and is omitted, same for the mockup's "Coach mode" promo. "Payments & dues" does lead somewhere (mobile:payments) and carries its "N OPEN" pill only once open_dues_count is actually > 0. "Teams I coach/manage" is new, beyond the mockup -- one row per current-season staff assignment, linking straight into Coach mode for that team. The avatar/name/subtitle row lives in header_extra -- merged into the shared navy app-header (base.html) rather than a separately-coloured block of its own, matching the design canvas's own M5 markup. {% endcomment %} {% block header_extra %} {% if managed_people %}
{% trans "No one to show yet" %}
{% trans "Once you're linked to a member record, your profile will show up here." %}
{% blocktrans with club_name=club.name %}RosterChief · {{ club_name }} · v1.0{% endblocktrans %}
{% endif %} {% endblock content %}