<% extends settings.template.default %> <% block title %>Payroll Records | <{super()}><% endblock %> <% block body %>

Payroll Records

<% for row in records %> <% if loop.first %> <% endif %> <% if loop.last %>
Employee Manger Date Gross
<{row['empname']}> <{row['manager']}> <{row['date']}> $<{row['gross']}>
<% endif %> <% else %>

You do not have the correct permissions to view payroll!

<% endfor %> <% endblock body%>