{% extends 'intranet/index-2.html' %} {% load i18n %} {% load url from future %} {% block title_content %} {% trans "Deletion of" %} {{ verbose_name|capfirst }} : {{ object }} {% endblock %} {% block content %}
 
{% csrf_token %}

{% trans "Are you sure to want delete this item ?" %}

{% block delete_form_actions %} {% trans "Cancel" %} {% endblock %}
{% endblock %}