diff --git a/app/templates/views/dashboard/template-statistics.html b/app/templates/views/dashboard/template-statistics.html
index 11b0a4c56..c94ec4e6b 100644
--- a/app/templates/views/dashboard/template-statistics.html
+++ b/app/templates/views/dashboard/template-statistics.html
@@ -24,8 +24,8 @@
{% endcall %}
- {% call field(align='right') %}
- {% if template_statistics|length > 1 %}
+ {% if template_statistics|length > 1 %}
+ {% call field(align='right') %}
{{ big_number(
@@ -34,14 +34,16 @@
) }}
- {% else %}
+ {% endcall %}
+ {% else %}
+ {% call field() %}
{{ big_number(
item.count,
smallest=True
) }}
- {% endif %}
- {% endcall %}
+ {% endcall %}
+ {% endif %}
{% endcall %}