{% 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 %}
PayPal Express Checkout
PayPal user: {{ paypal_user_email }}
Amount: {{ paypal_amount|currency }}