{% extends "base.html" %} {% block title %}{{ chat_name }} — SimpleX Manager{% endblock %} {% block head %} {% endblock %} {% block content %}
← {{ profile.name }} / {{ chat_name }} {{ 'channel' if is_channel else chat_type }}
{{ chat_name }}
{% if is_channel %}
Channel — messages you send here broadcast to all subscribers.
{% endif %}
{% if not running %}
Profile is stopped. Start it to load messages.
{% else %}
Loading messages…
{% endif %}
{% endblock %}