@if (loading) {
} @if (!loading && conversations.length === 0) {

{{ 'Nessuna conversazione' | translate }}

} @if (!loading && conversations.length > 0) {
@for (conv of conversations; track conv.conv_id) {
{{ getInitials(conv) }}
{{ getOtherName(conv) }} {{ getTimeAgo(conv.conv_last_message_at) }}
{{ getPreview(conv) }} @if (conv.unread_count && conv.unread_count > 0) { {{ conv.unread_count }} }
}
}
{{ user.usr_lastname }} {{ user.usr_firstname }} {{ user.usr_lastname }} {{ user.usr_firstname }}