Current Obligated funds

As of DATE
{% for JEDI_clin, funds in current_obligated_funds.items() %} {{ JEDI_clin }}

Remaining funds:

{{ (funds["obligated_funds"] - funds["expended_funds"]) | dollars }}

Funds expended to date:

{{ funds["expended_funds"] | dollars }}


{% endfor %} {% for task_order in portfolio.active_task_orders %} {{ task_order.number }} {% endfor %}