{% for key, tokens_list in token_types.items %}
{{key}}
{% for token in tokens_list %}
{{ token|safe }}
{% endfor %}
{% endfor %}