{% extends "mobile/base.html" %} {% load i18n %} {% 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" and "Payments & dues" have no screen to lead to and are omitted, same for the mockup's "Coach mode" promo (base.html's own precedent -- no Coach mode screens exist yet, so it's never rendered, not even as a dead/inert link). {% endcomment %} {% block content %} {% if not 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 %}