{% extends "network/base.html" %} {% block title %}Design Versions — {{ topology.name }}{% endblock %} {% block content %}
Track as-is, future state, and phase-based design changes
| Version | Label | Phase | Created By | Created | Notes | Actions |
|---|---|---|---|---|---|---|
| v{{ v.version_num }} | {{ v.label }} | {{ v.phase }} | {{ v.created_by or '—' }} | {{ (v.created_at or '')[:16] }} | {{ v.notes or '—' }} |
No versions yet. Click "+ Snapshot Version" to save the current state.
{% endif %}