{% extends "base.html" %} {% block title %}{{ sim_label }}{% endblock %} {% block page_title %}{{ sim_label }}{% endblock %} {% block content %}
Configure parameters and run the simulation to see results
{% if baseline %} Company baseline: Revenue {{ currency_symbol }}{{ "{:,.0f}".format(baseline.revenue) }}/yr, {{ baseline.employees }} employees, {{ baseline.customers }} customers {% endif %}