{% extends "base.html" %} {% block title %}hashgate — bundle{% endblock %} {% block content %}

Evidence chain {{ chain_id[:12] }}

outcome: {{ bundle.outcome }} · events: {{ bundle.event_count }} · bundle hash: {{ bundle.bundle_hash[:16] }}…

Download bundle JSON
    {% for e in events %}
  1. {{ e.kind }} {{ local_time(e.at) }}

    {{ e.operator_id }} · {{ e.channel }}

    {% if e.payload_hash %}{{ e.payload_hash[:16] }}…{% endif %} {% if e.expected_hash %}

    expected {{ e.expected_hash[:12] }}… / derived {{ e.derived_hash[:12] }}…

    {% endif %} {% if e.reason %}

    {{ e.reason }}

    {% endif %}
  2. {% endfor %}
{% endblock %}