{% load i18n messages_tags %}

{{title}}

{% inbox_unread_count group_object=group_object as unread_count %} {% trans 'Received' %} {% if unread_count %} ({{unread_count}}) {% endif %}
{% if is_comunication_responsible %} {% trans 'New' context 'message' %} {% endif %}