{% if threads %} {% for thread in threads %} {% set thread_data = threads_data[thread.id] %} {% endfor %} {% else %} {% endif %}
{{ thread_data['senders_info']|escape }} {{ thread.headline|escape }} {% if thread_data['responses_count'] > 0 %} ({{ thread_data['responses_count'] + 1 }}) {% endif %} {{ thread.last_active_at|timesince }}
{% trans %}there are no messages yet...{% endtrans %}