{{'COURSE_SUMMARY' | translate}}
@for (course of courseList; track course.id) { {{course.name}} } @if (courseList.length == 0) { {{"NO_RECORDS" | translate}} }
@if (courseFilter) {
school
{{ employeeAssignCourseCount.totalCount || 0 }}
{{'TOTAL_EMPLOYEES_ASSIGNED_COURSES' | translate}}
check_circle
{{ employeeAssignCourseCount.coursesCompleteCount || 0 }}
{{'COURSE_COMPLETED_EMPLOYEES' | translate}}
schedule
{{ employeeAssignCourseCount.coursesInProgressCount || 0 }}
{{'COURSE_INPROGRESS_EMPLOYEES' | translate}}
hourglass_empty
{{ employeeAssignCourseCount.coursesPendingCount || 0 }}
{{'COURSE_NOT_STARTED_EMPLOYEES' | translate}}
}
{{'EMPLOYEE_NAME' | translate}} {{employee.employeeName}} {{'ASSIGN_DATE' | translate}} {{employee.assignedDate | utcToLocalTime:'short' }} {{'STATUS' | translate}} {{ course?.status | EmployeeCourseStatus | translate }} {{'COMPLETED_DATE' | translate}} {{employee.completedDate | utcToLocalTime:'short' }} {{ "ALL" | translate }} @for (status of statusList; track $index) { {{ status.value | EmployeeCourseStatus | translate }} }
{{'NO_DATA_FOUND' | translate}}