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

{{ sim_label }}

Theme {{ current_user.username or 'User' }}
Simulation Parameters
Current Baseline
Annual Revenue {{ currency_symbol }}{{ "{:,.0f}".format(baseline.revenue) }}
Annual Costs {{ currency_symbol }}{{ "{:,.0f}".format(baseline.costs) }}
Current Profit {{ currency_symbol }}{{ "{:,.0f}".format(baseline.profit) }}
Simulation Results

Click Run Simulation to see results

{% endblock %}