{% extends 'settings.html' %} {% block tab_general %}active{% end %} {% block section_active %}general{% end %} {% block section %}
{{_("Client credentials")}}
{{_("Project Id")}} {{project['_id']}}
{{_("Secret Key")}} {{project['secret_key']}}
{% raw xsrf_form_html() %}
{{_("Namespaces")}}
{{_("Create new namespace")}}

{% for namespace in namespaces %} {% end %}

{{namespace['name']}}

{{_("Edit")}}
{% end %}