{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}Verify{% endblock %} {% block content %}

Verify

The book was just rebuilt from the files on disk: every record's content hash, the hash chain, the evidence digests, the accounting invariants, and the approval provenance.

{% if report.ok %}
All {{ report.records }} records verifiedHead {{ m.record_link(report.head) if report.head else "—" }}
{% else %}
{% for p in report.problems %} {% endfor %}
CheckRecordProblem
{{ p.check }}{% if p.record %}{{ p.record }}{% endif %}{{ p.message }}
{% endif %} {% endblock %}