{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block content %}
{% trans "Roll back the system to this snapshot?" %}
{% blocktrans trimmed %} A new snapshot with the current state of the file system will be automatically created. You will be able to undo a rollback by reverting to the newly created snapshot. {% endblocktrans %}
{% trans "Number" %} | {% trans "Date" %} | {% trans "Description" %} |
---|---|---|
{{ snapshot.number }} | {{ snapshot.date }} | {{ snapshot.description }} |
{% endblock %}