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

{{ title }}

{% trans "Delete this archive permanently?" %}

{% trans "Name" %} {% trans "Time" %}
{{ archive.name }} {{ archive.time }}

{% csrf_token %}

{% endblock %}