@use templates::base; @use template_utils::*; @use routes::user::NewUserForm; @use validator::ValidationErrors; @(ctx: BaseContext, enabled: bool, form: &NewUserForm, errors: ValidationErrors) @:base(ctx, "Edit your account", {}, {}, { @if enabled {
@i18n!(ctx.1, "Sorry, but registrations are closed on this instance. Try to find another one")
} })