Fix missing 'missing' and 'quantity' badges for minifigure in a part card

This commit is contained in:
2025-01-17 16:28:43 +01:00
parent 00310e0235
commit 7999572cf1
3 changed files with 25 additions and 1 deletions

View File

@@ -10,8 +10,8 @@
{{ badge.set(item.fields.set_num, solo=solo, last=last, id=item.fields.u_id) }}
{{ badge.quantity(item.fields.quantity, solo=solo, last=last) }}
{% endif %}
{{ badge.quantity(item.fields.total_quantity, solo=solo, last=last) }}
{{ badge.total_sets(using | length, solo=solo, last=last) }}
{{ badge.total_quantity(item.fields.total_quantity, solo=solo, last=last) }}
{{ badge.total_missing(item.fields.total_missing, solo=solo, last=last) }}
{% if not last %}
{{ badge.rebrickable(item, solo=solo, last=last) }}