{% for key, count in data.items() %} {% endfor %}
Value Count Frequency (%)  
{{ key }} {{ count }} {{((count / total) * 10000 // 1) / 100 }}%