{% extends "mobile/base.html" %} {% load i18n %} {% comment %} M1 -- design_handoff_rosterchief_platform/README.md's M1 section. Four independently-optional cards, all scoped to scope_person (mobile/mixins.py): a hero for the soonest upcoming event with a quick In/Out RSVP, a "needs your answer" list, a season-dues card, and a news teaser. {% endcomment %} {% block content %} {% if scope_person %} {% 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=scope_person.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." %}