<% if @account.avatar.attached? %> <%= image_tag @account.avatar, class: 'img-thumbnail mb-4' %> <% end %> <% if @account.public_name.present? %>

<%= @account.public_name %>

<% end %>

<%= @account.nickname %>

<% if @account.superuser? %>
<%= translate :superuser %>
<% end %>
<%= person_status @account.person %>
<% if @account.person&.current_regional_office %>
<%= link_to( @account.person.current_regional_office.federal_subject .display_name, @account.person.current_regional_office.federal_subject, ) %>
<% end %>

<% if @account.biography %>

<%= @account.biography %>

<% end %>