{% extends 'index.html' %} {% block content %} {% load i18n %} {% load yes_no %} {% load static %} {% trans "Deductions" %} {% if deductions %} {% endif %} {% if deductions %} {% trans "Filter" %} {% include 'payroll/deduction/filter_deduction.html' %} {% endif %} {% if perms.payroll.add_dedcution %} {% trans "Create" %} {% endif %}