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