{% extends "pretixcontrol/event/settings_base.html" %} {# Use Pretix base template #} {% load i18n %} {% load static %} {# To load static files like CSS/JS later #} {% load eventurl %} {# Needed for the url template tag #} {% block title %}{% trans "Ticket Sales Map" %}{% endblock %} {% block inside %}

{% trans "Ticket Sales Map" %}

{# --- Container for Map and Status Overlay --- #}
{# Wrapper for positioning #} {# The container where the map will be rendered #} {# Ensure this has height/width via CSS #}
{# Content inside here will be managed by Leaflet #}
{# --- Status Overlay Element --- #} {# Initially visible, hidden by JS when map loads/errors occur #}

Loading map data...

{# --- End Status Overlay --- #}
{# --- End Container Wrapper --- #} {# === LEAFLET PLUGINS (Loaded via staticfiles) === #} {% endblock %}