<%= @user.display_name %> <%= role_icons(@user) %>
<% if current_user and @user.id == current_user.id %>
<% else %>
<% 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 -%>
<% if can?(:set_status, User) || can?(:destroy, User) %>
<% 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 -%>