{% extends PAYMENT_BASE_TEMPLATE %} {% load i18n %} {% block title %} Payment Success {% endblock %} {% block description %} {% trans 'Your payment was successful! Thank you for your purchase.' %} {% endblock %} {% block body %}
{% trans 'Your confirmation # is' %}: {{ order_id }}
{% blocktranslate %} You will receive a confirmation email with details of the payment and a link to track it. Thank you {% endblocktranslate %} {{ first_name }}!