{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inside %}

{% trans "CWA integration" %}

{% bootstrap_form_errors form %} {% csrf_token %}
{% trans "QR code content" %} {% bootstrap_field form.cwa_mode layout="control" %} {% bootstrap_field form.cwa_location_type layout="control" %} {% bootstrap_field form.cwa_default_length layout="control" %}
{% trans "Reminder email" %} {% bootstrap_field form.cwa_checkin_email layout="control" %} {% bootstrap_field form.cwa_checkin_email_subject layout="control" %} {% bootstrap_field form.cwa_checkin_email_body layout="control" %}
{% trans "(Digital) signage" %}
{% blocktrans trimmed %} The following links will always point to the currently valid QR code, which changes at least once a day (or more often, if configured above). Please do not share these URLs with your visitors to avoid abuse, but use them to print out the daily QR code or display it on a screen in your venue! {% endblocktrans %}
{% blocktrans trimmed %} Use this link to dynamically show the current QR code on a screen. You can also easily print it using the print button in your browser! {% endblocktrans %}
{% blocktrans trimmed %} Use this link to dynamically embed the QR code into a digital signage system. {% endblocktrans %}
{% blocktrans trimmed %} Use this link to dynamically embed the QR code into a digital signage system. {% endblocktrans %}
{% endblock %}