<%= if comment.author == "AutoModerator" do %>

Hidden AutoModerator comment

<% else %> <%= BdfrBrowser.RenderUtils.comment(comment.body) %> <% end %>
<%= for reply <- BdfrBrowser.Comment.fetch_children!(comment) do %> <%= EEx.eval_file(comment_template, comment: reply, level: level + 1, comment_template: comment_template) %> <% end %>