<%= I18n.t('comments.title-plural') %>
<% if thing.comments.any? %> <% thing.comments.each_with_index do |comment, idx| %> <%= render comment, from: from, idx: idx %> <% end %> <% else %>

<%= I18n.t('comments.none') %>.

<% end %>
<%= I18n.t('comments.new') %>