{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load l10n %} {% load wagtailadmin_tags wagtailimages_tags static geomanager_tags %} {% block titletag %} {% blocktranslate trimmed with title=page.get_admin_display_title %} Upload Raster {{ title }} {% endblocktranslate %} {% endblock %} {% block extra_css %} {{ block.super }} {{ form_media.css }} {% endblock %} {% block content %} {% if navigation_items %} {% breadcrumbs_component navigation_items %} {% endif %} {% trans "Upload Raster Files" as upload_str %} {% if dataset %} {% include "wagtailadmin/shared/header.html" with title=upload_str|add:" - "|add:dataset.title subtitle=page.get_admin_display_title icon="upload" %} {% else %} {% include "wagtailadmin/shared/header.html" with title=upload_str icon="upload" %} {% endif %}
{% translate "Drag and drop a raster file into this area to upload immediately" %}.
{{ help_text }}
{% if layer %} {% url 'geomanager_dataset_layer_upload_raster' dataset.pk layer.pk as upload_url %} {% else %} {% url 'geomanager_dataset_upload_raster' dataset.pk as upload_url %} {% endif %}{% translate "Upload successful. Please update this file with required details and publish. You may also delete the file completely if the upload wasn't required." %}
{% translate "Sorry, upload failed." %}
{% translate "Server Error" %}
{% translate "Report this error to your website administrator with the following information:" %}
-
{% translate "File updated." %}