Employee Attendance

Start Date Finish Date Employee @for (option of employees(); track option) { {{ option.name }} }
@if (infoResource.isLoading()) { } @else if (infoResource.error()) { } @else { Date {{ row.date }} Status @if (form.attendances[i]) { @for (at of attendanceTypes(); track at) { {{ at.name }} } } Prints {{ row.prints }} @if (form.attendances[i] && form.attendances[i].attendanceType !== null) { new_releases } @if (row.hoursWorked.length) { {{ row.hoursWorked }} } }