{% 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 %}
Loading map data...