{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block status %} {% if is_backports_enabled %}

{% trans "Security Notice" %}

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

{% endif %} {% trans "Show security report" %} {% endblock %}