{% extends "checkout/layout.html" %} {% load url from future %} {% load currency_filters %} {% load thumbnail %} {% load i18n %} {% load purchase_info_tags %} {% load staticfiles %} {% block title %} {% trans "Checkout" %} | {{ block.super }} {% endblock %} {% block checkout_nav %} {% include '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 %} {% block shipping_address_actions %} {% endblock %}{{ shipping_method.name }} {% if shipping_method.description %} - {{ shipping_method.description|safe }} {% endif %}
{% block shipping_method_actions %} {% endblock %}{% 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 %}