{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block page %}
{% blocktrans trimmed %} You are about to permanently delete the project {{ object }}. {% endblocktrans %} {% if object.get_children %} {% if object.parent %} {% blocktrans with parent=object.parent trimmed %} Descendant projects will be moved to the project {{ parent }}. {% endblocktrans %} {% else %} {% trans 'Descendant projects will be preserved.' %} {% endif %} {% endif %}
{% trans 'This action cannot be undone!' %}
{% bootstrap_delete_form submit=_('Delete project') %} {% endblock %}