{% extends "dashboard/base.html" %} {% block title %}Dashboard - Command Center{% endblock %} {% block content %}
{% if company %} {{ company.name }} · Revenue overview and key metrics {% else %} Get started by adding your first company {% endif %}
Projected vs actual by month
| Period | Projected | Actual | Variance |
|---|---|---|---|
| {{ f.period_start.strftime('%b %Y') }} | ${% if f.projected_value %}{{ "{:,.0f}".format(f.projected_value) }}{% else %}—{% endif %} | ${% if f.actual_value %}{{ "{:,.0f}".format(f.actual_value) }}{% else %}—{% endif %} | {% if f.variance_pct %} {{ '%+.1f%%'|format(f.variance_pct) }} {% else %} — {% endif %} |
No forecast data yet
Add Forecasts{{ active_goals|length }} goals in progress
No active goals
Set GoalsRecent sessions
No recent sessions