{% 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 cgains.totals['gain'] > 0 %} {% else %} {% endif %}
Taxable gain*:Taxable gain:{{cgains.cgt_estimate['taxable_gain']|valuefilter}}
Capital Gains Tax (Basic rate): {{cgains.cgt_estimate['cgt_basic']|valuefilter}} ({{cgains.cgt_estimate['cgt_basic_rate']|ratefilter}})
Capital Gains Tax (Higher rate): {{cgains.cgt_estimate['cgt_higher']|valuefilter}} ({{cgains.cgt_estimate['cgt_higher_rate']|ratefilter}})
{% if cgains.cgt_estimate['allowance_used'] %}

*{{cgains.cgt_estimate['allowance_used']|valuefilter}} of the tax-free allowance ({{cgains.cgt_estimate['allowance']|valuefilter}}) used

{% endif %}