Back to Dashboard

Messages

{% if conversations %} {% for conversation in conversations %}
Conversation with {{ conversation.participants[0].username if conversation.participants[0].id != session['user_id'] else conversation.participants[1].username if conversation.participants|length > 1 else 'themselves' }}
{% endfor %} {% else %}

No conversations yet!

{% endif %}

Start a New Conversation