{% macro TotalsBox(task_order) -%}
Total obligated funds
{{ task_order.total_obligated_funds | dollars }}
This is the funding allocated to cloud services. It may be 100% or a portion of the total task order budget.

Total contract amount
{{ task_order.total_contract_amount | dollars }}
This is the value of all funds obligated for this contract, including -- but not limited to -- funds obligated for the cloud.
{%- endmacro %}