{% extends "base.html" %} {% block contents %}
{# TRANSLATORS: Name of the project to be deleted #}{% trans %}Name: {{ project_name }}{% endtrans %}
{% trans %}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.{% endtrans %}
{% endblock %}