<% if @organization %> <% if @organization.location.present? %>
headquarters
<%= sanitize @organization.location %>
<% end %> <% if @organization.company_size.present? %>
employees
<%= @organization.company_size %>
<% end %> <% if @organization.email.present? %>
support_email
<%= sanitize @organization.email %>
<% end %> <% else %> <% if @user.email_public && @user.employer_name.present? && @user.location.present? && @user.education.present? && @user.education.size > 25 && @user.summary.to_s.size < 145 %> <% end %> <% if @user.email_public && context != "sidebar" %>
email
<%= @user.email %>
<% 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.location.present? %>
location
<%= @user.location %>
<% end %> <% if @user.looking_for_work_publicly == true && @user.looking_for_work == true %>
work_status
I'm looking for work!
<% end %> <% if @user.education.present? %>
education
<%= @user.education %>
<% end %> <% end %>
joined
<%= @user.created_at.strftime("%b %e, %Y") %>