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

{% blocktrans trimmed %} Delete content package {{ name }} {% endblocktrans %}

{% blocktrans trimmed %} Delete this package permanently? You may add it back later if you have a copy of the ZIM file. {% endblocktrans %}

{% csrf_token %}
{% endblock %}