{% extends "base.html" %} {% block title %}{{ sim_label }}{% endblock %} {% block page_title %}{{ sim_label }}{% endblock %} {% block content %}
Simulation Parameters
{% if sim_type == 'price_increase' %}
Negative value: demand decreases as price increases
{% elif sim_type == 'price_reduction' %}
{% elif sim_type == 'tax_changes' %}
Tax will be calculated on the profit portion of this revenue using your company's actual margin
{% elif sim_type == 'currency_fluctuation' %}
Positive = favorable, Negative = unfavorable
{% elif sim_type == 'inflation_impact' %}
{% 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 %}