{% extends '../project/settings.html' %} {% block title %}{{_("Centrifuge")}}{% end %} {% block tab_general %}active{% end %} {% block section_active %}general{% end %} {% block section %}

{{_("Edit namespace in project")}} {{ project['name'] }}

{% 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 %}