{% 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 %}
{% blocktrans with update_applied_msg=update_applied_msg%}{{ update_applied_msg }}{% endblocktrans %}
{% elif update %} {% if update.Notice %} {% trans "NOTICE" %}: {{ update.Notice }} {% endif %} {% if update.Notes %} {% for note, url_ in update.Notes.items %} {% endfor %} {% endif %} {% if changelog %} {% trans "Changelog" %}:{{ 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 %}