@if (!isDeleted(msg)) {
{{ getSenderLabel(msg) }}
}
@if (isDeleted(msg)) {
Questo messaggio è stato eliminato
} @else {
@if (msg.attachments?.length) {
@for (att of msg.attachments; track att) {
@if (isImage(att) && att._objectUrl) {
![]()
}
@if (!isImage(att)) {
{{ att.att_filename }}
}
}
}
@if (msg.msg_text) {
{{ msg.msg_text }}
}
}
{{ formatTime(msg.msg_created_at) }}
@if (isEdited(msg)) {
modificato
}