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

{{ title }}

{% trans "Are you sure that you want to remove this repository?" %}

{{ repository.name }}

{% blocktrans trimmed %} The remote repository will not be deleted. This just removes the repository from the listing on the backup page, you can add it again later on. {% endblocktrans %}

{% csrf_token %}

{% endblock %}