{% extends "ui/templates/base/layout.html" %} {% block content %}
View your generated monthly payslips.
| Period | Gross | Deductions | Net Pay | Status |
|---|---|---|---|---|
| {{ '%02d' % row.pay_month }}/{{ row.pay_year }} | {{ row.gross_amount }} | {{ row.deduction_amount }} | {{ row.net_amount }} | {{ row.status.title() }} |
| No payslips generated yet. | ||||