{% extends "base.html" %} {% block title %}{% trans "page title" %}Delete project{% endtrans %} | Taguette{% endblock %} {% block contents %}

{% trans "title" %}Delete project: confirm?{% endtrans %}

{% set project_name %}{{ project.name }}{% endset %}

{% 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 %}

{{ xsrf_form_html() }}
{% trans "cancel button" %}Go back{% endtrans %}
{% endblock %}