{% load core_tags %} {% for result in archiveresults %} {% with display_path=result.path display_url='' preview_url='' %} {% if display_path %}{% snapshot_url snapshot display_path as display_url %}{% endif %} {% if display_path %}{% if result.direct_preview_path %}{% snapshot_url snapshot result.direct_preview_path as preview_url %}{% else %}{% snapshot_preview_url snapshot display_path result.result as preview_url %}{% endif %}{% endif %}