{% extends "base.html" %} {% import "macros.html" as m %} {% block title %}Diff {{ entry.document_id }} - {{ pack.pack }}{% endblock %} {% block content %}
old: {{ m.document_link(pack.pack, entry.document_id, entry.title or entry.document_id) }}
{{ (entry.retrieved_at or '')[:19] }}
new: {% if successor %}{{ m.document_link(pack.pack, successor.document_id, successor.title or successor.document_id) }}
{{ (successor.retrieved_at or '')[:19] }}
{% else %}no record replaced it{% endif %}
Blocks are aligned by text_sha256; unchanged runs are
collapsed. {{ changed }} changed, added or removed block group(s).
| Fact | Concept | Blocks | Last build outcome | Warnings |
|---|---|---|---|---|
| {{ m.fact_link(pack.pack, citation.fact_id) }} | {{ m.concept_link(pack.pack, citation.concept_id) }} | {{ citation.first_block }}-{{ citation.last_block or citation.first_block }} | {{ citation.outcome.get('outcome') or 'not in the last build report' }}
{% if citation.outcome.get('reason') %} {{ citation.outcome.reason }} {% endif %} |
{{ (citation.outcome.get('warnings') or []) | join(', ') }} |
| No fact cites this record. | ||||
No successor record to compare against.
{% endfor %}