{% extends "layout.html" %} {% load currency_filters %} {% load i18n %} {% block title %} {% trans 'Delete address?' %} | {{ block.super }} {% endblock %} {% block body_class %}account-pages{% endblock %} {% block breadcrumbs %} {% endblock %} {% block headertext %} {% trans 'Account' %} {% endblock %} {% block subnavigation %} {% include "partials/nav_profile.html" with address_book="active" %} {% endblock %} {% block subheader %}

{% trans 'Delete address?' %}

{% endblock subheader %} {% block content %}
{% csrf_token %}

{% trans 'Are you sure you want to delete this address?' %}

{{ object.summary }} {% include "partials/form_fields.html" with form=form %}
{% trans 'or' %} {% trans 'cancel' %}
{% endblock content %}