{% include 'page_start.html' %} {% include 'nav_bar.html' %}
{% include 'repo_breadcrumb.html' %} {% include 'repo_nav_bar.html' %}
{% include 'message.html' %} {% import 'macros.html' as macros %} {% call macros.panel(title=_("Character encoding"), class='primary') %}
{% trans %}This value may need to be changed if your files are not displayed with the right characters. This is very common for non-english speaker.{% endtrans %}
{% endcall %} {% call macros.panel(title=_("Delete repository"), class='danger') %}
{% trans %}Removing the repository will permanantly delete all related resources including files, history, status etc.{% endtrans %}
{% trans %}Removed repository cannot be restored!{% endtrans %}
{% endcall %}
{% call macros.modal_dialog('delete-repo-modal', _('Confirmation required'), _('Confirm'), 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 %}

{% endcall %}
{% include 'page_end.html' %}