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

{{page_name}}

{{object}}

{% csrf_token %}

{% trans "The current items are linked to this import:" %}

{% for accessor, imported in object.get_all_imported %} {% ifchanged imported|verbose_model_name %} {% if forloop.counter %}{% endif %}

{{imported|verbose_model_name}}

{% trans "All these items will be deleted with this import." %}

{% trans "Are you sure?" %}

{% trans "Back" %}

{% endblock %}