{% extends "views/components/iiif-viewer.htm" %} {% load static %} {% load i18n %} {% block workbench %}
{{ block.super }} {% endblock workbench %} {% block tabs %}
{% trans "Dataset" %}
{{ block.super }} {% endblock tabs %} {% block sidepanel %}

{% trans 'Manage Dataset' %}

{% trans "Select a Location or Area" %}
{% trans "Click on a location or area from the list below to start uploading files. Locked locations/areas were uploaded by others and can't be edited" %}
{% trans "File Formats" %}
{% trans "Only ASCII files can be presented as interactive charts. Supported image files and PDF files will be automatically detected and displayed." %}
{% trans 'Failed to upload files. Try again or contact an administrator.'%}
{% trans "files" %}
{% block form_buttons %}
{% endblock form_buttons %} {{ block.super }} {% endblock sidepanel %}