Manual Text Mode

{% if person %} {{ person.name }} {% else %} {{ identifier }} {% endif %}

{{ service|title }} · {{ identifier }}

AI Workspace {% if render_mode == "page" %} Open In 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 %}
{% 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 %}

{{ msg.display_ts }}{% if msg.author %} · {{ msg.author }}{% endif %}

{% empty %}

No stored messages for this contact yet.

{% endfor %}
{% if person %} {% endif %}