{{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: value in blue
above is value we
should have been
at when comparing
to saved values
{% endif %}