{% from "components/icon.html" import Icon %}

Current Obligated funds

As of {{ retrieved | formattedDate(formatter="%B %d, %Y at %H:%M") }}

Total obligated amount: {{ current_obligated_funds.obligated | dollars }}

{% if current_obligated_funds.remaining < 0 %} {% else %} {% set invoiced_width = (current_obligated_funds.invoiced, current_obligated_funds.obligated) | obligatedFundingGraphWidth %} {% if invoiced_width %} {% endif %} {% set estimated_width = (current_obligated_funds.estimated, current_obligated_funds.obligated) | obligatedFundingGraphWidth %} {% if estimated_width %} {% endif %} {% endif %}

Invoiced expended funds:

{{ current_obligated_funds.invoiced | dollars }}

Estimated expended funds:

{{ current_obligated_funds.estimated | dollars }}

0 else "insufficient"}}"> Remaining funds:

{{ current_obligated_funds.remaining | dollars }}

Active Task Orders

{% for task_order in portfolio.active_task_orders %} {{ task_order.number }} {{ Icon("caret_right", classes="icon--tiny icon--blue" ) }} {% endfor %}