{% import "macros.html" as m %} {% import "icons.html" as i %}
{{ i.ic('chevron-left') }} {% if dialog.others %}{% endif %}
{{ header_name }} {{ header_subtitle }}
{{ 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 msg.reply_to and msg.content.__class__.__name__ == "Text" %}
{{ m.reply_snippet(msg.reply_to) }}
{{ msg.content.body }}
{% else %} {{ m.content_block(msg, caps, "msgr") }} {% endif %}
{{ m.reactions(msg) }} {% endfor %} {% endfor %} {% if typing and dialog.others %}
{{ m.typing_dots() }}
{% endif %}
{{ i.ic('plus') }} {{ i.ic('camera') }} {{ i.ic('mic') }}
Aa
{{ i.ic('smile') }}