{% from "components/icon.html" import Icon %} {% macro Link(icon, text, url, active=False) %}
{% endmacro %}
{{ secondary_breadcrumb or portfolio.name }}
Available budget
{{ portfolio.task_orders | selectattr('is_active') | sum(attribute='budget') | justDollars }} .{{ portfolio.task_orders | selectattr('is_active') | sum(attribute='budget') | justCents }}
{% if funding_end_date and funded %} {{ Icon('ok') }} Funded through {% elif funding_end_date and not funded %} {{ Icon('alert') }} Funded period ends {% endif %}