<%= interests_title_text(user) %>

<% if user.interests.any? %> <% else %>
<%= empty_interests_message_text(user) %>
<% end %>