{% extends "base.html" %} {% load i18n %} {% load semiramis_templatetags %} {% block title %} :: {% trans "Delete confirmation" %}{% endblock %} {% block content %}

:: {% trans "Delete confirmation" %} ::

{% trans "Are you sure?" %}

{% trans "It will delete the object and all related objects." %}

{% if item.name %}

{{item.name|babel}}

{% else %}

{{item.text|babel}}

{% endif %}
{% endblock %}