<%= date.employeeName %>
<% if(date.in != ""){%>
{Literal}Clock In:{/Literal} <%= toTimeString(date.in) %>
<%} else {%>
{Literal}Clock In:{/Literal} --------
<%}%>
<% if(date.out != ""){%>
{Literal}Clock Out:{/Literal} <%= toTimeString(date.out) %>
<%} else {%>
{Literal}Clock Out:{/Literal} --------
<%}%>
{Literal}Total:{/Literal} --------