{% extends '../project/detail.html' %} {% block title %}{{_("Centrifuge")}}{% end %} {% block tab_namespaces %}active{% end %} {% block section_active %}namespaces{% end %} {% block section %}

{{_("Edit namespace")}}

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

{{_("Danger zone")}}

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