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 signal_ingest_warning %}
{{ signal_ingest_warning }}
{% endif %}
{% include "partials/compose-send-status.html" %}
{% 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 not capability_send %}

Send disabled: {{ capability_send_reason }}

{% endif %}
{% include "partials/bulma-send-composer.html" with composer_class="compose-composer-capsule" textarea_id=panel_id|add:"-textarea" textarea_class="compose-textarea" textarea_name="text" textarea_rows="1" textarea_placeholder="Type a message. Enter to send, Shift+Enter for newline." button_class="is-link is-light compose-send-btn" button_type="submit" button_disabled=True button_title=capability_send_reason|default_if_none:"" button_label="Send" button_icon_class=manual_icon_class %}