| Username |
<%= current_user.username %> |
| Email |
<%= current_user.email %> |
| User Type |
<%= current_user.user_type %> |
| Created At |
<%= I18n.l(current_user.created_at, format: :short) rescue '-' %> |
| Login At |
<%= I18n.l(current_user.login_at, format: :short) rescue '-' %> |
| Clients |
<%= inline_list current_user.baculized_hosts %> |
| Pending Clients |
<%= inline_list current_user.non_baculized_hosts %> |
<% if current_user.institutional? %>
| Unverified Clients |
<%= inline_list current_user.unverified_hosts %> |
<% end %>
| Authentication Token |
<%= current_user.token %> |