{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load staticfiles %} {% block title %}{% trans "pretixdroid configuration" %}{% endblock %} {% block content %}

{% trans "pretixdroid configuration" %}

{% blocktrans trimmed %} pretixdroid is an Android app that you can use to control tickets at the entrance of your event. {% endblocktrans %}

{% trans "App download" %}


{% trans

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

{% trans "App configuration" %}

{% blocktrans trimmed %} If you start the app for the first time, it will request that you scan the following code. The code tells the app all it needs about your event. {% endblocktrans %}

{% if request.event.has_subevents %}

{% if request.event.has_subevents %} {% endif %}

{% endif %} {% if not request.event.has_subevents or subevent %}
{% trans "Reset authentication token" %} {% endif %} {% endblock %}