{% load countries %} {% get_country country as country_obj %}
The data in this table is compiled by summing over all Organizations in {{ country_obj.name }}
Subsidy income | Expenditures | Balance | |
---|---|---|---|
Cumulative | {{ cumulative.subsidy_income }} | {{ cumulative.expenditures }} | {{ cumulative.balance }} |
{{ year }} | {{ val.subsidy_income }} | {{ val.expenditures }} | {{ val.balance }} |
[FinAdmin]
Subsidy Income | Expenditures | Balance | ||
---|---|---|---|---|
Total | {{ cumulative.subsidy_income }} | {{ cumulative.expenditures }} | {{ cumulative.balance }} | |
{{ organization }} | {{ organization.get_orgtype_display }} | {{ organization.cf_balance_info.cumulative.subsidy_income }} | {{ organization.cf_balance_info.cumulative.expenditures }} | {{ organization.cf_balance_info.cumulative.balance }} |