{% if skipped_offline %}

โŠ˜ {{ skipped_offline|length }} offline device(s) excluded: {{ skipped_offline|join(', ') }}

{% endif %} {% if not plans %}

No routers selected.

{% else %} {% for p in plans %} {% endfor %}
RouterInstalledTargetAction
{{ p.target }} {{ p.installed }} {{ p.target_version }} {% if p.downgrade %}downgrade{% else %}upgrade{% endif %}
{% for g in command_groups %}
Commands {% if command_groups|length == 1 %}(run on every selected router){% else %}for {{ g.targets|join(', ') }}{% endif %}:
    {% for c in g.commands %}
  1. {{ c }}
  2. {% endfor %}
{% if g.note %}
{{ g.note }}
{% endif %}
{% endfor %} {% if changelog %}
Release notes for {{ changelog_version }}
    {% for line in changelog.split('\n') %}
  1. {{ line }}
  2. {% endfor %}
{% endif %}
{% for p in plans %}{% endfor %}
๐Ÿ›Ÿ Safety backup
๐Ÿงต Parallel execution

Otherwise one router at a time.

rebooted at the same time
โœ… {% if any_down %}Downgrade{% else %}Upgrade{% endif %} confirmation ({{ confirms_needed }} required) {% for i in confirm_range %} {% endfor %}
{% endif %}