{% extends "sentry/projects/manage.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Remove Project" %} | {{ block.super }}{% endblock %} {% block main %} {% blocktrans %}WARNING: This operation is permanent and cannot be undone!{% endblocktrans %} {% csrf_token %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %} {% trans "Remove Project" %} {% trans "Cancel" %} {% endblock %}
{% blocktrans %}WARNING: This operation is permanent and cannot be undone!{% endblocktrans %}