{% extends "base.html" %} {% block title %}Submission {{ sub.id[:8] }} — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
Already approved — no override needed. Use Rescan to re-evaluate against current rules; it may flip the verdict.
{% elif sub.status == 'overridden' %}Already admin-overridden. Rescan to clear the override and re-evaluate.
{% elif sub.status in ['blocked_inline','blocked_llm','review_error'] and not sub.entity_id %}No override available — inline-blocked submissions are rolled back at upload time, so there's no bundle to publish. Submitter must fix and re-upload.
{% endif %}
Every recorded action on this submission + linked entity, newest first.
Use this to confirm a verdict is fresh (e.g. the timestamp on the latest
store.submission.rescan row matches the time you clicked Rescan).
{{ issue }}| Severity | Category | File:line | Reason | Snippet |
|---|---|---|---|---|
| {{ f.severity }} | {{ f.category }} | {{ f.file }}:{{ f.line }} |
{{ f.reason }} | {{ f.snippet }} |
{{ issue }}{{ sub.llm_findings.summary }}
{% endif %} {% if sub.llm_findings.findings %}| Severity | Category | File | Explanation | Fix hint |
|---|---|---|---|---|
| {{ f.severity }} | {{ f.category }} | {{ f.file }} |
{{ f.explanation }} | {{ f.fix_hint or "" }} |