@import com.gu.janus.model.{AwsAccountAccess, JanusData} @import com.gu.googleauth.UserIdentity @import play.api.Mode @import java.time.Instant @(accountAccesses: List[AwsAccountAccess], activeSupportUsers: Option[(Instant, (Option[String], Option[String]))], nextSupportUsers: Option[(Instant, (Option[String], Option[String]))], futureSupportDates: List[(Instant, String)], user: UserIdentity, janusData: JanusData )(implicit req: RequestHeader, mode: Mode, assetsFinder: AssetsFinder) @main("Support", Some(user), janusData) {

Support

@fragments.supportUsers(user.username, activeSupportUsers, nextSupportUsers, futureSupportDates)
Being on the support rota gives you access to the following critical AWS accounts. Please use this with care and if you need to use this access try to let the team know what you are doing to their account.
Please note that Janus access is logged and visible by all users.
@fragments.awsAccounts(accountAccesses, allowFavs = false)
}