{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block page_head %} {% endblock %} {% block content %}

{{ title }}

{% blocktrans %} Upload a backup file downloaded from another {{ box_name }} to restore its contents. You can choose the apps you wish to restore after uploading a backup file. {% endblocktrans %}

{% if max_filesize %} {% endif %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock %}