{% 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() %}
{{_("Categories")}}
{% raw xsrf_form_html() %}  
{% for category in categories %} {% end %}
{{_("category name")}} {{_("bidirectional")}} {{_("publish into admin channel")}}
{{category['name']}} {% if category.get('bidirectional', False) %} {{_("yes")}} {% else %} {{_("one-way")}} {% end %} {% if category.get('publish_to_admins', False) %} {{_("yes")}} {% end %}
{% raw xsrf_form_html() %}
{% end %}