@for (note of activity().parsedNote; track note) {
@if (note.__typename == 'CommentTextSegment') { {{ note.text }} }
}