The referral booking with the following details has been cancelled.
Adviser: <%=dto.getToName()%><% if (dto.getFromName()!=null) { %> Booked By: <%=dto.getFromName()%>
<% } %> Date: <%=dto.getDate()%>
Time: <%=dto.getTime()%>
Identification: <%=dto.getId()%>
<% if (dto.getEmail()!=null && dto.getCentreEmail()!=null) { %>
Click here to create a booking email.
This will send to the Adviser and their Advice Centre.
<% } else if (dto.getEmail()!=null) { %>
Click here to create a booking email.
This will only send to the Adviser.
<% } else if (dto.getCentreEmail()!=null) { %>
Click here to create a booking email.
This will only send to the Advice Center.
<% } else { %>
There are no addresses on the system for the Adviser or the Centre, so no email can be generated.
<% } %>