Sort by ID
Sort by Year
Sort by Parts
Sort by Theme
Sort by Name
Sort by Collected
Sort by Checked
Show Collected
Show Checked
Show Complete
Select Theme
{% 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 }}
{% if json_file[i['set_num']]['Minifigs Collected'] == 'true' %}
{% else %}
{% endif %} Minifigs Collected
{% if json_file[i['set_num']]['Set Checked'] == 'true' %}
{% else %}
{% endif %} Set is checked
{% if json_file[i['set_num']]['Set Collected'] == 'true' %}
{% else %}
{% endif %} Set is collected and boxed
{% if json_file[i['set_num']]['unit'][loop.index0]['bricks']['missing'] |length > 0 %}
Set is missing pieces {% else %}
Set is Complete {% endif %}
{% endfor %}
{% endfor %}
First time?
The database tables does not exists. Create them?