<% if (header_fields = @profile.ui_attributes_for(area: :header)).present? %>
<% header_fields.each do |title, value| %> <% next if Profile.special_attributes.include?(title) %> <% next if title == "work" %>
<%= sanitized_sidebar title.titleize %>

<%= sanitized_sidebar value %>

<% 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 %>
<% end %>