@if (!field.props?.hideNoneOption) { {{ field.props?.nullLabel || T.G.NONE | translate }} } @for (opt of projectService.list$ | async; track trackById($index, opt)) { {{ opt.title }} }