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

{% trans "Backports" %}

{% blocktrans trimmed %} Backports can be activated. This will allow a limited set of software, including FreedomBox service, to be upgraded to newer versions from Debian {{ dist }}-backports repository. {% endblocktrans %}

{% blocktrans trimmed %} Please note that backports packages do not have security support from Debian. However, they are maintained on a best-effort basis by contributors in Debian and FreedomBox community. {% endblocktrans %}

{% csrf_token %}

{% endif %}

{% trans "Manual update" %}

{% if is_busy %}

{% else %}

{% csrf_token %}

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

{{ log }}

{% endif %} {% endblock %}