{% extends "base.html" %} {% block title %}Impact Analysis — {{ design.name }}{% endblock %} {% block content %}
| # | Node | Type | Blast Radius | Vulnerability | Resilience Reduction | SPOF |
|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ ni.label }} | {{ ni.type }} |
{{ ni.blast_radius }} |
|
|
{% if ni.is_spof %} SPOF {% else %} — {% endif %} |