{% import "macros.html" as m %}
{% import "icons.html" as i %}
{{ i.ic('chevron-left') }}
{% if dialog.others %}{% endif %}
{{ header_name }}{{ header_subtitle }}
{{ i.ic('video') }}{{ i.ic('phone') }}
{% for group in groups %}
{{ m.date_label(group.date) }}
{% 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, 'vb') }}
{% else %}
{% if t == 'Text' and caps.supports(msg.content) %}