{% from "components/tooltip.html" import Tooltip %} {% from "components/icon.html" import Icon %} {{ "portfolios.reports.total_value.header" | translate }} {{Tooltip(("portfolios.reports.total_value.tooltip" | translate), title="", classes="icon-tooltip--tight")}} {{ total_portfolio_value | dollars }} {{ "portfolios.reports.duration.header" | translate }} {{Tooltip(("portfolios.reports.duration.tooltip" | translate), title="", classes="icon-tooltip--tight")}} {% 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 %} {{ "portfolios.reports.days_remaining.header" | translate }} {{Tooltip(("portfolios.reports.days_remaining.toolip" | translate), title="", classes="icon-tooltip--tight")}} {{ 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