{% if messages %} {% for message in messages %}
{{ message.first_user.photo_link }}
{{ message.thread_name }}
{% endfor %} {% else %}
{{ _p('No conversations') }}
{% endif %}