{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load static %} {% block title %}{% trans "Device configuration" %}{% endblock %} {% block content %} {% if config.app == "pretixdroid" %}

{% trans "pretixdroid configuration" %} {% trans "Back to overview" %}

{% trans "1. Download app" %}


    {% trans

{% blocktrans trimmed %} Android, Google Play and the Google Play logo are trademarks of Google Inc. {% endblocktrans %}

{% trans "2. Scan code" %}

{% trans "3. Start scanning tickets" %}

{% else %}

{% trans "pretixdesk configuration" %} {% trans "Back to overview" %}

{% trans "1. Download pretixdesk" %}

{% trans "Open download page" %}

{% trans "2. Connect device" %}

{% trans "Connect with pretixdesk" %}

{% blocktrans trimmed %} If this link does not open the pretixdesk application or if you want to set the application up on a separate device, copy the following code and paste it into the application: {% endblocktrans %}

{% trans "3. Start scanning tickets" %}

{% endif %} {% endblock %}