{% from "components/tooltip.html" import Tooltip %} {% from "components/icon.html" import Icon %} Total Portfolio Value {{Tooltip(("common.lorem" | translate), title="", classes="reporting-summary-item__header-icon")}} {{ total_portfolio_value | dollars }} Funding Duration {{Tooltip(("common.lorem" | translate), title="", classes="reporting-summary-item__header-icon")}} {% 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="", classes="reporting-summary-item__header-icon")}} {{ portfolio.days_to_funding_expiration }} days
{{ total_portfolio_value | dollars }}
{{ earliest_pop_start_date | formattedDate(formatter="%B %d, %Y") }} - {{ latest_pop_end_date | formattedDate(formatter="%B %d, %Y") }}
-
{{ portfolio.days_to_funding_expiration }} days