+
+ 2025
+
{# get comparison date so we can use it below in loop to know when to print it out #}
{% set comp_yr=COMP['date'][:4] %}
{% set comp_mon=COMP['date'][5:7] %}
@@ -203,7 +197,8 @@ window.onload = function() {
{% set day=date[8:10 ] %}
{% if yr|int > first_yr|int and mon == '01' and day|int <= 14 %}
- | |
+
+ {{yr}}
{% endif %}
{{ date }}:
@@ -222,24 +217,30 @@ window.onload = function() {
{% else %}
Super kicks in!!!
{% endif %}
- | | SUMMARY/BUDGET
- {% for label, value in BUDGET %}
- {{label}} {{value}}
- {% endfor %}
- | |
-
+
+
+ SUMMARY/BUDGET
+ {% for label, value in BUDGET %}
+
+ {{label}} {{value}}
+
+ {% endfor %}
+
+
+
- |
-