{% if message_rows %} {% for msg in message_rows %} {% include "partials/compose-message-row.html" with msg=msg only %} {% endfor %} {% elif show_empty_state %}
{{ empty_message|default:"No stored messages for this contact yet." }}