diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html
--- a/rhodecode/templates/changeset/changeset_file_comment.html
+++ b/rhodecode/templates/changeset/changeset_file_comment.html
@@ -18,9 +18,9 @@
›
${co.status_change.status_lbl}
-
+
- %endif
+ %endif
%if h.HasPermissionAny('hg.admin', 'repository.admin')() or co.author.user_id == c.rhodecode_user.user_id:
@@ -117,15 +117,15 @@
_('Use @username inside this text to send notification to this RhodeCode user')))|n}
| ${_('change status')}
-
+
%for status,lbl in c.changeset_statuses:
+
%endfor
-
+
${h.textarea('text')}
@@ -139,17 +139,17 @@
%def>