{% extends "cm_portal/hris_index.html" %} {% block title %}| List of Employment Statuses{% endblock %} {% block page_title %}| List of Employment Statuses{% endblock %} {% block content %}
{% if employmentstatus_list %}
{% for employmentstatus in employmentstatus_list %} {% include 'includes/employmentstatus_list_item.html' %} {% endfor %}
{% else %}

There are no employment statuses in the portal.

{% endif %}
{% if is_paginated %} {% include 'includes/pagination.html' %} {% endif %} {% if perms.cm_portal.add_employmentstatus %} Add an employmentstatus {% else %} Add an employmentstatus {% endif %}
{% endblock %}