<% content_for :heading do %>
<%= user_image @user %>

<%= @user.display_name %> <%= role_icons(@user) %>

<% if current_user and @user.id == current_user.id %> <% else %> <% end %> <% if can?(:set_status, User) || can?(:destroy, User) %> <% end %>

<%= t ".mapper since" %> <%= l @user.creation_time.to_date, :format => :long %> <% unless @user.terms_agreed %> | <%= t ".ct status" %> <% if @user.terms_seen? -%> <%= t ".ct declined" %> <% else -%> <%= t ".ct undecided" %> <% end -%> <% end -%>

<%= @user.description.to_html %>
<% if current_user and @user.id == current_user.id %>
<%= link_to t(".edit_profile"), edit_profile_path, :class => "btn btn-outline-primary" %>
<% end %>
<% if current_user and current_user.administrator? -%>
<%= t ".email address" %> <%= @user.email %> <% unless @user.creation_ip.nil? -%> <%= t ".created from" %> <%= @user.creation_ip %> <% end -%> <%= t ".status" %> <%= @user.status.capitalize %> <%= t ".spam score" %> <%= @user.spam_score %>
<% end -%> <% end %>