% # expects local variables kudos, guest_kudos_count, commentable %>
<% if has_user_kudos %> <%= kudos_user_links(commentable, kudos, showing_more: false) %> <% end %> <% if guest_kudos_count > 0 %> <% if has_user_kudos %> <%= ts(" as well as ") %> <% end %> <%= ts(pluralize(guest_kudos_count, "guest")) %> <% end %> <%= ts(" left applause for this work!") %>
<% end %> <% end %>