{% extends "base.html" %} {% block title %}{{ b.flagged + b.attention }} of {{ b.scanned }} flagged — Document X-Ray{% endblock %} {% block body %}
Sorted worst first. {{ b.clean }} came back clean{% if b.attention %}, {{ b.attention }} raised something minor{% endif %}{% if b.skipped %}, {{ b.skipped }} could not be scanned{% endif %}. Open any row for the full human-vs-AI report.
| Document | Verdict | Hidden | Findings | What was found | |
|---|---|---|---|---|---|
| {{ r.filename }} | {{ r.verdict }} | {% if r.id %}{{ r.hidden_pct }}%{% else %}—{% endif %} | {% if r.id %}{{ r.findings }}{% else %}—{% endif %} | {% if r.error %}{{ r.error }} {% elif r.headline %}{{ r.kind }} — {{ r.headline }} {% else %}nothing hidden{% endif %} | {% if r.id %}Open →{% endif %} |
Reports and sanitised copies are deleted {{ retention }} minutes after the scan. The CSV is generated on request and is not stored.