{% extends "cm_portal/hris_index.html" %} {% block title %}| List of Employees{% endblock %} {% block page_title %}| List of Employees{% endblock %} {% load static %} {% block search_form %} {% endblock %} {% block sidebar %}

{% if user.is_authenticated %} {% include 'cm_portal/user.html' %} {% endif %} {% endblock %} {% block content %}
{% if employee_list %} {% else %}

There are no employees in the portal.

{% endif %}
{% if is_paginated %} {% include 'cm_portal/pagination.html' %} {% endif %} {% if perms.cm_portal.add_employee %} Add an employee {% else %} Add an employee {% endif %}
{% endblock %}