{% extends "mobile/coach/base.html" %} {% load i18n %} {% comment %} C3 -- design_handoff_rosterchief_platform/README.md's C3 section, kept deliberately simple per product feedback: a plain yes/no toggle per available roster player, grouped by position ("category") rather than the mock's lines/slots -- see CoachLineupView's own docstring for why an earlier tap-to-place build was replaced. The mock's "fully dark screen" is approximated with dark cards throughout rather than overriding the shared .coach-sheet's own light background -- a real per-screen shell hook is more infrastructure than one screen justifies. The one form is hx-boost="false", same reasoning as every other write-action form in this app (see mobile/templates/mobile/event_detail. html's own top-of-file comment) -- each row's Yes/No pair is Alpine-owned (x-data toggling a hidden input), and this codebase hasn't established an htmx interaction pattern to layer on top of that safely. {% endcomment %} {% block header_extra %}
{% blocktrans with time=lineup.scheduled_publish_at|date:"D d M H:i" %}Scheduled to publish {{ time }}{% endblocktrans %}