{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block status %} {{ block.super}} {% comment %} To extend instead of overwrite {% endcomment %}
{% blocktrans trimmed %} You are running {{ os_release }} and {{ box_name }} version {{ version }}. {% endblocktrans %} {% if is_busy %} {% trans "Updating..." %} {% elif new_version %} {% blocktrans trimmed %} There is a new {{ box_name }} version available. {% endblocktrans %} {% trans "Your Freedombox needs an update!" %} {% else %} {% blocktrans %}{{ box_name }} is up to date.{% endblocktrans %} {% endif %}
{% if can_activate_backports and not is_backports_requested %} {% blocktrans trimmed %} Frequent feature updates can be activated. Activating them is recommended. {% endblocktrans %} {% elif can_activate_backports and is_backports_requested %} {% blocktrans trimmed %} Frequent feature updates are activated. {% endblocktrans %} {% else %} {% blocktrans trimmed %} Frequent feature updates cannot be activated. They may not be necessary on your distribution. {% endblocktrans %} {% endif %}
{% if can_activate_backports %} {% 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 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 %} {% endif %}
{% if can_activate_backports and not is_backports_requested %}{% 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 %}{% trans "Show recent update logs" %}
{{ log }}
{% blocktrans trimmed %} This will attempt to upgrade the system from stable to testing. It is meant only for development use. {% endblocktrans %}
{% endif %} {% endblock %}