{% extends "layout.html" %} {% load i18n display_tags currency_filters staticfiles thumbnail %} {% block title %} {% trans 'Try again' %} | {{ block.super }} {% endblock %} {% block headertext %}
| {{ order.shipping_method }} | {% if not show_tax_separately %} {{ order.shipping_incl_tax|currency:order.currency }} {% else %} {{ order.shipping_excl_tax|currency:order.currency }} {% endif %} |
{% trans "Phone" %}: {{ order.shipping_address.phone_number }}
{% if order.guest_email %}
{% trans "Email" %}: {{ order.guest_email }}
{% endif %}
{{ order.shipping_address.notes|linebreaks }}
{% endif %} {% else %}{% trans "No shipping address required." %}
{% endif %}