Request Details
<% if (createdDate != '') { %>
-
Submitted Date
<% var created = moment(new Date(createdDate)) %>
<%- created.format("dddd MMMM DD, YYYY") %>
<% } %>
<% if (status != '') { %>
- Status <%- status %>
<% } %>
<% if(isBooked()){ %>
- Booked Appointment Date <%- getBookedApptDateTime() %>
<% } %>
- Facility <%- facility.name %>
- Type of Care <%- appointmentType %>
- Phone <%- phoneNumber %>
- Best Times for VA to Call<% _.each(bestTimetoCall, function(i) { %><%- i %>
<% }); %>