{% 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 == "harvest" %}
{% include "_harvest_queue.html" with context %}
{% elif _active_tab == "budget" %}
{% include "_offset_budget_tab.html" with context %}
{% elif _active_tab == "projection" %}
{% include "_projection_tab.html" with context %}
{% endif %}