{% extends "base.html" %} {% block contents %}

Delete project: confirm?

Title: {{ project.name }}

Are you sure you want to delete this project? It currently has {{ documents }} documents and {{ highlights }} highlights in {{ tags }} tags. There is no way to undo.

{{ xsrf_form_html() }}
Go back
{% endblock %}