{% extends 'cm_portal/index.html' %} {% block title %}| HRIS{% endblock %} {% load static %} {% block navbar %} {% include 'cm_portal/nav_hris.html' %} {% endblock %} {% block sidebar %}

{% include 'cm_portal/user.html' %} {% endblock %} {% block page_title %}| HRIS{% endblock %} {% block content %} {% if user.is_authenticated %}

Welcome to the Human Resource Information System, where you can store employees profiles and other recruitment-related information.

Dynamic content

The library has the following record counts:

{% else %}

Please login

{% endif %} {% endblock %}