{{ "addTask.assigned" | translate }}
@if (showAssignedList) { > } @else { }
@for (user of users; track user; let index = $index) { @for (users of assignedList; track users ) { @if (user.id === users) {
{{ user.initials }}
} } } @if (tooltipUserId) {
@for (user of users; track user) { @if (user.id === tooltipUserId) {

{{ user.firstName }}

{{ user.lastName }}

}}
}