{% if conversations %} {% for conv in conversations %}
{{ conv.title }}
{{ conv.message_count }} message{% if conv.message_count != 1 %}s{% endif %} · {{ conv.last_message_at | timeago }}
{{ conv.preview }}
{% endfor %} {% else %}
No previous conversations yet.
Start chatting to create your first conversation.
{% endif %}