{% extends 'sites/base.html' %} {% load i18n %} {% block content_main %}

{% trans 'Are you sure ?' %}

{% blocktrans with view.modelsite.opts as meta %} Are you sure you want to delete the selected {{ meta.model_name }}? All of the following objects and their related items will be deleted. {% endblocktrans %}
{% csrf_token %} {% include 'sites/includes/fieldset.html' %}
{% endblock %}