{% extends "repomaker/base_modal.html" %} {% load i18n %} {% block title %}{% trans 'Delete Repo' %}{% endblock %} {% block rm-content %}
{% blocktrans with repo=object trimmed %} Are you sure you want to delete the repo {{ repo }}? {% endblocktrans %}
{% blocktrans trimmed %} This will also delete all apps and other files from your repo. You will not be able to get them back, users of your repo will not be able to use it anymore and not receive updates for the apps they received from you. There is no way to recover this repo! {% endblocktrans %}
{% blocktrans trimmed %} Please only proceed if you know what you are doing! {% endblocktrans %}