@use templates::base; @use template_utils::*; @use routes::user::NewUserForm; @use validator::{ValidationErrors, ValidationErrorsKind}; @use routes::*; @use std::borrow::Cow; @(ctx: BaseContext, enabled: bool, form: &NewUserForm, errors: ValidationErrors) @:base(ctx, i18n!(ctx.1, "Create your account"), {}, {}, { @if enabled {
@i18n!(ctx.1, "Apologies, but registrations are closed on this particular instance. You can, however, find a different one.")
} })