{% extends '../base.html' %} {% block title %}{{_("Centrifuge")}}{% end %} {% block content %} {{_("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 %}