{% extends 'finances/base.html' %} {% load countries %} {% load static %} {% block meta_description %}{{ block.super }} Country balance info{% endblock meta_description %} {% block pagetitle %}: Country balance info{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block content %}

Country-Level Financial Data

Help! What do these terms mean? {% include 'finances/_definitions_table.html' %}

This table presents our cumulative financial balance information, broken down per country. Top of the list are our champions; those at the bottom of the list threaten our sustainability.

Click on flag to view that country's data

{% with nr=countrydata|length %} {% for item in countrydata %} {% if item.impact_on_reserves != 0 %} {% get_country item.country as country_obj %} {% endif %} {% endfor %} {% endwith %}
Country Expenditures  [rank]
{% include 'bi/sort-up.html' %} {% include 'bi/sort-down.html' %}
Subsidy income  [rank]
{% include 'bi/sort-up.html' %} {% include 'bi/sort-down.html' %}
Impact on reserves  [rank]
{% include 'bi/sort-up.html' %} {% include 'bi/sort-down.html' %}
{{ country_obj.code }} {{ country_obj.name }} €{{ item.expenditures }}  [{{ item.expenditures_rank }}/{{ nr }}] €{{ item.subsidy_income }}  [{{ item.subsidy_income_rank }}/{{ nr }}] €{{ item.impact_on_reserves }}  [{{ item.impact_on_reserves_rank }}/{{ nr }}]
Toggle details
{% endblock content %}