{% import 'macros.html' as macros %} {% call macros.panel(title=_("Delete repository"), class='danger') %}
{% trans %}You are going to remove {{ repo_name }}. Removed repository CANNOT be restored! Are you ABSOLUTELY sure?{% endtrans %}
{% trans %}This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention.{% endtrans %} {% trans %}Please type {{ repo_name }} to proceed or close this modal to cancel{% endtrans %}