{% extends "oscar/checkout/preview.html" %} {% load i18n %} {% block extrahead %} {% endblock extrahead %} {% block content %} {% block order_contents %}{{ block.super }}{% endblock %}
{% block shipping_method %}

{% trans "Shipping" %}

{% endblock shipping_method %} {% block payment_details %}

{% trans "Payment" %}

{% if basket.has_subscriptions %}
Your order contains come subscription items. Please authorize us to charge the future payments for the subscription items to your Amazon account.
{% endif %}
{% endblock payment_details %}
{% block place_order %}
{% csrf_token %}
{% endblock place_order %} {% endblock content %}