{% import "macros.html" as m %} {% import "icons.html" as i %}
{{ i.ic('chevron-left') }} {% if dialog.others %}{% endif %} {{ header_name }} {{ i.ic('phone') }}{{ i.ic('video') }}
{% for group in groups %} {% for msg in group.messages %} {% set who = "me" if msg.is_self else "them" %} {% set t = msg.content.__class__.__name__ %}
{% if is_run_start(msg) %}
{{ "ME" if msg.is_self else msg.sender.name|upper }}
{% endif %} {% if t == 'Text' %}
{{ msg.content.body }}
{% elif t in ('Image','GIF','Sticker') %}{% set src = media_src(msg) %}{% if src %}{% else %}
{% endif %} {% else %}
{{ m.fallback_text(msg.content) }}
{% endif %}
{% if is_last_self(msg) %}
{{ "Opened" if last_self_read else "Delivered" }}
{% endif %} {% endfor %} {% endfor %}
{{ i.ic('camera') }}
Send a chat
{{ i.ic('smile') }}