@if (users$ | async; as users) { @if (users.length > 0) {
@if (!entry.row.obj.pictureId) {
{{getInitialUserName(entry.row.obj.firstName, entry.row.obj.lastName)}}
}
@if (entry.row.obj.pictureId) { }
{{ getDisplayUser(entry.row.obj.firstName, entry.row.obj.lastName, ' ') }}
} }