Period of Performance
{{ task_order["period_of_performance"].start_date | formattedDate(formatter="%B %d, %Y") }} - {{ task_order["period_of_performance"].end_date | formattedDate(formatter="%B %d, %Y") }}
Total Obligated
{{ task_order["total_obligated_funds"] | dollars }}
Total Expended
{{ task_order["expended_funds"] | dollars }}
Total Unused
{{ (task_order["total_obligated_funds"] - task_order["expended_funds"]) | dollars }}