@[[ ((page*perPage) - perPage) + 1 ]]-@[[ (page*perPage) ]] of @[[employees.length]] Employees
| Name | Pay Run Status | Approval Status | Timesheet Period | Regular Hours | Regular Pay | Overtime Hours | Overtime Pay | Time Off Hours | Time Off Pay | Total Hours | Total Pay | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @[[e.name]] | Draft | Approved Not Submitted Waiting for Approval | @[[daysIncrement(0)]] - @[[daysIncrement(e.period)]] | @[[e.regular_hours]] | @[[formatAmount(e.regular_pay)]] | @[[e.overtime_hours]] | @[[formatAmount(e.overtime_pay)]] | @[[e.timeoff_hours]] | @[[formatAmount(e.timeoff_pay)]] | @[[e.total_hours]] | @[[formatAmount(e.total_pay)]] | |
| Total | @[[summary.regular_hours]] | @[[formatAmount(summary.regular_pay)]] | @[[summary.overtime_hours]] | @[[formatAmount(summary.overtime_pay)]] | @[[summary.timeoff_hours]] | @[[formatAmount(summary.timeoff_pay)]] | @[[summary.total_hours]] | @[[formatAmount(summary.total_pay)]] | 
