{% extends 'global.html'%} {% load static %} {% load i18n %} {% load svg_icon %} {% block maincontent %}

{{ import_type}} from {{import.imported_when|date:"d F Y"}} by {{import.explorer.user.username}}

{{import.place_list.all|length}} places where import in this import

{{import.description}}

{% translate 'Places imported' %}

{% include 'partials/nav/pagination.html' with page_obj=paginated_places is_paginated=True %}
{% endblock maincontent %}