<%# Add user avatars here if you have them %>
<%= comment.user&.name&.first || 'A' %>

<%= comment.user&.name || "Anonymous" %> <% unless comment.language_code.blank? %> on the <%= language_name(comment.language_code) %> translation <% end -%>

<%= comment.created_at ? "#{time_ago_in_words(comment.created_at)} ago" : "just now" %>

<%= comment.body %>