{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %}{% trans "Import a CSV" %}{% endblock %} {% block content %}

{% trans "Import tickets from another platform" %}

{% trans "Drop in an export from Skiddle, Fatsoma, Eventbrite, DICE or a spreadsheet. Recognised columns: reference / order id, name, email, ticket type." %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}