{% load display_tags %} {% if format == "HTML" %} {% with images=obj|file_images %}
Images
{% for pic in images %}

Finding Image

{% empty %}

No images found.

{% endfor %} {% endwith %} {% else %} {% with images=obj|file_images %} {% for pic in images %} image::{{ request.scheme }}://{{ request.get_host }}{% pic_token pic size %}[] +
{% empty %} No images found. {% endfor %} {% endwith %} {% endif %}