23 lines
703 B
Plaintext
23 lines
703 B
Plaintext
User Onboarding Completed
|
|
==========================
|
|
|
|
A new user has successfully completed the onboarding process and is now active in the PX360 system.
|
|
|
|
USER DETAILS
|
|
------------
|
|
Name: {{ user.get_full_name|default:"Not provided" }}
|
|
Email: {{ user.email }}
|
|
Username: {{ user.username }}
|
|
Employee ID: {{ user.employee_id|default:"Not provided" }}
|
|
Hospital: {{ user.hospital.name|default:"Not assigned" }}
|
|
Department: {{ user.department.name|default:"Not assigned" }}
|
|
Completed At: {{ user.acknowledgement_completed_at|date:"F j, Y, g:i a" }}
|
|
|
|
View user details: {{ user_detail_url }}
|
|
|
|
---
|
|
|
|
This is an automated notification from PX360.
|
|
|
|
© PX360 - Patient Experience Platform
|