<%= t('.users_profile', :full_name => @user.full_name) %>

<%= t('.full_name') %>
<%= @user.full_name %>
<% if current_user.can_see_email?(@user) %>
<%= t('.email') %>
<%= @user.email %>
<% end %> <% if @user.respond_to?(:accounts) %>
<%= t('.accounts') %>
<% if @user.accounts.empty? %> <%= t('.no_accounts') %> <% else %> <% end %>
<% end %>
<% if current_user.can_edit_profile?(@user) %> <% end %>