jobProfileRepository ->getList() ; return $this->render('admin/system/job_profile/index.html.twig', [ 'jobProfiles' => $jobProfiles, ]); } }