{% extends "checkout/preview.html" %} {% load currency_filters %} {% load i18n %} {% load url from future %} {% load thumbnail %} {# Null out the actions as they can't be used here #} {% block shipping_address_actions %}{% endblock %} {% block shipping_method_actions %}{% endblock %} {% block order_contents_actions %}{% endblock %} {% block payment_method %}

{% trans "Payment" %}

{% trans "AsiaPay" %}

{% blocktrans with amt=asiapay_amount|currency email=asiapay_user_email %} {{ amt }} will be deducted from your AsiaPay account, registered to email: {{ email }}. {% endblocktrans %}

{% endblock %} {# Note, we submit to a different URL for placing an Paydollar order #} {% block place_order %}
{% csrf_token %}
{% endblock place_order %}