<%= user.email %>

<%= user.created_at.in_time_zone.strftime('%Y-%m-%d %H:%M') %>

<%= user.ldap? ? 'Directory' : 'Local' %>

This section can be filled in with whatever information you desire. Simply create a users/_user_details.html.erb view and fill in your information. Within this view you can access the user's details via the user variable.