{% extends "base.html" %} {% block title %}AI Insights{% endblock %} {% block page_title %}AI Insights{% endblock %} {% block content %}
Health Score
{{ "%.0f"|format(summary.health_score) }}/100
30d Profit
{{ currency_symbol }}{{ "{:,.0f}".format(summary.profit_30d) }}
Risk Score
{{ "%.0f"|format(risk_summary.overall_score) }}
AI-Generated Insights
{% for insight in insights %}
{{ insight.title }}
{{ insight.confidence }}% confidence

{{ insight.description }}

{{ insight.action }}
{% endfor %}
{% endblock %}