{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %}{% trans "Imported tickets" %}{% endblock %} {% block content %}
{% blocktrans with total=total checked=checked %} {{ total }} tickets imported from other platforms ยท {{ checked }} checked in. {% endblocktrans %}
| {% 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." %} | ||||