{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - delete confirmation template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}

Delete {{ object_type }}

Are you sure you want to delete "{{ object }}"?

{% csrf_token %} Cancel
{% endautoescape %} {% endblock %}