{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load l10n %} {% load eventurl %} {% load eventsignal %} {% load thumbnail %} {% load markup_tags %} {% block title %}{% trans "Voucher redemption" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} You entered a voucher code that allows you to buy one of the following products at the specified price: {% endblocktrans %}
{% if event.presale_is_running or event.settings.show_items_outside_presale_period %} {% endif %} {% endblock %}