{{yr}}
{% endif %}
{{ date }}:
{{ '$%0.2f' % dollars|float }}
{% if comp_done.val == 0 and yr == comp_yr and mon == comp_mon and day|int >= comp_day|int %}
{{ COMP['date'] }}:
{{ '$%0.2f' % COMP['amount']|float }}
{% set comp_done.val=1 %}
{% endif %}
{% endfor %}
{% if depletion_date %}
Run out of $'s:
{{depletion_date}}
{% else %}
Super kicks in!!!
{% endif %}
{% if COMP %}
Note: The blue $ figure above is the final value of compared to set. Hover over blue labels above to see what compared to value was
{% endif %}