{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Staff Hierarchy" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Total Staff" %}

{{ total_staff }}

{% trans "Top Managers" %}

{{ top_managers }}

{% trans "Hierarchy Levels" %}

{% trans "Multi-level" %}

{% if search_result %} {% endif %} {% if hierarchy %}
{% trans "Organizational Structure" %}
{% for node in hierarchy %} {% include 'organizations/hierarchy_node.html' %} {% endfor %}
{% else %}

{% trans "No Staff Hierarchy Found" %}

{% trans "There are no staff members with reporting relationships in the selected filters." %}

{% if user.is_px_admin or user.is_hospital_admin %} {% trans "Add Staff Member" %} {% endif %}
{% endif %} {% endblock %} {% block extra_js %} {% endblock %}