diff --git a/cards/templates/cards/_card_inner_design4.html b/cards/templates/cards/_card_inner_design4.html
index 421baff..4341bce 100644
--- a/cards/templates/cards/_card_inner_design4.html
+++ b/cards/templates/cards/_card_inner_design4.html
@@ -48,10 +48,50 @@
-
Speed
{{ card.speed_display }}
-
Weight
{{ card.weight_display }}
-
Intelligence
{{ card.intelligence_display }}
-
Height
{{ card.height_display }}
+
+
Speed
+
+
{{ card.speed_display }}
+
+ {% for t in card.speed_star_types %}
+ {% if t == 'empty' %}☆{% else %}★{% endif %}
+ {% endfor %}
+
+
+
+
+
Weight
+
+
{{ card.weight_display }}
+
+ {% for t in card.weight_star_types %}
+ {% if t == 'empty' %}☆{% else %}★{% endif %}
+ {% endfor %}
+
+
+
+
+
Intelligence
+
+
{{ card.intelligence_display }}
+
+ {% for t in card.intelligence_star_types %}
+ {% if t == 'empty' %}☆{% else %}★{% endif %}
+ {% endfor %}
+
+
+
+
+
Height
+
+
{{ card.height_display }}
+
+ {% for t in card.height_star_types %}
+ {% if t == 'empty' %}☆{% else %}★{% endif %}
+ {% endfor %}
+
+
+
{% if card.facts_list %}
Fun facts