{% if config.legacy_report %} {% set do_landscape = false %} {% set summary_width = "75%" %} {% else %} {% set do_landscape = true %} {% set summary_width = "50%" %} {% endif %} {% include "html_head.html" %} {% include "header_footer.html" %} {% include "cover_page.html" %} {% if do_landscape %} {% else %} {% endif %} {% for tax_year in tax_report|sort %}

Tax Year - {{ config.format_tax_year(tax_year) }}

{{ config.get_tax_year_start(tax_year) |datefilter2 }} to {{ config.get_tax_year_end(tax_year) |datefilter2 }}

{% if args.tax_rules in TAX_RULES_UK_COMPANY %}

Chargeable Gains

{% include "capital_gains.html" %} {% else %}

Capital Gains

{% include "capital_gains.html" %} {% endif %} {% if not loop.last %}{% endif %} {% endfor %}