Selected Person

{{ person.name }}

Showing last {{ limit }} messages.

Send: {{ send_state.text }}
{% if not send_state.can_send %} {% endif %}
{% if message_rows %} {% for row in message_rows %}

{{ row.message.text|default:"(no text)" }}

{{ row.ts_label }} {% if row.message.custom_author %} | {{ row.message.custom_author }} {% endif %}

{% endfor %} {% else %}

No messages found for this contact.

{% endif %}