{% extends "network/base.html" %} {% block title %}Migration Phases — {{ topo_name }} — Network Design Canvas{% endblock %} {% block head %} {% endblock %} {% block content %}

Network Migration Phases — {{ topo_name }}

✏ Edit Canvas ← Network

📋 Current State — As-Is Network

Loading topology…
🔍 Critical Info
{% for ph in phases %}

🔄 Phase {{ ph.phase_num }}: {{ ph.title or 'Migration Phase' }} {{ (ph.status or 'planned')|title }} {% if ph.duration_days %}{{ ph.duration_days }}d{% endif %}

Loading phase {{ ph.phase_num }}…
Existing
New
Changing
Retiring
{% if ph.rollback_criteria %}
⚠ Rollback: {{ ph.rollback_criteria[:40] }}
{% endif %}
🔍 Critical Info
{% endfor %}

🏁 Final / To-Be State

Computing final state…
🔍 Critical Info
{% endblock %} {% block scripts %} {% endblock %}