{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Resend order link" %}{% endblock %} {% block custom_header %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Resend order link" %}

{% blocktrans trimmed %} If you lost the link to your order or orders, please enter the email address you used for your order. We will send you an email with links to all orders you placed using this email address. {% endblocktrans %}

{% csrf_token %}
{% bootstrap_form form layout="inline" %}
{% endblock %}