{% extends "oscar/checkout/checkout.html" %} {% load currency_filters %} {% load thumbnail %} {% load i18n %} {% load purchase_info_tags %} {% block shipping_address %}
{% for field in shipping_address.active_address_fields %}
{{ field }}
{% endfor %}
{% trans "Contact number" %}: {{ shipping_address.phone_number }}
{% endif %} {% if shipping_address.notes %}{% trans "Shipping notes" %}
{{ shipping_address.notes|linebreaks }}
{% endif %}{{ shipping_method.name }} {% if shipping_method.description %} - {{ shipping_method.description }} {% endif %}
{% block shipping_address_actions %} {% endblock %} {% else %} {% trans "No shipping is required for this order" %} {% endif %}{% trans "Payment details to go here" %}