{
 "attach_print": 0,
 "channel": "Email",
 "condition": "doc.date and doc.email and doc.docstatus != 2 and doc.status == 'Scheduled'",
 "creation": "2021-12-05 22:11:47.263933",
 "date_changed": "date",
 "days_in_advance": 1,
 "docstatus": 0,
 "doctype": "Notification",
 "document_type": "Exit Interview",
 "enabled": 1,
 "event": "Days Before",
 "idx": 0,
 "is_standard": 1,
 "message": "<table class=\"panel-header\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n\t<tr height=\"10\"></tr>\n\t<tr>\n\t\t<td width=\"15\"></td>\n\t\t<td>\n\t\t\t<div class=\"text-medium text-muted\">\n\t\t\t\t<span>{{_(\"Exit Interview Scheduled:\")}} {{ doc.name }}</span>\n\t\t\t</div>\n\t\t</td>\n\t\t<td width=\"15\"></td>\n\t</tr>\n\t<tr height=\"10\"></tr>\n</table>\n\n<table class=\"panel-body\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n\t<tr height=\"10\"></tr>\n\t<tr>\n\t\t<td width=\"15\"></td>\n\t\t<td>\n\t\t\t<div>\n\t\t\t\t<ul class=\"list-unstyled\" style=\"line-height: 1.7\">\n\t\t\t\t\t<li>{{_(\"Employee\")}}: <b>{{ doc.employee }} - {{ doc.employee_name }}</b></li>\n\t\t\t\t\t<li>{{_(\"Date\")}}: <b>{{ doc.date }}</b></li>\n\t\t\t\t\t<li> {{_(\"Interviewers\")}}: </li>\n\t\t\t\t\t{% for entry in doc.interviewers %}\n\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t<li>{{ entry.user }}</li>\n\t\t\t\t\t\t</ul>\n\t\t\t\t\t{% endfor %}\n\t\t\t\t\t<li>{{ _(\"Interview Document\") }}: {{ frappe.utils.get_link_to_form(doc.doctype, doc.name) }}</li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</td>\n\t\t<td width=\"15\"></td>\n\t</tr>\n\t<tr height=\"10\"></tr>\n</table>\n",
 "modified": "2021-12-05 22:26:57.096159",
 "modified_by": "Administrator",
 "module": "HR",
 "name": "Exit Interview Scheduled",
 "owner": "Administrator",
 "recipients": [
  {
   "receiver_by_document_field": "email"
  }
 ],
 "send_system_notification": 0,
 "send_to_all_assignees": 1,
 "subject": "Exit Interview Scheduled: {{ doc.name }}"
}