{% extends "base_firstboot.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block content %}

{% trans "Software Update" %}

{% if is_busy %}

{% trans "Updating, please wait..." %}

{% blocktrans trimmed %} This may take a long time to complete. During an update, this web interface may be temporarily unavailable and show an error. In that case, refresh the page to continue. {% endblocktrans %}

{% else %}

{% blocktrans %} {{ box_name }} is up to date. Press Next to continue. {% endblocktrans %}

{% trans 'Next' %} {% endif %} {% endblock %}