{% import "macros.html" as m %} {% import "icons.html" as i %}
{% if dialog.others %}{% endif %}
{{ header_name }}{{ handle }}
{{ 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" %}
{{ m.content_block(msg, caps, "tw") }}{% if is_run_end(msg) %}{{ m.time_label(msg.timestamp) }}{% endif %}
{{ m.reactions(msg) }} {% endfor %} {% endfor %} {% if typing and dialog.others %}
{{ m.typing_dots() }}
{% endif %}
{{ i.ic('camera') }}{{ i.ic('sticker') }}
Start a new message
{{ i.ic('send') }}