{% load compress %} {% load static %} {% load i18n %} {% load statici18n %} {% load eventurl %} {% load escapejson %} {% load vite %} {{ request.event.name }} :: {% trans "Check-in" %} :: {{ settings.PRETIX_INSTANCE_NAME }} {% compress css %} {% endcompress %} {% if DEBUG %} {% else %} {% endif %} {{ html_head|safe }}
{% compress js %} {% endcompress %} {% vite_hmr %} {% vite_asset "src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.ts" %} {% csrf_token %}