{% extends "oscar/checkout/payment_details.html" %} {% load i18n %} {% block extrahead %} {% endblock extrahead %} {% block payment_details %}
{% 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 %}