<%= nav_breadcrumb( [translate(:staff_services), staff_root_path], [Account.model_name.human(count: 0), staff_accounts_path], @account.nickname, ) %> <% if @account.superuser? %>
<%= translate :superuser %>
<% end %>
<%= Account.human_attribute_name :nickname %>
<%= account_link_or_none @account %>
<%= Account.human_attribute_name :public_name %>
<%= @account.public_name %>
<%= Account.human_attribute_name :person %>
<%= staff_person_link_or_none @account.person %>