{% extends 'superuser/base_superuser.html' %} {% block title %}Manage Topics | ChatLab Console{% endblock %} {% block topics_active %}active{% endblock %} {% block workspace %}

Configured Topics

{% if topics %}
{% for topic in topics %} {% endfor %}
Topic Name Active Chatbots Actions
{{ topic.name }} {{ topic.companies.count }} bots
{% csrf_token %}
{% else %}

No global topics defined yet.

Create a topic on the right side panel to define chat scopes.

{% endif %}

Create New Topic

{% csrf_token %}
Topics are case-sensitive. Use concise names.
{% endblock %}