World map
The map shows statistics for all countries for all time
{% for item in stats %} {% endfor %}
Flag ISO Country name Reports count Percentage
{{ stats[item][0].iso_code }} {{ stats[item][0].country }} {{ stats[item]|length }} {{ (stats[item]|length / logs_count * 100)|round|int }}%