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

Controlls

Results

{% for h, r in results.items() %}

{{ hash(h) }} {% if h in patched %}✔{% endif %}

{% if settings.show_identities %}{{ r.format_members(separator='/', max_width=32) }}{% else %}●●●●●{% endif %}
{% endfor %}
{% if id in results %}

Edit: {{ hash(results[id].checksum) }}

{{ display_results(results[id], True) }} {% if prev_id %} {% endif %} {% if next_id %} {% endif %}
{% endif %} {% endblock %}