>
<% _.each(tills, function(tills) { %>
<%= tills.name %>
{Literal}Starting Cash{/Literal}: {Literal}${/Literal} <%= tills.cash %>
<% if(App.serverInfo.hasAccounting) {%>
{Literal}GL Dept{/Literal}: <%= tills.glDept %>
<%}%>
{Literal}Auto Z:{/Literal} <%= tills.autoZ %>
{Literal}Active{/Literal} <%= tills.tillIsActive %>
<% }); %>
add