{% extends "musician/base.html" %} {% load i18n %} {% block content %}
{% blocktrans with address_name=object.full_address_name %}Are you sure that you want remove the address: "{{ address_name }}"?{% endblocktrans %}
{% trans 'WARNING: This action cannot be undone.' %}