Manual Text Mode

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

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

AI Workspace
{% include "partials/compose-send-status.html" %}
{% for msg in serialized_messages %}
{% if msg.gap_fragments %}
{% for frag in msg.gap_fragments %}

{{ frag.focus }} · {{ frag.lag }} Score {{ frag.score }}

{% if frag.calculation %}

How: {{ frag.calculation }}

{% endif %} {% if frag.psychology %}

Meaning: {{ frag.psychology }}

{% endif %}
{% endfor %}
{% 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 %}

{% if msg.metric_fragments %}
{% for frag in msg.metric_fragments %}

{{ frag.title }} {{ frag.value }}

{% endfor %}
{% endif %}
{% empty %}

No stored messages for this contact yet.

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