{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% trans "Reactivate order" %} {% endblock %} {% block content %}
{% blocktrans trimmed %} By reactivating the order, you reverse its cancellation and transform this back into a pending or paid order. This is only possible as long as all products in the order are still available. If the order is pending payment, the expiry date will be reset. {% endblocktrans %}
{% endblock %}