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

{% trans "Delete Analysis Area" %}

{% trans "Are you sure you want to delete the analysis area?" %}

{% trans 'Analysis Area locations' %}
{% block form_widgets %}
{% trans 'Location' %} {% trans 'required' %}
{% trans "Edit" %} {% trans "Delete" %}
{% trans 'Name for Analyis Area (Part)' %} {% trans 'required' %}
{% trans 'Annotator' %}
{% endblock form_widgets %}
{% block form_buttons %}
{% endblock form_buttons %} {{ block.super }} {% endblock sidepanel %}