@use crate::template_utils::*; @use crate::templates::base; @(ctx: BaseContext) @:base(ctx, i18n!(ctx.1, "Registration"), {}, {}, {

@i18n!(ctx.1, "Check your inbox!")

@i18n!(ctx.1, "We sent a mail to the address you gave us, with a link for registration.")

})