<%= t '.header' %>
- <%= ApiUser.human_attribute_name :username %>
- <%= @api_user.username %>
- <%= ApiUser.human_attribute_name :plain_text_password %>
- <%= @api_user.plain_text_password %>
- <%= Registrar.model_name.human %>
- <%= link_to(@api_user.registrar, admin_registrar_path(@api_user.registrar)) %>
- <%= ApiUser.human_attribute_name :roles %>
- <%= @api_user.roles.join(', ') %>
- <%= ApiUser.human_attribute_name :active %>
- <%= @api_user.active %>