{{ message.content }}
@if (message.actions?.length) {
@for (action of message.actions; track action.type + action.listId) {
{{ actionLabel(action) }}
}
}