{% extends "network/base.html" %} {% block title %}Design Versions — {{ topology.name }}{% endblock %} {% block content %}

Version History ({{ versions|length }})

{% if versions %} {% for v in versions %} {% endfor %}
VersionLabelPhaseCreated ByCreatedNotesActions
v{{ v.version_num }} {{ v.label }} {{ v.phase }} {{ v.created_by or '—' }} {{ (v.created_at or '')[:16] }} {{ v.notes or '—' }}
{% else %}

No versions yet. Click "+ Snapshot Version" to save the current state.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}