Dear {{ student.user.firstName }},
{{#if reschedule}}You have successfully changed your reservation for your upcoming test. Details of your new reservation are below:
{{else}}You have successfully made a reservation for your upcoming test. Details of your reservation are below:
{{/if}}| Test: | {{ testSlot.test.name }} |
| Student: | {{ student.user.firstName }} {{ student.user.lastName }} ({{ student.user.username }}) |
| Duration: | {{ testSlot.test.duration }} minutes |
| Test Date: | {{date testSlot.date 'M/D/YY h:mm A z' student.user.client.timezone }} |
| Instructions: | {{ testSlot.test.description }} |