{% extends "oscar/checkout/layout.html" %} {% load currency_filters %} {% load i18n %} {% load image_tags %} {% load purchase_info_tags %} {% block title %} {% trans "Checkout" %} | {{ block.super }} {% endblock %} {% block checkout_nav %} {% include 'oscar/checkout/nav.html' %} {% endblock %} {% block content %} {% if error %}
{% trans "Phone" %}: {{ shipping_address.phone_number }}
{% if guest_email %}
{% trans "Email" %}: {{ guest_email }}
{% endif %}
{{ shipping_address.notes|linebreaks }}
{% endif %}{{ shipping_method.name }} {% if shipping_method.description %} - {{ shipping_method.description|safe }} {% endif %}
{% trans "Payment details to go here" %}
{% trans "Item" %}
{% trans "Quantity" %}
{% trans "Total" %}
{% if not show_tax_separately and line.is_tax_known %} {{ line.line_price_incl_tax|currency:basket.currency }} {% else %} {{ line.line_price_excl_tax|currency:basket.currency }} {% endif %}