{% extends "portfolios/base.html" %} {% from "components/icon.html" import Icon %} {% from "components/empty_state.html" import EmptyState %} {% block portfolio_content %}
Spending scope | {{ two_months_ago.strftime('%B %Y') }} | {{ prev_month.strftime('%B %Y') }} | {{ current_month.strftime('%B %Y') }} | |
---|---|---|---|---|
Portfolio Total | {{ portfolio_totals.get(two_months_ago_index, 0) | dollars }} | {{ portfolio_totals.get(prev_month_index, 0) | dollars }} | {{ portfolio_totals.get(current_month_index, 0) | dollars }} |
|
|
||||