{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block status %} {% trans "Show security report" %} {% if is_backports_enabled %}
{% blocktrans trimmed %} Frequent feature updates are enabled. {% endblocktrans %}
{% 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 %}
{% endif %} {% endblock %}