{% extends "checkout/checkout.html" %} {% block order_contents %}{% endblock %} {% block shipping_method %}{% endblock %} {% block payment_method %}{% endblock %} {% block payment_details %}{% endblock %} {% block checkout-nav %} {% include 'checkout/nav.html' with step=1 %} {% endblock %} {% block shipping_address %}

Enter an address for your addressbook

{% csrf_token %} {% include "partials/form_fields.html" with form=form %}
or cancel.
{% endblock shipping_address %}