{% extends "checkout/checkout.html" %} {% load currency_filters %} {% block title %} 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 %}

Payment

PayPal Express Checkout

PayPal user: {{ paypal_user_email }}

Amount: {{ paypal_amount|currency }}

{% endblock %} {% block place_order %}

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

{% csrf_token %}
{% endblock place_order %}