{% extends "mobile/base.html" %} {% load i18n lucide %} {% comment %} M1 -- design_handoff_rosterchief_platform/README.md's M1 section. The person switcher (chip row) sits in the white content area here, not the navy header -- matching the design canvas's own M1 markup, and Home is now the only screen that renders it at all (mobile/mixins.py's scope resolution still runs for every screen, but only Home's UI exposes it). Four independently-optional cards below it, scoped to people_in_scope -- everyone the account manages once there's more than one ("All", on by default), or just the one person picked from the chip row. A hero for the soonest upcoming event with a quick In/Out RSVP, a "needs your answer" list, a season-dues card per person who owes money, and a news teaser. {% endcomment %} {% block content %} {% if managed_people|length > 1 %}
{% endif %} {% if managed_people %} {% if hero_attendance %}{% blocktrans with date=hero_attendance.event.start|date:"D d M" %}Next up · {{ date }}{% endblocktrans %}
{{ hero_attendance.event.title }}
{% trans "Replies are closed for this event" %}
{{ hero_attendance.get_status_display }} {% else %}{% blocktrans with name=hero_attendance.member.first_name %}{{ name }} — are you in?{% endblocktrans %}
{% include "mobile/_hero_rsvp.html" %} {% endif %}{% trans "No news yet." %}
{% trans "Nothing to show right now." %}
{% trans "No one to show yet" %}
{% trans "Once you're linked to a member record, their schedule and updates will show up here." %}