<% if(PermModel.isVisible('datamaintenance.maintain.drawer')) { %>
<%- status %>
<% if(PermModel.isVisible('evo.drawer.drawerhistory')) { %>
Drawer History
<% } %> <% if(PermModel.isVisible('evo.drawer.closedrawer')) { %>
Close Drawer
<% } %> <% if(PermModel.isVisible('evo.drawer.opendrawer')) { %>
Open Drawer
<% } %>
<% if(PermModel.isVisible('evo.register.drawertab_openingcash')) { %>
<%- $.global.format(cashInDrawer, 'c') %>
<% } %> <% if(PermModel.isVisible('evo.register.drawertab_cashtotal')) { %>
<%- $.global.format(cashTotal, 'c') %>
<% } %> <% if(PermModel.isVisible('evo.register.drawertab_checktotal')) { %>
<%- $.global.format(checkTotal, 'c') %>
<% } %>
<% if(PermModel.isVisible('evo.register.drawertab_allowpayin')) { %>
Pay In
<% } %>
<% if(PermModel.isVisible('evo.register.drawertab_allowpayout')) { %>
Pay Out
<% } %>
    <%- $.global.format(cashInDrawer, 'c') %>
    Total: <%= $.global.format(0, 'c') %>
    Difference: <%= $.global.format(totalAmountDifference, 'c') %>
    loading...
    <% } else { %>
    Restricted Area
    Close Drawer Area
    <% } %>