{# Message bubble loop. Shared by _conversation.html (initial render) and
_history_page.html (load-older paging). Expects `msgs` (list, oldest-first)
and `is_group` (bool). #}
{% for m in msgs %}
{% if is_group and not m.from_me and m.sender_name %}
{{ m.sender_name }}
{% endif %}
{% for a in m.attachments %}
{% if not a.ready %}