{% extends "projects/base.html" %} {% load i18n %} {% block title %}{% blocktrans with project.name as name %}Delete {{ name }}?{% endblocktrans %}{% endblock %} {% block content-header %}
{% blocktrans trimmed %} This project has subprojects under it. Deleting this project will make them to become regular projects. This will break the URLs of all its subprojects and they will be served normally as other projects. {% endblocktrans %}
{% endif %}{% trans "You sure?" %} O_o
{% endblock %}