Home
Add Set
Missing
Parts
Minifigs
Wishlist
Config
Show
Collected and boxed
Checked for missing pieces
Complete set without missing pieces
Sets with missing pieces
Select Theme
Sort by
ID
Year
Parts
Theme
Name
{% for i in set_list %}
{{ i[0] }}
{{ i[1] }}
{{ i[3] }}
(
{{ i[2] }}
)
Parts:
{{ i[4] }}
{% if i[0] in minifigs %}
{% if i[8] == 0 %}
{% else %}
{% endif %} Minifigs Collected
{% endif %}
{% if i[9] == 0 %}
{% else %}
{% endif %} Set is checked
{% if i[10] == 0 %}
{% else %}
{% endif %} Set is collected and boxed
{% if i[11] in missing_list %}
Set is missing pieces {% else %}
Set is missing pieces {% endif %}
Instructions
{% for file in files %}
{{ file }}
{% if file.startswith(i[0]) %}
{{ file }}
{% endif %} {% endfor %}
{% endfor %}