{% import "macros.html" as m %} {% import "icons.html" as i %}
{% if dialog.others %}{% endif %}
{% for group in groups %} {% for msg in group.messages %} {% set side = "self" if msg.is_self else "other" %} {% set t = msg.content.__class__.__name__ %} {% if t == "System" %} {{ m.content_block(msg, caps, "wa") }} {% else %} {% set gname = is_group and not msg.is_self and is_run_start(msg) %} {{ m.reactions(msg) }} {% endif %} {% endfor %} {% endfor %} {% if typing and dialog.others %} {% endif %}