Manual Text Mode
{% if recent_contacts %}
{% else %}
{% if person %}
{{ person.name }}
{% elif group_name %}
{{ group_name }}
{% else %}
{{ identifier }}
{% endif %}
{% endif %}
{{ service|title }} · {{ identifier }}
{% if platform_options %}
{% endif %}
{% for msg in serialized_messages %}
{% if msg.gap_fragments %}
{% with gap=msg.gap_fragments.0 %}
{{ gap.lag|default:"-" }}
{% endwith %}
{% endif %}
{{ msg.source_label }}
{% if msg.block_gap_display %}
{{ msg.block_gap_display }}
{% endif %}
{% if msg.image_urls %}
{% for image_url in msg.image_urls %}
{% endfor %}
{% elif msg.image_url %}
{% endif %}
{% if not msg.hide_text %}
{{ msg.display_text|default:"(no text)" }}
{% else %}
(no text)
{% endif %}
{% if msg.reactions %}
{% for reaction in msg.reactions %}
{{ reaction.emoji }}
{% endfor %}
{% endif %}
{{ msg.display_ts }}{% if msg.author %} · {{ msg.author }}{% endif %}
{% if msg.read_ts %}
{{ msg.read_delta_display }}
{% elif msg.delivered_ts %}
{{ msg.delivered_delta_display }}
{% endif %}
{% empty %}
No stored messages for this contact yet.
{% endfor %}
{% if person %}{{ person.name }}{% else %}Contact{% endif %} is typing...