{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block extra_content %}
{% if can_activate_backports %} {% blocktrans trimmed %} Frequent feature updates can be activated. Activating them is recommended. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Frequent feature updates are enabled. {% endblocktrans %} {% endif %}
{% blocktrans trimmed %} This will allow a very limited set of software, including FreedomBox service, to be updated to receive newer features regularly instead of once every 2 years or so. Note that packages with frequent feature updates do not have support from Debian Security Team. They are instead maintained by contributors to Debian and the FreedomBox community. {% endblocktrans %}
{% if can_activate_backports %}{% endif %}
{% else %}
{% endif %}
{% blocktrans trimmed %} This may take a long time to complete. During an update, you cannot install apps. Also, this web interface may be temporarily unavailable and show an error. In that case, refresh the page to continue. {% endblocktrans %}
{% if log %}{% trans "Show recent update logs" %}
{{ log }}