{% load origin %} {% origin %}

Data

{% for country, percentage, count, names in table_data %} {% endfor %}
Country Percentage of attendees Attendees
{{ country|default:"(unknown)" }} {{ percentage|floatformat:2 }}% {% include "stats/includes/number_with_details_cell.html" %}

EU (European Union) is not a country, but has been added for reference, as the sum of all current EU member countries: {% for c in eu_countries %} {{ c.name }}{% if not forloop.last %},{% endif %} {% endfor %} .