{% extends "mobile/base.html" %} {% load i18n %} {% comment %} M3 -- design_handoff_rosterchief_platform/README.md's M3 section: a full- width chronological agenda, grouped under "This week"/"Next week" (see CalendarView's own docstring for the browsing-window judgment call -- current + next calendar week, no further paging). No person switcher and no club-wide toggle here -- always every event self.managed_people is invited to, full stop. A real, working ?kind= filter (All/Games/ Practices) stands in for the design mock's "Games only" pill; its List/ Month toggle isn't reproduced -- that's a second view mode, not a filter. -mx-4 (on the row groups only, not this filter row) breaks the rows out of base.html's shared page padding so they run edge-to-edge, matching the design canvas's own M3 markup. {% endcomment %} {% block header_extra %}
{% trans "No one to show yet" %}
{% trans "Once you're linked to a member record, their schedule will show up here." %}
{% trans "No games in the next two weeks." %}
{% elif kind_filter == "training" %}{% trans "No practices in the next two weeks." %}
{% else %}{% trans "Nothing scheduled in the next two weeks." %}
{% endif %}