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

{% trans "Allowances" %}

{% if allowances %}
{% endif %}
{% if allowances %}
{% endif %} {% if perms.payroll.add_allowance %} {% endif %}
{% if allowances %}
{% trans "Taxable" %} {% trans "Non Taxable" %} {% trans "Fixed" %} {% trans "Not Fixed" %}
{% endif %}
{% if allowances %} {% if request.GET.view == 'list' %} {% include 'payroll/allowance/list_allowance.html' %} {% else %} {% include 'payroll/allowance/card_allowance.html' %} {% endif %} {% else %}
Page not found. 404.
{% trans "There are currently no allowances to consider." %}
{% endif %}
{% endblock content %}