{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% trans "Contracts" %} {% trans "Filter" %} {% include 'payroll/contract/filter_contract.html' %} {% trans "Group By" %} {% trans "Group By" %} {% trans "Field" %} {% for field in gp_fields %} {% trans field.1 %} {% endfor %} {% if perms.payroll.add_contract or perms.payroll.change_contract or perms.payroll.delete_contract %} {% trans "Actions" %} {% if perms.payroll.add_contract %} {% trans "Export" %} {% endif %} {% if perms.payroll.change_contract %} {% trans "Bulk Status Update" %} ------ {% trans "Draft" %} {% trans "Active" %} {% trans "Expired" %} {% trans "Terminated" %} {% endif %} {% if perms.payroll.delete_contract %} {% trans "Delete" %} {% endif %} {% endif %} {% if perms.payroll.add_contract %} {% trans "Create" %} {% endif %} {% trans "Selected Employees" %} {% trans "Terminated" %} {% trans "Expired" %} {% trans "Draft" %} {% trans "Active" %} {% trans "Select All Contracts" %} {% trans "Unselect All Contracts" %} {% trans "Export Contracts" %} {% include 'payroll/contract/contract_list.html' %} {% endblock content %}