Template HTML
<div><candidates>
[candidate content here e.g. ${candidate.name}]
</candidates></div><div><candidateemail></candidateemail></div><div><candidates>
<table>
<tbody>
<tr>
<td>
${candidate.appointment.dateBegin.formatDate("dd/MM/yyyy' at 'h:mm a")}
</td>
</tr>
</tbody>
</table>
</candidates></div>Last updated
Was this helpful?