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

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

  1. {% trans "Open the app that you want to connect and optionally reset it to the original state." %}
  2. {% 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 }}
{% blocktrans trimmed %} Please note that this is a new feature that currently only works for beta-stage software, such as pretixPOS. pretixdroid 1.x and pretixdesk 0.x are not supported by this feature. Future versions of pretixdroid and pretixdesk will be supported through this menu. {% endblocktrans %}

{% blocktrans trimmed %} To set up pretixdroid or pretixdesk, please go to the Check-in devices section of an event. {% endblocktrans %}
{% trans "Device overview" %} {% endblock %}