{% extends "base.html" %} {% block title %}hashgate — bundle{% endblock %} {% block content %}
outcome: {{ bundle.outcome }} ·
events: {{ bundle.event_count }} ·
bundle hash: {{ bundle.bundle_hash[:16] }}…
{{ 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 %}