{% extends "mapentity/base_site.html" %} {% load i18n mapentity_tags %} {% block mainpanel %} {{ block.super }}

{% trans "Warning!" %}

{% blocktrans count counter=nb_objects %}Do you really wish to delete this object?{% plural %}Do you really wish to delete these {{ counter }} objects?{% endblocktrans %}
{% csrf_token %} {% trans "No, back to list view" %}
{% endblock mainpanel %}