{% extends 'oscar/checkout/payment_details.html' %} {% load i18n static %} {% load currency_filters %} {% block checkout_title %}{% translate "Checkout" %}{% endblock %} {% block checkout_nav %} {% include 'oscar/checkout/nav.html' with step=3 %} {% endblock %} {% block order_contents %}{% endblock %} {% block shipping_address %}{% endblock %} {% block shipping_method %}{% endblock %} {% block payment_method %}{% endblock %} {% block payment_details_content %}
Launching Stripe, please wait...
{% if anon_checkout_allowed or request.user.is_authenticated %}