{% extends "ui/templates/base/layout.html" %} {% block content %}
{% include "ui/templates/components/staff_navigation_v2.html" %}

My Workspace

Employee Portal

Punch attendance, view priority work, track HR details, documents, payslips and alerts from one staff workspace.

{% if employee %} Punch / Attendance Open Work Board {% else %} Request Employee Linkage {% endif %}
{% set main_tabs = [ ('overview','Overview'), ('work','Work'), ('attendance','Attendance'), ('hr','HR & Profile'), ('reports','Reports') ] %}
Employee Workspace
{% for code, label in main_tabs %} {% endfor %}
{% include "modules/employees/templates/employees/portal_partials/overview.html" %}
{% endblock %}