{% extends "repomaker/base_modal.html" %} {% load i18n %} {% block title %}{% trans 'Delete Storage' %}{% endblock %} {% block rm-content %}

{% blocktrans with repo=object trimmed %} Are you sure you want to remove the storage at {{ object }} from your repo? {% endblocktrans %}

{% blocktrans trimmed %} This will not remove the content from that storage but will stop to publish future versions of your repo to it. {% endblocktrans %}

{% csrf_token %}
{% endblock rm-content %}