{% extends "base.html" %} {% set active_page = 'overview' %} {% block title %}Portfolio · net-alpha{% endblock %} {% block topbar_right %}{% endblock %} {% block content %}

Portfolio

{% if selected_accounts %}{{ selected_accounts | join(', ') }}{% else %}All accounts{% endif %} · {{ selected_period|default('YTD')|upper }}
{% if imports %}{% include "_portfolio_toolbar.html" %}{% endif %}
{% if not imports %} {% include "_portfolio_empty_state.html" %} {% else %} {%- set _body_qs %}period={{ selected_period }}{% for _a in selected_accounts %}&account={{ _a|urlencode }}{% endfor %}{%- endset -%}
{% endif %} {% endblock %}