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