{% extends "base.html" %} {% from "publish/inc_field_macros.html" import disp_class, disp_class_2 %} {% 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 %}

{% if app_edition() == 'Standard' %}


Items marked with a Premium Edition icon are only supported in the Premium Edition.

{% endif %}

Image preview

Select an image above

Image actions

View full screen with zoom
View image in a new window
{% if 'pdf' in supported_formats %} View as PDF in a new window
{% else %}
{% endif %} Download image
{# Set the image selection - when there is only 1 demo image #} {% if image_list|length == 1 %} {% endif %} {% endif %} {% endblock %}