mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 16:40:19 +00:00
6 lines
242 B
HTML
6 lines
242 B
HTML
<p>{{ _("Hello") }},</p>
|
|
|
|
<p>You attended training {{ frappe.utils.get_link_to_form(
|
|
"Training Event", doc.training_event) }}</p>
|
|
|
|
<p>{{ _("Please share your feedback to the training by clicking on 'Training Feedback' and then 'New'") }}</p> |