+ <%= content_type_name.pluralize %> +
++ <% if @universe_scope %> + in <%= link_to @universe_scope.name, @universe_scope, class: "#{Universe.text_color} font-medium hover:underline" %> + <% else %> + by <%= link_to current_user.display_name, current_user, class: "#{User.text_color} font-medium hover:underline" %> + <% end %> +
++ <%= + t( + "serendipitous_questions.attributes.#{@questioned_content.page_type.downcase}.#{@attribute_field_to_question.label.parameterize.underscore}", + name: @questioned_content.name, + default: "What is #{@questioned_content.name}'s #{@attribute_field_to_question.label.downcase}?" + ) + %> +
+Click to answer this question
++ <%= item.page_type %> +
++ <%= item.name %> +
+No <%= content_type_name.pluralize.downcase %> yet
+Get started by creating your first <%= content_type_name.downcase %>. You can also customize your template to organize information exactly how you want.
+