diff --git a/app/templates/views/platform-admin/index.html b/app/templates/views/platform-admin/index.html
index a90da7224..5ba96dc4b 100644
--- a/app/templates/views/platform-admin/index.html
+++ b/app/templates/views/platform-admin/index.html
@@ -34,11 +34,17 @@
+ {% if noti_type.black_box.number is number %}
{{ "{:,}".format(noti_type.black_box.number) }}
+ {% else %}
+ {{ noti_type.black_box.number }}
+ {% endif %}
+ {% if noti_type.black_box.number|message_count_label(noti_type.black_box.notification_type) %}
{{ noti_type.black_box.number|message_count_label(noti_type.black_box.notification_type) }}
+ {% endif %}
{% for item in noti_type.other_data %}