diff --git a/app/templates/stats.html b/app/templates/stats.html
index 5dfee80..ece9096 100644
--- a/app/templates/stats.html
+++ b/app/templates/stats.html
@@ -45,7 +45,7 @@
{% for op in ops %}
{% if op.get_balances()['balance'] == 0 %}
- - {{ op.create_date }} - {{ op.id }} - {{ op.codename }} - {{ op.account_idx }}
+ - {{ op.create_date }} - {{ op.id }} - {{ op.codename }} - {{ op.account_idx }}
{% endif %}
{% endfor %}