{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% trans "Registration ID Settings" %} {% endblock %} {% block inside %}

{% trans "Registration ID Settings" %}

{% trans "You can setup the RegID feature here." %}

{% csrf_token %}
{% bootstrap_form_errors form %}

{% trans "Selecting a product here only generates registration ID's for these products. By default, no registration ID's are generated" %}

{% bootstrap_field form.regid__products layout="control" %}
{% endblock %}