{# #}
{{ company_name }} {% for item in company_address %} {{ item }} {% endfor %}
Collection Summary — {{ statement_period_name }}
Account: {{ account_name }} · {{ account_id }}
Contract: {{ contract_name }} · {{ contract_id }}
Currency: {{ currency_code }}
{% set first_page_break = 26 %} {% set subsequent_page_break = 29 %}
{% for item in table_info if table_info %} {% set current_page_item = loop.index0 + 1 %} {% if current_page_item == first_page_break or (current_page_item > first_page_break and (current_page_item - first_page_break) % subsequent_page_break == 0) %}
collection society
country
pre-wht wht gross revenue
client
share %
net revenue
{{ item.COLLECTION_SOCIETY }}
{{ item.COUNTRY }}
{{ item.PRE_WHT_AMOUNT }} {{ item.WHT_AMOUNT }} {{ item.GROSS_AMOUNT }} {{ item.CLIENT_SHARE }} {{ item.NET_REVENUE }}
Period: {{ statement_period_name }}
Account: {{ account_name }} · {{ account_id }}
Contract: {{ contract_name }} · {{ contract_id }}
Currency: {{ currency_code }}
{% endif %} {% endfor %}
collection society
country
pre-wht wht gross revenue
client
share %
net revenue
{{ item.COLLECTION_SOCIETY }}
{{ item.COUNTRY }}
{{ item.PRE_WHT_AMOUNT }} {{ item.WHT_AMOUNT }} {{ item.GROSS_AMOUNT }} {{ item.CLIENT_SHARE }} {{ item.NET_REVENUE }}
Values are displayed to two decimal places, so small amounts may round to 0.00. Download your Revenue Detail CSV from the Statements page to see more decimal places.