% if current_user.nil? || current_user.id != content.user.id && (content.respond_to?(:universe) && content.universe && content.universe.user.id != current_user.id) %>
This <%= content.class_name.downcase %> was created by <%= content.user.name %> on Notebook.ai<% if content.raw_model.is_a?(Universe) && @content.contributors.any? %> with <%= pluralize content.raw_model.contributors.count, 'contributor' %><% end %>.
<%= link_to "See more from #{content.user.name}", content.user %>