{% extends "base.html" %} {% block content %}

Mentor utilization

Program-wide unmet mentee needs (active assignments)
{% if overall_unmet_total and overall_unmet_total > 0 %}
Count reflects how many times a mentee need is not covered by the assigned mentor’s stated strengths.
{{ overall_unmet_display }}
{% else %}
No unmet needs detected across active assignments (based on mentee needs vs. mentor strengths).
{% endif %}
{% for row in usage %} {% endfor %}
Mentor Capacity Assigned mentees Unmet mentee needs (count) Unmet mentee needs (by area)
{{ row.label }} {{ row.capacity }} {{ row.used }} {{ row.unmet_total }} {{ row.unmet_needs }}
{% endblock %}