{% load i18n %} {% load avatar_tags %} {% load groups_tags %} {% load user_messages %} {% for thread in threads %} {% random_uuid as input_id %} {% is_unread thread request.user as unread_flag %} {% format_senders thread request.user as senders_repr %} {% endfor %}
{{ senders_repr }} {{ thread.num_messages }} {{ thread.subject }} - {{ thread.latest_message.content|slice:"10" }}... {{ thread.latest_message.sent_at}}
{% csrf_token %}