{{ $t('USER_CREATE') }}
{{ $t('USER_EDIT', [userName]) }}
{{ alert }}
{{ $t('USER_NAME_HELP') }} {{ errors.first('USER_NAME') }}
{{ $t('DISPLAY_NAME_HELP') }}
{{ $t('EMAIL_HELP') }} {{ errors.first('EMAIL') }}
{{ $t('USER_DELETE', [userName]) }}
{{ $t('USER_DELETE_CONFIRM', [userName, displayName]) }}