{% import "macros.html" as m %} {% import "icons.html" as i %}
{{ i.ic('chevron-left') }} {{ header_name }} {{ i.ic('dots-horizontal') }}
{% for group in groups %}
{{ m.date_label(group.date) }}
{% for msg in group.messages %} {% set side = "self" if msg.is_self else "other" %}
{% if not msg.is_self %}{% endif %}
{{ m.content_block(msg, caps, "wc") }}
{% if msg.is_self %}{% endif %}
{{ m.reactions(msg) }} {% endfor %} {% endfor %} {% if typing and dialog.others %}
{{ m.typing_dots() }}
{% endif %}
{{ i.ic('mic') }}
{{ i.ic('smile') }} {{ i.ic('plus') }}