{% extends "pretixcontrol/event/settings_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% trans "Mabel Settings" %} {% endblock %} {% block inside %}
{% csrf_token %} {{ ticket_limit_forms.management_form }}
{% trans "Mabel Settings" %} {% bootstrap_form form layout="horizontal" %}

You can find a sample spreedsheet here, and create an API key here.

{% trans "Ticket Limits" %} {% for f in ticket_limit_forms %}
{% bootstrap_form_errors f %} {% bootstrap_form f layout="horizontal" %}
{% endfor %}
{% endblock %}