{% extends "base.html" %} {% from "components/ui.html" import page_header %} {% block title %}{{ _('Team Chat') }} - {{ app_name }}{% endblock %} {% block content %} {% set breadcrumbs = [ {'text': _('Team Chat')} ] %} {{ page_header( icon_class='fas fa-comments', title_text=_('Team Chat'), subtitle_text=_('Communicate with your team'), breadcrumbs=breadcrumbs ) }}

{{ _('Channels') }}

{% if direct_channels %} {% endif %}

{{ _('Select a channel to start chatting') }}

{% endblock %}