{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load urlreplace %} {% load money %} {% block title %}{% trans "Vouchers" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Vouchers allow you to assign tickets to specific persons for a lower price. They also enable you to reserve some quota for your very special guests. {% endblocktrans %}
{% if request.GET.search or request.GET.tag or request.GET.status or request.GET.subevent %} {% trans "Your search did not match any vouchers." %} {% else %} {% blocktrans trimmed %} You haven't created any vouchers yet. {% endblocktrans %} {% endif %}
{% trans "Create a new voucher" %} {% trans "Create multiple new vouchers" %}{% trans "Create a new voucher" %} {% trans "Create multiple new vouchers" %} {% trans "Download list" %}
{% include "pretixcontrol/pagination.html" %} {% endif %} {% endblock %}