{% extends "base.j2" %} {% block content %} {% include 'routing_header.j2' %}
{{ "routing_current_upstream"|lang }}: {{ (upstream|lang('modems'))['full'] }}
{% for modem in modems %} {% if modem != upstream %}
{% endif %} {% endfor %} {% endblock %}