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

{% trans "Mabel Stickers" %}

It can take a little while to generate stickers, so it is sometimes helpful to break down the generation into several batches. Use the form below to choose which tickets to generate stickers for, then click "Update selection" until a reasonable number of tickets are selected.

When you are ready to generate the tickets, click the "Generate" button, and your browser will start generating a PDF containing all stickers. When it's complete, the "Download" button will activate, allowing you to download the PDF.

N.B. Only orders with a status of "Paid" or "Pending" are included for generation.

{% csrf_token %}
{{ ticket_count }} tickets selected. {% bootstrap_form sticker_form layout="horizontal" %}

{% comment %} {% endcomment %} {% endblock %}