{% extends "base.html" %} {% block title %}{{ sim_label }}{% endblock %} {% block page_title %}{{ sim_label }}{% endblock %} {% block content %}
Simulation Parameters
{% if sim_type == 'new_branch' %}
{% elif sim_type == 'warehouse_expansion' %}
{% elif sim_type == 'international_expansion' %}
{% elif sim_type == 'product_launch' %}
{% elif sim_type == 'inventory_expansion' %}
{% elif sim_type == 'marketing_campaign' %}
{% elif sim_type == 'market_crash' %}
{% elif sim_type == 'economic_recession' %}
{% elif sim_type == 'customer_growth' %}
{% elif sim_type == 'demand_growth' %}
{% elif sim_type == 'supply_disruption' %}
{% elif sim_type == 'competitor_entry' %}
{% endif %}

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 %}
{% endblock %} {% block extra_js %} {% endblock %}