Hi <%= @patient.name="" %="">%=>,
<% if="" @action="=" 'added'="" %="">
You've been added to a waitlist to see <%= @provider.name="" %=""> between <%= @waitlist.start_time.strftime('%b="" %d="" at="" %I:%M="" %p')="" %=""> and <%= @waitlist.end_time.strftime('%b="" %d="" at="" %I:%M="" %p')="" %="">.
%=>%=>%=>
We'll send you a notification as soon as a slot opens up during that time.
<% elsif="" @action="=" 'removed'="" %="">
You've been removed from the waitlist to see <%= @provider.name="" %=""> between <%= @waitlist.start_time.strftime('%b="" %d="" at="" %I:%M="" %p')="" %=""> and <%= @waitlist.end_time.strftime('%b="" %d="" at="" %I:%M="" %p')="" %="">.
%=>%=>%=>
<% end="" %="">
%>%>%> |