@if (!isCreation() && user) {
{{ user.videosCount }} ({{ user.videoQuotaUsed | bytes: 0 }})
{user.videosCount, plural, =1 {Video} other {Videos}}
{{ user.videoChannels.length || 0 }}
{user.videoChannels.length, plural, =1 {Channel} other {Channels}}
{{ subscribersCount }}
{subscribersCount, plural, =1 {Subscriber} other {Subscribers}}
{{ user.abusesCount }}
Incriminated in reports
{{ user.abusesAcceptedCount }} / {{ user.abusesCreatedCount }}
Authored reports accepted
{{ user.videoCommentsCount }}
{user.videoCommentsCount, plural, =1 {Comment} other {Comments}}
}
@if (error) { {{ error }} }
@if (isCreation()) {

NEW USER

} @else if (user) {

EDIT USER {{ user.username }}

}
@if (isCreation()) {
@if (formErrors.username) { }
} @if (isCreation()) {
@if (formErrors.channelName) { }
}
@if (formErrors.email) { }
@if (isCreation()) {
@if (isPasswordOptional()) {
If you leave the password empty, an email will be sent to the user.
}
}
@if (formErrors.role) { }
@if (formErrors.videoQuota) { }
@if (formErrors.videoQuotaDaily) { }
@if (!isCreation() && getAuthPlugins().length !== 0) {
}
Enable this checkbox if this user doesn't need to have its videos reviewed by moderators.
@if (displayTokenSessions()) {

TOKEN SESSIONS

} @if (displayPasswordZone()) {

DANGER ZONE

Send a link to reset the password by email to the user
Manually set the user password
@if (user.twoFactorEnabled) {
This user has two factor authentication enabled
}
}