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