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

{{page_name}}

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