{% extends 'cubane/ishop/pages/account/base.html' %} {% load shop_tags %} {% block meta_title %}Delivery Address{% endblock %} {% block title %}Delivery Address{% endblock %} {% block account_breadcrumb %} {% shop_breadcrumb 'Delivery Address' %} {% endblock %} {% block billing %}active{% endblock %} {% block js %} {% endblock %} {% block content %}
Billing Address
Changing your billing address will only affect new orders. Processing orders will not be changed.
{% include 'cubane/form/form.html' %}
{% endblock %}