{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Delete Project" %} - PX360{% endblock %} {% block content %}
{% trans "Are you sure you want to delete the project" %}
"{{ project.name }}"
{% trans "Warning" %}
{% blocktrans count counter=project.tasks.count %} This project has {{ counter }} task that will also be deleted. {% plural %} This project has {{ counter }} tasks that will also be deleted. {% endblocktrans %}