@if (note) {
@if (note.imgUrl) { } @if (!note.imgUrl) {
@if (note.isLock) {
} @else {
}
}
@if (note.projectId) { } @if (projectTag$ | async; as projectTag) { }
} @if (!note.imgUrl) { } @for ( project of moveToProjectList$ | async; track trackByProjectId($index, project) ) { }