{% extends "base.html" %} {% set active = "strategos" %} {% block title %}Supply Interdiction — Strategos{% endblock %} {% block content %}
| # | Node | Type | Criticality | Blast Radius | Crit Score | Sub⁻¹ | Composite | Controlled By |
|---|---|---|---|---|---|---|---|---|
| {{ rank }} | {{ t.label or t.node_id }} | {{ (t.node_type or 'depot')|replace('_',' ')|title }} | {{ (t.criticality or 'medium')|title }} | {{ t.blast_radius }} | {{ "%.2f"|format(t.criticality_score|float) }} | {{ "%.3f"|format(t.substitutability_inverse|float) }} | {{ "%.4f"|format(t.composite_score|float) }} | {{ t.controlled_by or '—' }} |