{% extends "results.html" %} {% block content %}

Controlls

Results

{% for aid, archive in state.archives.items() %} {% set results = archive.results %}

{{ hash(aid) }} {% if aid in state.patched %}✔{% endif %}

{% if state.settings.show_identities %} {{ archive.results.format_members(separator='/', max_width=32) }}{% else %} ●●●●●{% endif %}
{% endfor %}
{% if id in state.archives %} {% set results = state.archives[id].results %}

Edit: {{ hash(results.checksum) }}

{{ display_results(results, True, None) }} {% if state.prev_id(id) %} {% endif %} {% if state.next_id(id) %} {% endif %}

Meta

{{ list_artifacts(state.archives[id].results, True) }}
{% endif %} {% endblock %}