{% for category_name,category in categories.items %} {% for type_name,type in category.items %} {% endfor %} {% endfor %}

{{ category_name }}

0