@import software.amazon.awssdk.services.sts.model.Credentials @import com.gu.googleauth.UserIdentity @import com.gu.janus.model.JanusData @import play.api.Mode @(url: String, accountName: String, credentials: Credentials, user: UserIdentity, janusData: JanusData)(implicit mode: Mode, assetsFinder: AssetsFinder) @import logic.Date @main("Console URL", Some(user), janusData) {

Your login URL

Your login will expire in @Date.formatInterval(credentials.expiration), at @Date.formatTime(credentials.expiration).

Click here to log in to the AWS console for the @accountName account, or copy the link from below. This link will be valid for 15 minutes.

content_copy copy done report_problem

keep it secret, keep it safe

This URL grants access on your behalf. Treat it as you would your password.

}