{% extends 'base.html' %} {% block title %}Delete Tenant Project{% endblock %} {% block content_title %}Delete Tenant Project{% endblock %} {% block content_description %}Are you sure you want to delete this tenant project?{% endblock %} {% block content %}

Warning: You are about to delete the following tenant project:

This action cannot be undone.

{{ form.csrf_token if form }}
Cancel
{% endblock %}