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 %}
Tasks Task Setup AI Workspace {% if ai_workspace_graphs_url and ai_workspace_info_url %} Graphs Info {% endif %} {% if ai_workspace_widget_url %} {% endif %} {% if render_mode == "page" %} Chat Workspace {% endif %}
{% if signal_ingest_warning %}
{{ signal_ingest_warning }}
{% 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 row in availability_slices %} {{ row.state|title }} · {{ row.service|upper }} {% endfor %}
{% if availability_summary %} {{ availability_summary.state_label }} {{ availability_summary.service|upper|default:"-" }} {% if availability_summary.ts_label %} Updated {{ availability_summary.ts_label }} {% endif %} {% if availability_summary.is_cross_service %} Cross-service fallback {% endif %} {% endif %}
{% for msg in serialized_messages %}
{% if msg.gap_fragments %} {% with gap=msg.gap_fragments.0 %}

{{ gap.lag|default:"-" }}

{% endwith %} {% endif %}
{% if msg.reply_to_id %}
{% 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.edit_count %}
Edited {{ msg.edit_count }} time{% if msg.edit_count != 1 %}s{% endif %}
    {% for edit in msg.edit_history %}
  • {% if edit.edited_display %}{{ edit.edited_display }}{% else %}Unknown time{% endif %} {% if edit.actor %} · {{ edit.actor }}{% endif %} {% if edit.source_service %} · {{ edit.source_service|upper }}{% endif %}
    {{ edit.previous_text|default:"(empty)" }} {{ edit.new_text|default:"(empty)" }}
  • {% endfor %}
{% endif %} {% if capability_reactions %}
{% endif %} {% if msg.reactions %}
{% for reaction in msg.reactions %} {{ reaction.emoji }} {% endfor %}
{% endif %}

{{ msg.display_ts }}{% if msg.author %} · {{ msg.author }}{% endif %} {% if msg.is_edited %} edited {% endif %} {% if msg.is_deleted %} deleted {% 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 not capability_send %}

Send disabled: {{ capability_send_reason }}

{% endif %}