+<% cache [locale_and_user_status, comment, @commentable, Flag.flagged?(current_user, comment)] do %>
+
\ No newline at end of file
diff --git a/app/views/comments/_form.html.erb b/app/views/comments/_form.html.erb
index 9a7d26554..eb2507136 100644
--- a/app/views/comments/_form.html.erb
+++ b/app/views/comments/_form.html.erb
@@ -1,25 +1,28 @@
<% css_id = parent_or_commentable_dom_id(parent_id, commentable) %>
-
+<% end %>
\ No newline at end of file
diff --git a/app/views/debates/_comments.html.erb b/app/views/debates/_comments.html.erb
new file mode 100644
index 000000000..39ed635ba
--- /dev/null
+++ b/app/views/debates/_comments.html.erb
@@ -0,0 +1,30 @@
+<% cache [locale_and_user_status, @all_visible_comments.map(&:cache_key), @debate.comments_count, @comment_flags.to_a] do %>
+
+<% end %>
\ No newline at end of file
<%= comment.body %>
+ <% elsif comment.as_moderator? %> +<%= comment.body %>
+ <% elsif comment.user.official? && comment.user_id == @commentable.author_id %> +<%= comment.body %>
+ <% elsif comment.user.official? %> +<%= comment.body %>
+ <% elsif comment.user_id == @commentable.author_id %> +<%= comment.body %>
+ <% else %> +<%= comment.body %>
<% end %> + + <%= render 'comments/votes', comment: comment %> + - • <%= time_ago_in_words(comment.created_at) %> +<%= comment.body %>
- <% elsif comment.as_moderator? %> -<%= comment.body %>
- <% elsif comment.user.official? && comment.user_id == @commentable.author_id %> -<%= comment.body %>
- <% elsif comment.user.official? %> -<%= comment.body %>
- <% elsif comment.user_id == @commentable.author_id %> -<%= comment.body %>
- <% else %> -<%= comment.body %>
- <% end %> - - <%= render 'comments/votes', comment: comment %> - - -