{% extends 'core/document_nav.html' %} {% load i18n staticfiles bootstrap thumbnail %} {% load compress %} {% block styles %} {# custom jquery ui build with draggable and resizable only #} {{ block.super }} {% endblock %} {% block nav-images-active %}active{% endblock %} {% block tab_content %}
{% csrf_token %}
{% trans "Drop images here or click to upload." %}
{% trans "Loading" %} ... {% trans "Selected" %} {% with import=import_form.current_import %} {% trans "Importing" %} {% if import %}{% if import.total %}{{import.processed}}/{{import.total}}{% else %}pending{% endif %}{% endif %}... {% endwith %} {% if document.transcriptions.count %} {% endif %} {% if perms.core.can_train %} {% with training_model=document.training_model %}
{% endwith %} {% endif %}
{# card are created through the dom api (see below) #}
{% endblock %} {% block modals %} {# template for adding card #}
0%
{# Process wizards #} {% include 'core/wizards/import_iiif.html' with proc='import-iiif' %} {% include 'core/wizards/import_file.html' with proc='import-xml' %} {% include 'core/wizards/import_pdf.html' with proc='import-pdf' %} {% include 'core/wizards/export.html' with proc='export' %} {% include 'core/wizards/binarize.html' with proc='binarize' %} {% include 'core/wizards/segment.html' with proc='segment' %} {% include 'core/wizards/segtrain.html' with proc='segtrain' %} {% include 'core/wizards/train.html' with proc='train' %} {% include 'core/wizards/transcribe.html' with proc='transcribe' %} {% endblock %} {% block scripts %} {{ block.super }} {% compress js file document_images %} {% endcompress %} {% endblock %}