ID диалога | +Участники | +Последнее сообщение | +Дата создания | +Последняя активность | +Действия | +
---|---|---|---|---|---|
{{ shortenId(conversation._id) }} | +
+
+ {{ participant.name }} ({{ participant.email }})
+
+ |
+ + {{ conversation.lastMessage ? truncateText(conversation.lastMessage.text, 30) : 'Нет сообщений' }} + | +{{ formatDate(conversation.createdAt) }} | +{{ formatDate(conversation.updatedAt) }} | ++ + | +
ID | +Имя | +Дата регистрации | +Статус | +Действия | +|
---|---|---|---|---|---|
{{ shortenId(user._id) }} | +{{ user.name }} | +{{ user.email }} | +{{ formatDate(user.createdAt) }} | ++ + {{ user.isActive ? 'Активен' : 'Заблокирован' }} + + | ++ + + | +