{% 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" %}

{% blocktrans trimmed %} Check for and apply the latest software and security updates. {% endblocktrans %}

{% 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 %}

{% csrf_token %} {{ form|bootstrap }}
{% endblock %}