{% extends 'base.html' %} {% load static %} {% block title %}Portfolio Benchmarking Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Compare performance across managers, branches, and time periods
No performance leaders data available
All managers performing well!
| Manager | Performance Score | Efficiency Ratio | Growth Rate | Risk Score | Benchmark Status | Actions |
|---|---|---|---|---|---|---|
|
{{ result.manager.first_name|first }}{{ result.manager.last_name|first }}
{{ result.manager.get_full_name }}
{{ result.manager.get_role_display }}
|
{{ result.performance_score|floatformat:1 }}
|
{{ result.efficiency_ratio|floatformat:2 }} | {{ result.growth_rate|floatformat:1 }}% | {{ result.risk_score|floatformat:1 }} | {% if result.performance_score >= industry_benchmarks.top_quartile_performance %} Top Quartile {% elif result.performance_score >= industry_benchmarks.avg_performance_score %} Above Average {% elif result.performance_score >= industry_benchmarks.bottom_quartile_performance %} Below Average {% else %} Bottom Quartile {% endif %} | View Details |
| No benchmarking data available | ||||||