<% if @user.employment_title.present? || (@user.looking_for_work_publicly == true && @user.looking_for_work == true) || @user.education.present? %>
<% if @user.education.present? %>
Education

<%= @user.education %>

<% end %> <% if @user.employment_title.present? %>
Work

<%= @user.employment_title %> <% if @user.employer_name.present? %> at <% if @user.employer_url.present? %> <%= @user.employer_name %> <% else %> <%= @user.employer_name %> <% end %> <% end %>

<% end %> <% if @user.looking_for_work_publicly == true && @user.looking_for_work == true %>
Work status

I'm looking for work!

<% end %>
<% end %>