bsw/jbe@1309: ui.title(_"Self registration")
bsw/jbe@1309: app.html_title.title = _"Self registration"
bsw/jbe@1309:
bsw/jbe@1309: ui.container{ attr = { class = "mdl-grid" }, content = function()
bsw/jbe@1309: ui.container{ attr = { class = "mdl-cell mdl-cell--12-col" }, content = function()
bsw/jbe@1309:
bsw@1318: if config.self_registration.manual_verification_needed_text then
bsw@1318: slot.put(config.self_registration.manual_verification_needed_text)
bsw@1317: else
bsw@1317: ui.heading{ content = _"Manual verification needed" }
bsw@1317: slot.put("
")
bsw@1317: ui.container { content = function()
bsw@1317: ui.tag{ content = "We are sorry but the automatic verification of personal data has not been successful. We will need to verify your information manually. We apologise for the wait, and thank you for your cooperation. Until your information is verified, you can continue to " }
bsw@1317: ui.link{ content = _"browse the portal as an unregistered user", module = "index", view = "index" }
bsw@1317: ui.tag{ content = "." }
bsw@1317: slot.put("
")
bsw@1317: ui.tag{ content = "For problems related to registration and use of the platform, please email " }
bsw@1317: ui.link{ external = "mailto:" .. config.self_registration.contact_email, content = config.self_registration.contact_email }
bsw@1317: ui.tag{ content = "." }
bsw@1317: end }
bsw@1317: slot.put("
")
bsw@1317: end
bsw@1317:
bsw/jbe@1309: end }
bsw/jbe@1309: end }
bsw/jbe@1309: