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

Tax

{% set _active_tab = tab_view if tab_view is defined else view %} {% if _active_tab == "wash-sales" %} {% include "_tax_wash_sales_tab.html" with context %} {% elif _active_tab == "projection" %} {% include "_projection_tab.html" with context %} {% elif _active_tab == "performance" %} {% include "_tax_performance_panel.html" with context %} {% endif %}
{% endblock %}