{% load i18n %}
{% blocktrans %}There are some messages you haven't noticed yet.{% endblocktrans %}
{{ conversation.get_last_message.user }} |
{{ conversation.get_last_message.date|date:"SHORT_DATETIME_FORMAT" }}
{{ conversation.get_last_message.text|truncatewords:10|linebreaks }} |