{% for i in set_list %} {% if json_file[i['set_num']]['count'] == 1 %}
{% else %}
{% endif %}
{{ i['set_num'] }} {{ i['name'] }}
Parts: {{ i['num_parts'] }}
{% for j in json_file[i['set_num']]['unit'] %}

Set #{{ loop.index }}




{% endfor %}
{% endfor %}