Coincident tags for
{{ tagName }}
{% for keyName, tagCounts in tags.iteritems() %}
{{ keyName }}
Value
Count
{%- for value, count in tagCounts|dictsort(true, 'value')|reverse %}
{{ value }}
{{ count }}
{%- endfor %}
{% endfor %}