{% extends "freeadmin/generic_form.html" %} {% block onSubmit %} doSubmit({ form: this, event: e, url: '{{ request.path }}', longRunning: true, progressbar: { steps: [ {"label": gettext("Installing packages")} ], poolUrl: '{% url "system_update_progress" %}', fileUpload: false } }); {% endblock %} {% block form %}
{{ changelog }}{% endif %} {% trans "The following packages will be changed:" %}
{{ handler.output }}{% trans "Are you sure you want to continue?" %}{% if handler.reboot %} {% trans "The system will be rebooted after updates are applied." %}{% endif %} {% else %}
{% trans "No updates available" %}
{% endif %}