{% extends "customer/baseaccountpage.html" %} {% load i18n %} {% block extra_breadcrumbs %}
  • {% trans 'Address book' %}
  • {% endblock %} {% block tabcontent %}
    {% if not subscription %}
    {% csrf_token %}

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

    {{ object.summary }}

    {% trans 'or' %} {% trans 'cancel' %}
    {% else %} You are unable to delete this address as it is the shipping address for one of your subscriptions
    Back to Addresses {% endif %}
    {% endblock tabcontent %}