{# templates/results.html #} {% import 'macros.html' as macros %} {{ url }}

Archived media for {{ url }}

{% if title | string | length > 0 %}

title: '{{ title }}'

{% endif %}

content {{ media | length }} item(s)

{% for m in media %} {% endfor %}
about preview(s)
  • key: {{ m.key }}
  • type: {{ m.mimetype }}
  • {% for prop in m.properties %} {% if m.properties[prop] | is_list %}

    {{ prop }}:

    {% for subprop in m.properties[prop] %} {% if subprop | is_media %} {{ macros.display_media(subprop, true, url) }}
      {% for subprop_prop in subprop.properties %}
    • {{ subprop_prop }}: {{ macros.copy_urlize(subprop.properties[subprop_prop]) }}
    • {% endfor %}
    {% else %} {{ subprop }} {% endif %} {% endfor %}

    {% elif m.properties[prop] | string | length > 1 %}
  • {{ prop }}: {{ macros.copy_urlize(m.properties[prop]) }}
  • {% endif %} {% endfor %}
{{ macros.display_media(m, true, url) }}

metadata

{% for key in metadata %} {% endfor %}
key value
{{ key }} {{ macros.copy_urlize(metadata[key]) }}

Made with bellingcat/auto-archiver v{{ version }}