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

<%= @account.public_name %>

<% end %>

<%= @account.nickname %>

<% if @account.superuser? %>
<%= translate :superuser %>
<% end %>
<%= relationship_status_or_none \ @account.person&.current_relationship %>
<% if @account.person&.current_relationship&.position %>
<%= relationship_short_position_or_none \ @account.person.current_relationship %>
<% end %> <% if @account.person&.current_relationship&.regional_office %>
<%= regional_office_link_or_none \ @account.person.current_relationship.regional_office %>
<% end %>

<% if @account.biography %>

<%= @account.biography %>

<% end %>