{% extends "views/components/iiif-viewer.htm" %} {% load staticfiles %} {% load i18n %} {% block tabs %}
{% trans "Service" %}
{% trans "Canvas" %}
{{ block.super }} {% endblock tabs %} {% block sidepanel %}

{% trans 'Manage Image Service' %}


{% trans 'Manage Image Canvases' %}

{% trans "Select image to delete from the image service" %}
{{ block.super }} {% endblock sidepanel %} {% block main_menu %}

{% trans 'Drag & Drop Your Images Here' %}

{% trans 'Import digital images and create a new image service' %}

{% trans 'Select Images' %}
{% trans 'Create a new service by uploading one or more images. Images will be uploaded and processes so that you can view, annotate, and share them with others' %}

{% trans 'Edit an existing Image Service' %}

{% trans 'Update the information and images related to an existing Image Service. Or copy and paste in the URL of a IIIF Manifest to add a service from an external service' %}
{% endblock main_menu %} {% block gallery_header %} {% endblock gallery_header %}