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 %}
AI Workspace {% if ai_workspace_widget_url %} {% endif %} {% if render_mode == "page" %} Chat Workspace {% endif %}
{% include "partials/compose-send-status.html" %}
{% for item in glance_items %} {% if item.url %} {{ item.label }} {{ item.value }} {% else %} {{ item.label }} {{ item.value }} {% endif %} {% endfor %}
{% 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 %}
Attachment
{% endfor %} {% elif msg.image_url %}
Attachment
{% endif %} {% if not msg.hide_text %}

{{ msg.display_text|default:"(no text)" }}

{% else %} {% 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 %}