<%- include('header.ejs') %>

<%= title %>

You have booked Biz Clinic session via Cityneon Meta Ex platform. Please see details below;
Biz Clinic <%= seminar.topic %>
Consultant <%= seminar.speaker.name %> (<%= seminar.speaker.position %>)
<%= seminar.speaker.company %>
Visitor <%= seminar.visitor.name %> (<%= seminar.visitor.position %>)
<%= seminar.visitor.company %>
Start <%= seminar.start %>
End <%= seminar.end %>
Please stand by 15 minutes before your Biz Clinic session. Feel free to contact <%= metadata.supportemail %> for further inquiries.

คุณมีลงทะเบียนเพื่อเข้าร่วม Biz Clinic ใหม่ ผ่านแพลตฟอร์ม Cityneon Meta Ex โปรดดูรายละเอียดด้านล่าง:
Biz Clinic <%= seminar.topic %>
ผู้ให้คำปรึกษา <%= seminar.speaker.name %> (<%= seminar.speaker.position %>)
<%= seminar.speaker.company %>
ผู้ลงทะเบียน <%= seminar.visitor.name %> (<%= seminar.visitor.position %>)
<%= seminar.visitor.company %>
เวลาเริ่มต้น <%= seminar.start %>
เวลาสิ้นสุด <%= seminar.end %>
กรุณาเตรียมตัวก่อนเวลานัดหมาย 15 นาที สำหรับการเข้าร่วม Biz Clinic สามารถสอบถามข้อมูลเพิ่มเติมได้ที่ <%= metadata.supportemail %>
<%- include('footer.ejs') %>