{% import "macros.html" as m %} {% import "icons.html" as i %}
{{ i.ic('chevron-left') }} {{ header_name }} {{ i.ic('phone') }}{{ i.ic('video') }}
{% 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 %} {% if is_run_start(msg) %}{% else %}{% endif %} {% endif %}
{% if not msg.is_self and is_run_start(msg) %}
{{ msg.sender.name }}
{% endif %}
{% if msg.is_self %}{% if is_last_self(msg) and last_self_read %}Read{% endif %}{{ m.time_24(msg.timestamp) }}{% endif %}
{{ m.content_block(msg, caps, "line") }}
{% if not msg.is_self %}{{ m.time_24(msg.timestamp) }}{% endif %}
{{ m.reactions(msg) }} {% endfor %} {% endfor %} {% if typing and dialog.others %}
{{ m.typing_dots() }}
{% endif %}
{{ i.ic('plus') }} {{ i.ic('camera') }}
Aa
{{ i.ic('smile') }}