{% import "macros.html" as m %} {% import "icons.html" as i %}
{% if dialog.others %}{% endif %}
{{ header_name }}{{ header_subtitle }}
{{ i.ic('phone') }}{{ i.ic('video') }}{{ 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, "ig") }}
{{ m.reactions(msg) }} {% if is_last_self(msg) and last_self_read %}
Seen
{% endif %} {% endfor %} {% endfor %} {% if typing and dialog.others %}
{{ m.typing_dots() }}
{% endif %}
{{ i.ic('camera') }}
Message...{{ i.ic('mic') }}{{ i.ic('sticker') }}