diff --git a/templates/set/card.html b/templates/set/card.html
index 6ccb0b7..582ea43 100644
--- a/templates/set/card.html
+++ b/templates/set/card.html
@@ -13,7 +13,7 @@
>
{{ card.header(item, item.fields.name, solo=solo, number=item.fields.number) }}
{{ card.image(item, solo=solo, last=last, caption=item.fields.name, alt=item.fields.number) }}
-
+
{{ badge.theme(item.theme.name, solo=solo, last=last) }}
{{ badge.year(item.fields.year, solo=solo, last=last) }}
{{ badge.parts(item.fields.number_of_parts, solo=solo, last=last) }}
@@ -27,7 +27,7 @@
{% endif %}
{% if not tiny and brickset_checkboxes | length %}
-
+
{% for checkbox in brickset_checkboxes %}
-
{{ form.checkbox(checkbox.as_dataset(), item.fields.id, checkbox.fields.name, checkbox.status_url(item.fields.id), item.fields[checkbox.as_column()], delete=delete) }}
@@ -36,7 +36,7 @@
{% endif %}
{% if solo %}
-
+
{% if not delete %}
{{ accordion.header('Instructions', 'instructions', 'set-details', expanded=open_instructions, quantity=item.instructions | length, icon='file-line', class='p-0') }}