{% extends "base.html" %} {% load i18n inline_formset %} {% block pre_container %} {% if autorefresh_available %} {% endif %}
{% csrf_token %} {% endblock %} {% block content %} {% if can_create_import %}
{% if has_import_table %} {% trans 'import (table)' %} {% endif %} {% if has_import_gis %} {% trans 'import (GIS)' %} {% endif %} {% if has_import_group %} {% trans 'import (group)' %} {% endif %}
{% endif %} {% if current_page %}
    {% for page_n in page_range %}
  • {{page_n}}
  • {% endfor %}
{% endif %}
{% include "ishtar/import_table.html" %}
{% endblock %} {% block footer %}
{% endblock %}