@import com.gu.janus.model.{AwsAccountAccess, JanusData} @import com.gu.googleauth.UserIdentity @import play.api.Mode @(accountAccesses: List[AwsAccountAccess], user: UserIdentity, janusData: JanusData)(implicit req: RequestHeader, mode: Mode, assetsFinder: AssetsFinder) @main("Admin", Some(user), janusData) {

Admin

As an administrator you have full access to all AWS accounts. Please use this with care and try to let the team know what you are doing to their account.
Janus access is logged and visible to all users.
@fragments.awsAccounts(accountAccesses, allowFavs = false)
@fragments.multiSelectHero() }