diff --git a/templates/comments/list.html b/templates/comments/list.html
index 565de8d..2194f08 100644
--- a/templates/comments/list.html
+++ b/templates/comments/list.html
@@ -69,14 +69,14 @@
{% else %}
-
{% endif %}
{% if perms.judge.change_comment %}
{% if can_edit %}
-
{% else %}
+
{% with children=node.get_children() %}
{% if children %}
@@ -121,7 +122,7 @@
{% endif %}
{% if request.user.is_authenticated and comment_form and not comment_lock %}
-
{{ _('New comment') }}
@@ -131,7 +132,7 @@ {{ _('You need to have solved at least one problem before your voice can be heard.') }}