{% extends "admin/base_site.html" %} {% load i18n %} {% load url from future %} {% load admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% blocktrans with escaped_object=object %}Are you sure you want to change the following potentially dangerous properties of the {{ object_name }} "{{ escaped_object }}"?{% endblocktrans %}

{% csrf_token %}
{% endblock %}