Sunil Mohan Adapa ff4b4414fd
upgrades, security: Use consistent terminology 'activate'
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2020-09-11 10:55:42 -04:00

35 lines
1.1 KiB
HTML

{% extends "app.html" %}
{% comment %}
# SPDX-License-Identifier: AGPL-3.0-or-later
{% endcomment %}
{% load bootstrap %}
{% load i18n %}
{% block status %}
<a class="btn btn-default" role="button" href="{% url 'security:report' %}"
title="{% trans 'Show security report' %}">
<span class="fa fa-line-chart" aria-hidden="true"></span>
{% trans "Show security report" %}
</a>
{% if is_backports_requested %}
<h3>{% trans "Frequent Feature Updates" %}</h3>
<p>
{% blocktrans trimmed %}
Frequent feature updates are activated.
{% endblocktrans %}
</p>
<p>
{% blocktrans trimmed %}
Frequent feature updates allow a very limited set of software, including
{{box_name}} 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 {{box_name}}
community.
{% endblocktrans %}
</p>
{% endif %}
{% endblock %}