{{'MANAGE_COURSE' | translate}}
{{ "COURSE_DETAILS" |translate}}
@if (courseForm.get('title')?.hasError('required') && courseForm.get('title')?.touched) {
{{'TITLE_IS_REQUIRED' | translate}}
}
{{'AUTO_ASSIGN_TO_NEW_EMPLOYEE' | translate}}
@if (courseId) {
{{'SESSIONS' | translate}}
{{'ACTION' | translate}} edit {{'TITLE' | translate}} {{course.title}}
{{'NO_DATA_FOUND' | translate}}
}