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

{% trans "Payslip" %}

{% if perms.payroll.view_payslip and payslips %}
{% endif %} {% if perms.payroll.add_payslip %}
{% endif %} {% if perms.payroll.add_payslip %} {% endif %}
{% if payslips %} {% include "payroll/payslip/payslips_quick_filter.html" %}
{% include 'payroll/payslip/list_payslips.html' %}
{% else %}
Page not found. 404.
{% trans "There are currently no payslips to consider." %}
{% endif %}
{% endblock content %}