diff --git a/templates/part/table.html b/templates/part/table.html
index f9f8c34..87b02f6 100644
--- a/templates/part/table.html
+++ b/templates/part/table.html
@@ -7,7 +7,7 @@
{% for item in table_collection %}
{{ table.image(item.url_for_image(), caption=item.fields.name, alt=item.fields.part, accordion=solo) }}
-
+ |
{{ item.fields.name }}
{% if item.fields.spare %} Spare{% endif %}
{% if all %}
@@ -15,7 +15,7 @@
{{ table.bricklink(item) }}
{% endif %}
|
-
+ |
{% if item.fields.color_rgb %}{% endif %}
{{ item.fields.color_name }}
|