{% extends "sentry/projects/manage.html" %} {% load i18n %} {% block title %}{% trans "Remove Project" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • /
  • {% trans "Remove Project" %}
  • {% endblock %} {% block main %}
    {% csrf_token %} {% if form.non_field_errors %}

    {% trans "There were errors saving your changes:" %}

      {% for error in form.non_field_errors %}
    • {{ error }}
    • {% endfor %}
    {% endif %} {% for field in form %} {% include "sentry/partial/_form_field.html" %} {% endfor %}
    {% trans "Cancel" %}
    {% endblock %}