{% extends "layout.html" %} {% load currency_filters %} {% block title %} Delete address? | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block header %} {% endblock header %} {% block content %}
{% csrf_token %}

Are you sure you want to delete this address?

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