{% 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 %} {% ifchanged imported|verbose_model_name %} {% if forloop.counter0 %}
{% endif %}
{{ imported|verbose_model_name }}
{% else %}
{% endifchanged %} {% if imported.SLUG %} {% url "show-"|add:imported.SLUG imported.pk "" as current_url %} {% if current_url %} {% endif %} {% endif %} {{ imported }} {% endfor %}
{% block "footer" %} {% endblock %}
{% endblock %}