@if (isDragOver) {
add {{ T.F.NOTE.NOTES_CMP.DROP_TO_ADD | translate }}
} @let notes = workContextService.notes$ | async;
@for (note of notes; track note.id) {
} @if (notes?.length === 0) {
{{ T.F.NOTE.NOTES_CMP.NO_NOTES | translate }}
}