diff --git a/frontend/templates/book_panel.html b/frontend/templates/book_panel.html
index 7064165d..2521aff4 100644
--- a/frontend/templates/book_panel.html
+++ b/frontend/templates/book_panel.html
@@ -85,11 +85,17 @@
Status: {{ status }}
- {% if status == 'No campaign yet' and fromsupport %}
- Wished by {{ work.wished_by.count }}
+ {% if fromsupport %}
+ {% if status == 'No campaign yet' or status == 'INITIALIZED' %}
+ Wished by {{ work.wished_by.count }}
+ {% else %}
+
+
+
+ {% endif %}
{% else %}
-
+
{% endif %}
{{ work.percent_unglued_number }}%
diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html
index 597fa68a..8a902ee2 100644
--- a/frontend/templates/supporter.html
+++ b/frontend/templates/supporter.html
@@ -135,7 +135,7 @@ how do I integrate the your wishlist thing with the tabs thing?