Manual Text Mode
{% if recent_contacts %}
{% else %}
{% if person %}
{{ person.name }}
{% elif group_name %}
{{ group_name }}
{% else %}
{{ identifier }}
{% endif %}
{% endif %}
{% if platform_options %}
{% endif %}
{{ service|title }} ยท {{ identifier }}
{% if behavioral_graphs_page_url %}
{% include "partials/behavioral-graph-launcher.html" with button_label="Graphs" show_widget_actions=behavioral_show_widget_actions default_widget_url=behavioral_graphs_widget_url default_page_url=behavioral_graphs_page_url graph_groups=behavioral_graph_groups %}
{% endif %}
{% if signal_ingest_warning %}
Scroll up to load older messages.
{% include "partials/compose-message-rows.html" with message_rows=serialized_messages show_empty_state=True empty_message="No stored messages for this contact yet." %}
{% if person %}{{ person.name }}{% else %}Contact{% endif %} is typing...