{% extends "freeadmin/generic_form.html" %} {% block onSubmit %} doSubmit({ form: this, event: e, url: '{{ request.path }}', longRunning: true, progressbar: { steps: [ {"label": gettext("Downloading packages")}, {"label": gettext("Installing packages")} ], poolUrl: '{% url "system_update_progress" %}', fileUpload: false } }); {% endblock %} {% block form %} {% if update %} {% if update.Notice %} {% trans "NOTICE" %}: {{ update.Notice }} {% endif %} {% if update.Notes %} {% for note, url_ in update.Notes.items %}

{{ note }}

{% endfor %} {% endif %} {% if changelog %} {% trans "Changelog" %}:
{{ changelog }}
{% endif %} {% trans "The following packages will be downloaded:" %}
{{ handler.output }}

{% trans "Apply updates after downloading" %}{% if handler.reboot %} ({% trans "The system will reboot" %}){% endif %}

{% trans "Do you want to continue?" %} {% else %} {% if not network %}

{% trans "Update server could not be reached" %}

{% else %}

{% trans "No updates available" %}

{% endif %} {% endif %} {% endblock %} {% block oklabel %} {% trans "OK" %} {% endblock %} {% block buttons %} {% if update %} {{ block.super }} {% else %} {% endif %} {% endblock %}