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

{% trans "Deductions" %}

{% if deductions %}
{% endif %}
{% if deductions %}
{% endif %} {% if perms.payroll.add_dedcution %} {% endif %}
{% if deductions %}
{% trans "Pretax" %} {% trans "Fixed" %} {% trans "Not Fixed" %}
{% endif %}
{% if deductions %} {% if request.GET.view == "list" %} {% include 'payroll/deduction/list_deduction.html' %} {% else %} {% include 'payroll/deduction/card_deduction.html' %} {% endif %} {% else %}
Page not found. 404.
{% trans "There are currently no deductions to consider." %}
{% endif %}
{% endblock content %}