{% extends "mobile/base.html" %} {% load i18n %} {% comment %} M1 -- design_handoff_rosterchief_platform/README.md's M1 section. Four independently-optional cards, scoped to people_in_scope (mobile/mixins.py) -- everyone the account manages once there's more than one (the header's "All" chip, 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 %} {% 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 %}
{% 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." %}