{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load static %} {% load bootstrap3 %} {% block inner %}

{% trans "Connect to device:" %} {{ device.name }}

  1. {% trans "Download an app that is compatible with pretix. For example, our check-in app pretixSCAN is available on all major platforms." %}
    {% trans "Download pretixSCAN" %}
  2. {% trans "Open the app that you want to connect and optionally reset it to the original state." %}
  3. {% trans "Scan the following configuration code:" %}


    {% trans "If your app/device does not support scanning a QR code, you can also enter the following information:" %}
    {% trans "System URL:" %} {{ settings.SITE_URL }}
    {% trans "Token:" %} {{ device.initialization_token }}
{% trans "Device overview" %} {% endblock %}