{{ _('Add a scrim/match inside an existing tryout') }}
{{ _('Schedule Team Match') }}
{{ _('Regular season match for an org team') }}
{{ _('Create New Tryout') }}
{{ _('Create a brand new tryout event') }}
{{ _('Event Details') }}
{% endblock %}
{% block scripts %}
{# The stylesheet that used to sit here — index.global.min.css — does not
exist. FullCalendar 6 bundles its styles into the JS, and that file is not
in the published package: the link had been answering 404 on every calendar
load since the upgrade. A failed stylesheet is silent in the browser, which
is why it survived.
Integrity pins the bundle (QUA-004): this file is executable script from a
third party, on the page that shows every match in the club. See the note
in layouts/base.html for what SRI does and does not promise. #}
{% endblock %}