{% extends "webclient/scripts/base_custom_dialog.html" %} {% load i18n %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% block title %} Create Thumbnail Figure {% endblock %} {% block script %} {{ block.super }} {% endblock %} {% block script_form %}

Create Thumbnail Figure


Figure Name: Format:
Thumbnail size: Images per row:
{% if tags %}

Sort by Tag

Show Untagged Images: {% else %}

No Tags Added

NB: If you add Tags to your images, you can sort these thumbnails by Tag. {% endif %}
{% endblock %} {% block figure_preview %} {% for set in thumbSets %}

{{ set.name }}

{% for img in set.imageTags %} {% endfor %}
{% endfor %} {% endblock %}