{% extends 'detail.html' %} {% block title %}{{_("Project settings")}}{% end %} {% block tab_settings %}active{% end %} {% block section_active %}settings{% end %} {% block section %}

{{_("Settings")}}

{% include '../form.html' %}

{{_("Danger zone")}}

{{_("Remove Project. This action will also remove all data related to this project.")}}
{% raw xsrf_form_html() %}
{% end %}