<%=t('my_modules.results.comments_tab') %> (<%= comments.count %>)

<%= render partial: 'shared/comments/comments.html.erb', locals: { object: result, comments: comments, can_create_comments: can_create_comments_in_module?(@my_module), create_url: result_result_comments_path(result, format: :json), more_url: result_result_comments_path(result, format: :json, from: comments.first&.id) } %>