{% extends 'base.html' %} {% block content %}

Select the billing/shipping addresses

{% csrf_token %} {{ form.as_p }} Add a new one
{% endblock content %}