@import com.typesafe.config.ConfigFactory @(context_path: String, greeting: String, user_id: String, user_status: String) @app_orgmail = { @ConfigFactory.load().getString("app.orgmail") } @main("IAT Manager - Home", context_path, user_id, user_status) {

Welcome @greeting

IAT Manager is a web application for creating your own Implicit Association Test (IAT) .
Once you have created your test, IAT Manager provides a unique web link which can be sent to participants of your choice

IAT Manager allows you to download the results of the test in csv format. Participants are anonymous.

A User Account is required in order to ensure the confidentiality of your IAT.
Contact us to request a User Account.

}