{% if perms.employee.view_employee %}
{% if "recruitment"|app_installed %}
{% endif %}
{% endif %}
{% if "attendance"|app_installed %}
{% if not 'offline_employees' in charts %}
{% if perms.employee.view_employee or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if "recruitment"|app_installed and perms.recruitment.view_candidate or request.user|is_stagemanager %}
{% if not 'hired_candidates' in charts %}
{% endif %}
{% if "onboarding"|app_installed and not 'onboarding_candidates' in charts %}
{% endif %}
{% endif %}
{% if "recruitment"|app_installed and not 'recruitment_analytics' in charts %}
{% if request.user|is_stagemanager or perms.recruitment.view_recruitment %}
{% endif %}
{% endif %}
{% if "attendance"|app_installed and not 'attendance_analytic' in charts %}
{% if request.user|is_reportingmanager or perms.attendance.view_attendance %}
{% endif %}
{% endif %}
{% if "attendance"|app_installed and not 'hours_chart' in charts %}
{% if request.user|is_reportingmanager or perms.attendance.view_attendance %}
{% endif %}
{% endif %}
{% if not 'employees_chart' in charts %}
{% endif %}
{% if not 'department_chart' in charts %}
{% endif %}
{% if not 'gender_chart' in charts %}
{% endif %}
{% if "pms"|app_installed and not 'objective_status' in charts %}
{% if perms.pms.view_employeeobjective or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if "pms"|app_installed and not 'key_result_status' in charts %}
{% if perms.pms.view_employeekeyresult or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if "pms"|app_installed and not 'feedback_status' in charts %}
{% if perms.pms.view_feedback or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if not 'shift_request_approve' in charts %}
{% if perms.base.change_shiftrequest or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if not 'work_type_request_approve' in charts %}
{% if perms.base.change_worktyperequest or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if "attendance"|app_installed and not 'overtime_approve' in charts %}
{% if perms.attendance.change_attendance or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if "attendance"|app_installed %}
{% if not 'attendance_validate' in charts %}
{% if perms.attendance.change_attendance or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% endif %}
{% if "leave"|app_installed and not 'leave_request_approve' in charts %}
{% if perms.leave.change_leaverequest or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if "leave"|app_installed and not 'leave_allocation_approve' in charts %}
{% if perms.leave.change_leaveallocationrequest or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% if "pms"|app_installed and not 'feedback_answer' in charts %}
{% endif %}
{% if "asset"|app_installed and not 'asset_request_approve' in charts %}
{% if perms.asset.change_assetrequest or request.user|is_reportingmanager %}
{% endif %}
{% endif %}
{% include "dashboard/not_in_yet.html" %}
{% endif %}
{% endif %}
{% if not 'online_employees' in charts %}
{% if perms.employee.view_employee or request.user|is_reportingmanager %}
{% include "dashboard/not_out_yet.html" %}
{% endif %}
{% endif %}
{% endif %}
{% if "leave"|app_installed and not 'overall_leave_chart' in charts %}
{% if perms.leave.view_leaverequest %}
{% trans "Overall Leave" %}
{% trans "Hired Candidates" %}
{% trans "Candidates Started Onboarding" %}
{% trans "Recruitment Analytics" %}
{% trans "Attendance Analytics" %}
{% trans "Hours Chart" %}
{% trans "Employees Chart" %}
{% trans "Department Chart" %}
{% trans "Gender Chart" %}
{% trans "Objective Status" %}
{% trans "Key Result Status" %}
{% trans "Feedback Status" %}
{% trans "Shift Requests To Approve" %}
{% include "request_and_approve/shift_request.html" %}
{% trans "Work Type Requests To Approve" %}
{% include "request_and_approve/work_type_request.html" %}
{% include "request_and_approve/overtime_approve.html" %}
{% include "request_and_approve/attendance_validate.html" %}
{% trans "Leave Requests To Approve" %}
{% trans "Leave Allocation Request To Approve" %}
{% include "request_and_approve/leave_request_approve.html" %}
{% trans "Feedback To Answers" %}
{% include "request_and_approve/feedback_answer.html" %}
{% trans "Asset Requests To Approve" %}
{% include "request_and_approve/asset_requests_approve.html" %}
{% trans "Announcements" %}
{% if perms.base.add_announcement %}
{% endif %}
{% if not announcement %}
{% else %}
{% for i in announcement %}
{% endfor %}
{% endif %}
{% trans "No Announcements to show." %}
{% trans "On Leave" %}
{% trans "Employee Work Information" %}
{% if request.user.employee_get.employee_user_id.is_superuser or request.user|is_reportingmanager %}