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

Address book

{% endblock header %} {% block content %} {% if addresses %} {% else %} There are no addresses in your address book. {% endif %}

Add a New Address

{% if page_obj %} {% endif %} {% endblock content %}