<% 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 && 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.education.present? %>
  • Education
      <%= @user.education %>
  • <% end %> <% end %>
  • Joined
    <%= local_date(@user.created_at) %>