{% extends "site_base.html" %} {% load i18n %} {% block extra_script %} {% include 'osgeo_importer/_importer_scripts.html' %} {% include 'osgeo_importer/_importer_styles.html' %} {{ block.super }} {% endblock %} {% block body_outer %}
{% verbatim %}
There are currently no uploads in the database. Showing 1 upload of {{ totalItems }}. Showing uploads {{ offset ? offset : 1 }}-{{ offset+uploads.length }} of {{ totalItems }}.
{% endverbatim %}
{% endblock %}