{% import "macros.html" as m %} {% import "icons.html" as i %}
{{ i.ic('chevron-left') }} {% if dialog.others %}{% endif %} {{ header_name }} {{ i.ic('shield') }}
{% if show_match_banner %}
{% if dialog.others %}{% endif %}
You matched with {{ header_name }}{% if matched_at %} on {{ m.date_label(matched_at) }}{% endif %}
{% 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, "tin") }}
{{ m.reactions(msg) }} {% endfor %} {% endfor %}
Type a message
Send