{% extends 'cm_portal/index.html' %} {% block title %}| HRIS{% endblock %} {% load static %} {% block navbar %} {% include 'includes/nav_hris.html' %} {% endblock %} {% block sidebar %} {% if user.is_authenticated %} {% include 'includes/user.html' %} {% endif %} {% include 'includes/hris_sidebar.html' %} {% endblock %} {% block page_title %}| HRIS{% endblock %} {% block content %} {% if user.is_authenticated %}
The library has the following record counts:
Please login
{% endif %} {% endblock %}