{{ m.sender_name }}
{% endif %}
{% if m.link_preview %}
{{ m.link_preview.domain }}
{{ m.link_preview.url }}
{% for a in shown %}
{% endfor %}
{% endif %}
{# --- Non-gallery attachments: pending images, video, audio, files --- #}
{% if other_atts %}
{% endif %}
{% endif %}
{% if m.text and not m.link_preview %}{{ m.text }}
{{ m.ts }}
{% if m.from_me and m.status and m.status != 'delivered' %}
{% if m.status == 'failed' %}
{{ m.label }}
{% elif m.status == 'sent' %}
sent
{% else %}
{{ m.label }}
{% endif %}
{% endif %}