{% import "macros.html" as m %} {% import "icons.html" as i %}
{{ i.ic('chevron-left') }}
{% if dialog.others %}{% endif %} {{ header_name }}
{{ i.ic('dots-vertical') }}
{% if show_expiry %}
⏳ {{ expiry_label }}
{% endif %}
{% 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, "bmb") }}
{{ m.reactions(msg) }} {% endfor %} {% endfor %}
Send a message…
{{ i.ic('arrow-up') }}