{% extends "management/base.html" %} {% load i18n lucide ui %} {% comment %} A club's own self-service identity/branding editor -- see management/forms.py's ClubSettingsForm for exactly which fields are editable here versus platform-staff-only (slug, seasons). D9 "Club identity & branding" in the design handoff is the reference, followed closely for the Colours card (merged swatch+hex row, side-by-side contrast-check boxes) and the Logo card (dashed drop zone) -- markup pulled straight from the design canvas (RosterChief Platform.dc.html), not the prose summary. The live preview has two tabs rather than D9's three: App and Website are merged into one (they were always shown together anyway, and the mobile app isn't built yet -- the phone mock is the same colours applied ahead of it existing); Email is real and functional, a generic sample shaped like the actual branded emails this app sends (club/templates/club/email/*.html, members/.../claim_approved.html), not a preview of any one specific message. The colour math (content colour, contrast ratio) mirrors Club._content_color_for exactly, so what's shown is the real number the server computes on save, not an approximation. {% endcomment %} {% block panel_title %}{% trans "Club identity" %}{% endblock panel_title %} {% block heading %}{% trans "Club identity" %}{% endblock heading %} {% block actions %} {% endblock actions %} {% block panel %}