{% load core_tags %}
{% for path, info in result.output_files.items %} {% if info.mimetype|slice:':6' == 'image/' %} {% if path|slice:':4' == 'all/' or path|slice:':14' == 'responses/all/' %} {% with image_path='responses/'|add:path %} {% if info.root_relative %} {% snapshot_preview_url snapshot path as image_url %} {% else %} {% snapshot_preview_url snapshot image_path as image_url %} {% endif %} {{ path }} {% endwith %} {% endif %} {% endif %} {% endfor %}