{% extends "base.html" %} {% block copyright %} {% endblock %} {% block title %}Imaging demos{% endblock %} {% block extra_head %} {% if settings.DEBUG %} {% else %} {% endif %} {% endblock %} {% block body %} {% if err_msg %}
{{ err_msg|newlines }}
{% else %} {# Image selection area - when there are multiple demo images #} {% if image_list|length > 1 %}

Select an image

{% endif %} {# Selected image playground #}

Image playground

Control panel











{% if overlay_image %} {% else %} {% endif %}

Image preview

Select an image above

Image actions

{# Set the image selection - when there is only 1 demo image #} {% if image_list|length == 1 %} {% endif %} {% endif %} {% endblock %}