{% extends 'index.html' %} {% load i18n %} {% load static %} {% load basefilters %} {% load horillafilters %} {% block content %}
Username
{% if "attendance"|app_installed %} {% if employee.check_online %} {% else %} {% endif %} {% endif %}

{{employee}}

{{employee.job_position_id}}

  • {% trans "Work Email" %}: {{employee.employee_work_info.email}}
  • {% trans "Email" %}: {{employee.email}}
  • {% trans "Work Phone" %}: {{employee.employee_work_info.mobile}}
  • {% trans "Phone" %}: {{employee.phone}}
{% if "attendance"|app_installed %}
{% include 'tabs/penalty_account.html' %}
{% endif %} {% if "payroll"|app_installed %}
{% include 'tabs/payroll-tab.html' %}
{% endif %} {% if "recruitment"|app_installed %}
{% include 'tabs/scheduled_interview.html' %}
{% endif %} {% if "payroll"|app_installed %}
{% include "tabs/bonus_points.html" %}
{% endif %}
{% include "tabs/resignation.html" %}
{% if "payroll"|app_installed %}
{% endif %}
{% if "attendance"|app_installed %}
{% endif %}
{% if "asset"|app_installed %}
{% endif %}
{% if "pms"|app_installed %}
{% endif %} {% if "leave"|app_installed %}
{% include 'tabs/leave-tab.html' %}
{% endif %}
{% include 'tabs/note_tab.html' %}
{% endblock content %}