{% 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 content %}
{% if table.data|length > 0 %} {% load django_tables2 %} {% render_table table %} {% else %}

The are no employees in the portal.

{% endif %}
{% if perms.cm_portal.add_employee %} Add an employee {% else %} Add an employee {% endif %}
{% endblock %}