% if @user.employment_title.present? || (@user.looking_for_work_publicly == true && @user.looking_for_work == true) || @user.education.present? %>
<%= @user.education %>
<%= @user.employment_title %> <% if @user.employer_name.present? %> at <% if @user.employer_url.present? %> <%= @user.employer_name %> <% else %> <%= @user.employer_name %> <% end %> <% end %>
I'm looking for work!