<% # host variable correspond to commentable polymorphic host %>

<%= pluralize host.comments.showable.for_locale(I18n.locale.to_s).count, t('activerecord.models.comment') %>

<%= render 'comments/list_of_comments', host: host %> <%= render 'comments/new_comment_section' %>