{# P2-T01 — generic per-step Explorer placeholder. Renders deterministic / scrub / replay / io / gate / capture steps with the minimum metadata an operator needs while the per-type inspectors (P3) ship. The trace's ``explore →`` link should never 500, so we always 200 here with a clear "coming next" banner. #} {% extends "admin_layout.html" %} {% block page_title %}admin :: step :: {{ view.scan_id_short }} / {{ view.step_index_padded }}{% endblock %} {% block breadcrumb %} admin/ scans/ {{ view.scan_id_short }}/ step {{ view.step_index_padded }} {% endblock %} {% block head_extra %} {% if view.is_in_progress %}{% endif %} {% endblock %} {% block content %}
The per-type inspector for {{ view.step_type }} steps ships in P3. The basics below stay accurate while it's being built.
{{ view.error_class }}
{% if view.error_message %}Inline rule rendering for detection / analysis / scrub / render / replay / io / gate steps lands in P3-T05..T15. The data is all in the trace today; the per-type rendering just isn't built yet.