{% set cgains = tax_report[tax_year]['CapitalGains'] %}

Tax Estimate

The figures below are only an estimate, they do not take into consideration other gains and losses in the same tax year, always consult with a professional accountant before filing.

{% if not cgains.split_date %} {% set cgt_estimate = cgains.cgt_estimate %} {% include "cgt_estimate2.html" %} {% else %}

Gains before {{ cgains.split_date|datefilter2 }}

{% set cgt_estimate = cgains.cgt_estimate %} {% include "cgt_estimate2.html" %}

Gains on or after {{ cgains.split_date|datefilter2 }}

{% set cgt_estimate = cgains.cgt_estimate_split %} {% include "cgt_estimate2.html" %} {% endif %}