{% extends "base.html" %} {% block content %}
{{ chat_id }} Agent connected
{% if projects and projects|length > 1 %}
{% endif %}
{% include "messages.html" %}
Agent has access to {{ chat_id }} to send
{% endblock %}