{% import "macros.html" as m %} {% import "icons.html" as i %}
{{ i.ic('chevron-left') }} {% 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" %}
{% if msg.reply_to and msg.content.__class__.__name__ == "Text" %}
{{ m.reply_snippet(msg.reply_to) }}
{{ msg.content.body }}
{% else %} {{ m.content_block(msg, caps, "tw") }} {% endif %} {% 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 message
{{ i.ic('send') }}