{% extends "baseModal.html" %} {% include "uiMacros.html" %} {% include "formMacros.html" %} {% block modalClass %} apos-file-annotator apos-ui-modal-no-sidebar {% endblock %} {% block modalLabel %} {{ __('Edit Image Details') }} {% endblock %} {% block modalInstructions %}
{{ __('You have uploaded these files. Please take the time to title and tag them so that you can search for them at a later date.') }}
{% endblock %} {% block modalControls %} {{ renderProgressBtn({dataAttrs: 'data-save', float: 'right', color: 'base', label: 'Save Changes'}) }} {{ renderProgressBtn({dataAttrs: 'data-cancel', float: 'left', label: 'Cancel', arrow: 'left'}) }} {% endblock %} {% block modalBody %} {% endblock %}