{% extends "base.html" %} {% load i18n inline_formset verbose_names %} {% block content %}

{{page_name}}

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

{% trans "No rollback is possible. Be careful to scroll to the end of page to check every piece of information." %}

{% endblock %}

{{object}}

{% for accessor, imported in object.get_all_imported %} {% include "ishtar/import_associated_item.html" %} {% endfor %} {% comment %}
{% endcomment %}
{% block "footer" %} {% endblock %}
{% endblock %}