{% load origin %} {% origin %}

Data

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