{% extends "base.html" %} {% load i18n plata_tags %} {% block title %}{% trans "Order successful" %} - {{ block.super }}{% endblock %} {% block content %} {% if order.is_paid %}
{% trans "As soon as we receive a confirmation from the payment provider, you'll be sent a confirmation e-mail." %}
{% endif %} {% include "plata/_order_overview.html" %} {% endblock %}