{% extends 'generic/_base.html' %} {% load form_helpers %} {% load i18n %} {% block title %}{% trans "Archive" %} {{ branch }}{% endblock %} {% block tabs %} {% endblock tabs %} {% block content %} {# Form tab #}
{% csrf_token %}
{% blocktrans %} Are you sure you want to archive the branch {{ branch }}? This will permanently deprovision its database schema, and it will no longer be possible to automatically rever the branch. {% endblocktrans %}
{% render_field form.confirm %}
{% trans "Cancel" %}
{# /Form tab #} {% endblock content %}