<%= t('page.showing', model: t('activerecord.models.user')) -%>

<%= notice %>

[U] <%= @profile.user.username -%> <% if @profile.full_name? %> (<%= @profile.full_name %>) <% end %>

<%= t('activerecord.attributes.profile.user_number') %>: <%= @profile.user_number %>

<%- if flash[:temporary_password] -%>

<%= t('user.your_temporary_password_is') -%>:

<%= flash[:temporary_password] -%>

<%- end -%> <% if defined?(EnjuCirculation) %> <%= render 'checkout_list', profile: @profile %> <% end %>