{% extends "pretixpresale/base.html" %} {% load i18n %} {% load static %} {% load thumb %} {% load eventurl %} {% block title %}{% trans "Pay order" %}{% endblock %} {% block custom_header %} {{ block.super }} {% include "pretixplugins/stripe/presale_head.html" with settings=stripe_settings %} {% endblock %} {% block page %}

{% trans "Confirming your payment…" %}

{% endblock %}