{% extends "layout.html" %} {% load currency_filters %} {% block header %}

Address book

{% endblock header %} {% block content %}

Edit address

{% csrf_token %} {{ form.as_p }} or Cancel and return to address book
{% endblock content %}