<%= t('.enter', account_label: t('hyrax.account_label')) %>
<%= t('.new_user_help_text', account_label: t('hyrax.account_label')) %>
<%= text_field_tag 'new_user_name_skel', nil %>
<%= select_tag 'new_user_permission_skel', options_for_select(configured_permission_options), class: 'form-control' %>