{% extends 'index.html' %} {% block content %} {% load static %}{% load i18n %}

{% trans "Payslip" %}

{% if perms.payroll.add_payslip %}
{% endif %} {% if perms.payroll.add_payslip %} {% endif %}
Page not found. 404.
{% trans "No payslips have been generated." %}
{% endblock content %}