{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block page_title %}Dashboard{% endblock %} {% block content %}
Health Score
{% if summary.health_score >= 80 %}Excellent Condition{% elif summary.health_score >= 50 %}Needs Attention{% else %}Critical Alert{% endif %}
Revenue (30d)
Profit (30d)
Risk Score
Customers
Employees
|
{{ sim.name }}
{{ sim.sim_type|replace('_', ' ')|title }}
|
{{ sim.status|title }} |
No simulations yet
{% endif %}|
{{ fc.name }}
{{ fc.forecast_type|replace('_', ' ')|title }} | {{ fc.method }}
|
{{ fc.status|title }} |
No forecasts yet
{% endif %}