{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}Versions — rosbackup-ng{% endblock %} {% block page_title %}Firmware upgrade / downgrade{% endblock %} {% block head_actions %}
{% endblock %} {% block content %}

1 Choose the target version

{% if have_index %} {% else %} No version history cached yet — click ↻ Refresh versions above. {% endif %}

2 Select routers

{% include "_upgrade_rows.html" %}

3 Review & execute

Choose a target and routers above, then build a plan to see the exact per-router commands and confirm.

{% endblock %}