{% load static %}

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 %}
{% if signal_ingest_warning %}
{{ signal_ingest_warning }}
{% endif %}
{% include "partials/compose-send-status.html" %}
{% for msg in serialized_messages %}
{% if msg.reply_to_id %}
{% endif %}
{{ msg.source_label }}
{% 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 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 %}

{% empty %}

No stored messages for this contact yet.

{% endfor %}
{% if not capability_send %}

Send disabled: {{ capability_send_reason }}

{% endif %}