{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
{% if context.flash %}
{{ context.flash['message'] }}
{% endif %}
{% if context.need_current_password %}
{% endif %} {% for backend in context.auth_backends %} {% if backend.template %}
{% include backend.template %}
{% endif %} {% endfor %}
{# Backup #}

{% if not (context.is_balena or context.is_docker) %} {# USB assets #}

Put file with the generated key in USB to use the USB assets.

{# Upgrade #}

{# Reset Wifi #}

Run it, and if the next boot does not have a network connection, you will be prompted to select a WiFi network. Warning: after pressing, a reboot is required. Web interface will not be available until reboot.

{% endif %} {% if not (context.is_balena) %} {# System controls #}

{% endif %}
{% endblock %}