{% blocktrans trimmed with project=project.name %} Are you sure you want to delete the project {{ project }}? This action cannot be undone. {% endblocktrans %}
{% if project.domains.exists %} {% endif %}{% extends "projects/project_edit_base.html" %} {% load trans blocktrans from i18n %} {% load crispy from crispy_forms_tags %} {% block title %} {% trans "Edit Project" %} {% endblock title %} {% block project_edit_content_header %} {% trans "Settings" %} {% endblock project_edit_content_header %} {% block project_edit_active %} active {% endblock project_edit_active %} {% block project_edit_content %}
{% blocktrans trimmed %} Removing this project will also remove the project configuration and all hosted documentation. Be careful, this cannot be undone! {% endblocktrans %}
{% trans "Delete project" %}{% blocktrans trimmed with project=project.name %} Are you sure you want to delete the project {{ project }}? This action cannot be undone. {% endblocktrans %}
{% if project.domains.exists %} {% endif %}