{% extends "checkout/checkout.html" %} {% load currency_filters %} {% load i18n %} {% block title %} {% trans "Order preview" %} | {{ block.super }} {% endblock %} {% block checkout-nav %} {% include 'checkout/nav.html' with step=4 %} {% endblock %} {# Null out the actions as they can't be used here #} {% block shipping_address_actions %}{% endblock %} {% block order_contents_actions %}{% endblock %} {% block payment_method %}

{% trans "Payment" %}

{% trans "PayPal Express Checkout" %}

{% trans "PayPal user" %}: {{ paypal_user_email }}

{% trans "Amount" %}: {{ paypal_amount|currency }}

{% endblock %} {% block place_order %}

Please review the information above, then click "Place Order"

{% csrf_token %}
{% endblock place_order %}