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

Total Portfolio Value {{Tooltip(("common.lorem" | translate), title="")}}

{{ total_portfolio_value | dollars }}

Funding Duration {{Tooltip(("common.lorem" | translate), title="")}}

{% set earliest_pop_start_date, latest_pop_end_date = portfolio.funding_duration %} {% if earliest_pop_start_date and latest_pop_end_date %}

{{ earliest_pop_start_date | formattedDate(formatter="%B %d, %Y") }} - {{ latest_pop_end_date | formattedDate(formatter="%B %d, %Y") }}

{% else %}

-

{% endif %}

Days Remaining {{Tooltip(("common.lorem" | translate), title="")}}

{{ portfolio.days_to_funding_expiration }} days