{% extends "moneta.html" %}{% load bootstrap3 i18n %} {% block bootstrap3_title %}{% trans 'Delete repository' %}{% endblock %} {% block bootstrap3_content %}

{{ repo }}

{% trans 'Delete repository' %}

{% csrf_token %} {% bootstrap_form form %}
{% endblock %}