{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %}{% trans "Imported tickets" %}{% endblock %} {% block content %}

{% trans "Imported tickets" %}

{% blocktrans with total=total checked=checked %} {{ total }} tickets imported from other platforms ยท {{ checked }} checked in. {% endblocktrans %}

{% trans "Import a CSV" %}

{% for b in batches %} {% empty %} {% endfor %}
{% trans "Source" %} {% trans "File" %} {% trans "Tickets" %} {% trans "Imported" %} {% trans "By" %}
{{ b.source }} {{ b.filename }} {{ b.row_count }} {{ b.created }} {{ b.created_by }}
{% trans "No imports yet." %}
{% endblock %}