{% extends "base.html" %} {% block title %}Sentinel — Compare Run #{{ run.id }} vs #{{ base_run.id }}{% endblock %} {% block content %} ← Back to Run #{{ run.id }}
Run #{{ run.id }} ({{ run.started_at.strftime('%Y-%m-%d %H:%M') if run.started_at else '?' }}) vs Run #{{ base_run.id }} ({{ base_run.started_at.strftime('%Y-%m-%d %H:%M') if base_run.started_at else '?' }})
Neither run produced any findings.