<% host.comments.showable.for_locale(I18n.locale.to_s).by_created.each_with_index do |comment, index| %>
">

<%= index + 1 %> <%= comment.author.name %> <%= l comment.created_at, format: :tkh_default %> <%= sanitize comment.body.gsub(/\r\n?/, "
"), :tags => %w(br), :attributes => %w() %>

<% end %>