- {% if "attendance"|app_installed %}
- {% if not 'offline_employees' in charts %}
- {% if perms.employee.view_employee or request.user|is_reportingmanager %}
-
- {% 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 %}
-
- {% 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 %}
- {% if 'employees_chart'|feature_is_accessible:request or perms.employee.view_employee or request.user|is_reportingmanager %}
-
- {% endif %}
- {% endif %}
- {% if not 'department_chart' in charts %}
- {% if 'department_chart'|feature_is_accessible:request or perms.employee.view_employee or request.user|is_reportingmanager %}
-
- {% endif %}
- {% endif %}
- {% if not 'gender_chart' in charts %}
- {% if 'gender_chart'|feature_is_accessible:request or perms.employee.view_employee or request.user|is_reportingmanager %}
-
- {% endif %}
- {% endif %}
- {% if not 'objective_status' in charts and "pms"|app_installed %}
-
- {% 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 %}
-
-
-
-
- {% include "request_and_approve/shift_request.html" %}
-
-
-
- {% endif %}
- {% endif %}
- {% if not 'work_type_request_approve' in charts %}
- {% if perms.base.change_worktyperequest or request.user|is_reportingmanager %}
-
-
-
-
- {% include "request_and_approve/work_type_request.html" %}
-
-
-
- {% endif %}
- {% endif %}
- {% if "attendance"|app_installed and not 'overtime_approve' in charts %}
- {% if perms.attendance.change_attendance or request.user|is_reportingmanager %}
-
-
- {% include "request_and_approve/overtime_approve.html" %}
-
-
- {% endif %}
- {% endif %}
- {% if "attendance"|app_installed %}
- {% if not 'attendance_validate' in charts %}
- {% if perms.attendance.change_attendance or request.user|is_reportingmanager %}
-
-
- {% include "request_and_approve/attendance_validate.html" %}
-
-
- {% 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 %}
-
-
-
-
- {% include "request_and_approve/leave_request_approve.html" %}
-
-
-
- {% endif %}
- {% endif %}
- {% if "pms"|app_installed and not 'feedback_answer' in charts %}
-
-
-
-
- {% include "request_and_approve/feedback_answer.html" %}
-
-
-
- {% endif %}
- {% if "asset"|app_installed and not 'asset_request_approve' in charts %}
- {% if perms.asset.change_assetrequest or request.user|is_reportingmanager %}
-
-
-
-
- {% include "request_and_approve/asset_requests_approve.html" %}
-
-
-
- {% endif %}
- {% endif %}
+ {% include "dashboard_tile_container.html" %}