Your Chats
{% if conversations %}
{% for c in conversations %}
Booking #{{ c.booking_id }}
Tutor: {{ c.tutor.get_full_name|default:c.tutor.username }} • {{ c.last_message.text|default:"No messages yet" }}
Open
{% endfor %}
{% else %}
No chats yet. Once a tutor is assigned to a booking, you can chat here.
{% endif %}