{% load origin %}{% origin %}
{% if table_data %}| Meeting | Date | City | Country | Continent | Attendees | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ meeting.number }} | {{ meeting.date }} | {{ meeting.city }} | {{ country.name }} | {{ country.continent }} | {% include "stats/includes/number_with_details_cell.html" %} | {% else %}{{ meeting.number }} | {{ meeting.date }} | {{ meeting.city }} | {{ country.name }} | {{ country.continent }} | {% include "stats/includes/number_with_details_cell.html" %} | {% endif %}