diff --git a/templates/cards/view.html b/templates/cards/view.html
index c08f22a..bd697a0 100644
--- a/templates/cards/view.html
+++ b/templates/cards/view.html
@@ -14,10 +14,12 @@
{{ card.type|title }}
- —
- {% for attr in card.attributes.all %}
- {{ attr|title }}
- {% endfor %}
+ {% if card.attributes.all %}
+ —
+ {% for attr in card.attributes.all %}
+ {{ attr|title }}
+ {% endfor %}
+ {% endif %}
{% for key, rarity in card.rarities.items %}