@import model.ReportStatus @(status: ReportStatus) @status match { case model.Red(_) => { error Outdated key help_outline } case model.Amber(_) => { warning No active access keys help_outline } case model.Blue => { watch_later Inactive user help_outline } case model.Green => { check } }