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

{% trans "An address from your addressbook?" %}

{% if not forloop.last %}

{% trans "Or a new address?" %}

{% endif %} {% endif %}
{% csrf_token %} {% include "senex_store/partials/form_fields.html" with form=form %}
{% endblock shipping_address %} {% block order_contents %}{% endblock order_contents %} {% block payment_details %}{% endblock payment_details %}