{% extends 'index.html' %} {% block content %} {% load i18n %} {% load yes_no %} {% load static %} {% trans "Allowances" %} {% if allowances %} {% endif %} {% if allowances %} {% trans "Filter" %} {% include 'payroll/allowance/filter_allowance.html' %} {% endif %} {% if perms.payroll.add_allowance %} {% trans "Create" %} {% endif %}