{% extends "base.html" %} {% load i18n %} {% load url from future %} {% load currency_filters %} {% load static staticfiles %} {% load thumbnail %} {% block title %}{% trans "Checkout" %} | {{ block.super }}{% endblock %} {% block content %}
{% trans "Phone" %}: {{ shipping_address.phone_number }}
{% if guest_email %}
{% trans "Email" %}: {{ guest_email }}
{% endif %}
{{ shipping_address.notes|escape }}
{% else %}None
{% endif %}*Taxes and shipping charges my apply.