{% extends "base.html" %} {% set active_page = 'portfolio' %} {% block title %}Portfolio · net-alpha{% endblock %} {% block topbar_right %} {% if accounts %}{{ accounts|length }} account{% if accounts|length != 1 %}s{% endif %}{% endif %} {{ selected_period|default('YTD')|upper }} {% endblock %} {% block content %}

Portfolio

{% if selected_account %}{{ selected_account }}{% 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 %}
{% endif %} {% endblock %}