{% extends "base.html" %} {% block title %}Run Pipeline — PhysCom{% endblock %} {% block content %}
| ID | Domain | Status | Total | P1 Checked | P1 Failed | P2 Estimated | P3 Scored | P4 Reviewed | Started |
|---|---|---|---|---|---|---|---|---|---|
| {{ run.id }} | {{ run.domain_name }} | {{ run.status }} | {{ run.total_combos or '—' }} | {{ run.combos_pass1 or '—' }} | {% if blocked %}{{ blocked }}{% else %}—{% endif %} | {{ run.combos_pass2 or '—' }} | {{ run.combos_pass3 or '—' }} | {{ run.combos_pass4 or '—' }} | {{ run.started_at or run.created_at }} |