{% extends 'layouts/base.html' %} {% load i18n %} {% block title %}{% trans "Staff Hierarchy - D3 Visualization" %}{% endblock %} {% block content %}

{% trans "Staff Hierarchy" %}

-
{% trans "Total Staff" %}
-
{% trans "Top Managers" %}
-
{% trans "Avg. Hierarchy Depth" %}
{% trans "Organizational Chart" %}
{% trans "Instructions" %}
  • {% trans "Zoom & Pan" %}: {% trans "Use mouse wheel to zoom, click and drag to pan the chart" %}
  • {% trans "Expand/Collapse" %}: {% trans "Click on a node to expand or collapse its children" %}
  • {% trans "View Details" %}: {% trans "Double-click on a node to view full staff details" %}
  • {% trans "Search" %}: {% trans "Type in the search box to find a staff member. The chart will automatically navigate to them" %}
  • {% trans "Layout Options" %}: {% trans "Switch between horizontal, vertical, and radial layouts" %}
{% endblock %}