brotherton-erpnext/erpnext/hr/notification/training_scheduled/training_scheduled.html
2018-06-14 13:18:21 +05:30

10 lines
307 B
HTML

<h3>{{_("Training Event")}}</h3>
<p>{{ doc.introduction }}</p>
<h4>{{_("Details")}}</h4>
{{_("Event Name")}}: {{ frappe.utils.get_link_to_form(doc.doctype, doc.name) }}
<br>{{_("Event Location")}}: {{ doc.location }}
<br>{{_("Start Time")}}: {{ doc.start_time }}
<br>{{_("End Time")}}: {{ doc.end_time }}