@if (task?.note || remarks.length) {
@if (task?.note;as note) {
{{ note }}
} @if (remarks.length) {
@for (remark of remarks;track remark) { }
}
}