[minor] Link to Employee Separation template and Onbording template added in HR Module Page (#14748)

* [minor] Link to Employee Separation template and Onbording template added in HR Module Page

* [minor] Employee templated added in Employee Life Cycle Section
diff --git a/erpnext/config/hr.py b/erpnext/config/hr.py
index 647090f..b87f4bc 100644
--- a/erpnext/config/hr.py
+++ b/erpnext/config/hr.py
@@ -211,11 +211,19 @@
 				},
 				{
 					"type": "doctype",
-					"name": "Employee Separation"
+					"name": "Employee Separation",
 				},
 				{
 					"type": "doctype",
 					"name": "Employee Onboarding"
+				},
+				{
+					"type": "doctype",
+					"name": "Employee Separation Template",
+				},
+				{
+					"type": "doctype",
+					"name": "Employee Onboarding Template"
 				}
 			]
 		},