{% extends "base_firstboot.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block content %}

{% trans "Frequent Feature Updates" %}

{% blocktrans trimmed %} Frequent feature updates allow the {{box_name}} Service, plus a very limited set of software, to receive new features more frequently (from the backports or unstable repository). This results in receiving some new features within weeks, instead of only once every 2 years or so. Note that software with frequent feature updates does not have support from the Debian Security Team. Instead, they are maintained by contributors to Debian and the {{box_name}} community. {% endblocktrans %}

{% blocktrans trimmed %} It is strongly recommended to activate frequent feature updates. If not activated now, they can be activated later. {% endblocktrans %}

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