{% extends "base.html" %} {% load i18n %} {% load semiramis_templatetags %} {% block title %} :: {% trans "Delete confirmation" %}{% endblock %} {% block content %}
{% trans "It will delete the object and all related objects." %}
{% if item.name %}{{item.name|babel}}
{% else %}{{item.text|babel}}
{% endif %}