{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %} {% trans 'Disciplinary Actions' %} {% if perms.employee.add_disciplinaryaction %} {% if data %} {% trans "Filter" %} {% trans "Disciplinary Action" %} {% trans "Employee" %} {{f.form.employee_id}} {% trans "Action Taken" %} {{f.form.action}} {% trans "Date" %} {{f.form.start_date}} {% trans "Work Information" %} {% trans "Company" %} {{f.form.employee_id__employee_work_info__company_id}} {% trans "Department" %} {{f.form.employee_id__employee_work_info__department_id}} {% trans "Shift" %} {{f.form.employee_id__employee_work_info__shift_id}} {% trans "Reporting Manager" %} {{f.form.employee_id__employee_work_info__reporting_manager_id}} {% trans "Job Position" %} {{f.form.employee_id__employee_work_info__job_position_id}} {% trans "Work Type" %} {{f.form.employee_id__employee_work_info__work_type_id}} {% endif %} {% trans 'Take An Action' %} {% endif %}