{% extends "base.html" %} {% block title %}Topics - Agent Bus{% endblock %} {% block header_nav %} TOPICS {% endblock %} {% block status_left %} {{ topics|length }} topic{% if topics|length != 1 %}s{% endif %} {% endblock %} {% block content %}
{% if topics %}
Select a topic
Choose a topic from the sidebar to view messages.
Tip: press K to search topics.
{% else %}
No topics yet Topics will appear when agents start communicating
{% endif %}
{% endblock %}