{% extends 'base.html' %} {% from '_partials/page_header.html' import page_header %} {% block title %}Networking · 4G/3G{% endblock %} {% block content %} {{ page_header('Networking', tabs=tabs, active_tab='mobile') }} {% if not modem.present %}
Only the active SIM can be read — the other is powered down — so identifiers stay blank until this slot is in use. Its APN can still be set now, which is what makes a failover to it work.
{% endif %}Switching between SIMs is handled by SIM failover — turn it on under Admin → System — rather than from this page. The switch has to re-initialise the modem in a particular order, and doing it by hand is how a modem ends up needing a power cycle.
{% endif %} {% else %} {# No modem, or one that reports no slots: the original single-APN form. #} {% endif %}