{% extends 'checkout/checkout.html' %} {% load i18n %} {% load currency_filters %} {% load static from staticfiles %} {% block title %}{% trans "Checkout - Shipping Address" %}{% endblock %} {% block checkout_progress %} {% include 'checkout/progress.html' with step=1 %} {% endblock %} {% block page_title %}{% trans "Shipping Address" %}{% endblock %} {% block shipping_address %} {% if request.user.is_authenticated %} {% if addresses %}