{% extends "base.html" %} {% block title %}{% trans "page title" %}Delete project{% endtrans %} | Taguette{% endblock %} {% block contents %}
{% trans "project delete page" %}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 %}