<%= @user.username %>

<%= @user.full_name %>

<% if @user == current_user %> <%= link_to t(".edit_user_details"), edit_user_path(@user) %> <% end %>