@(msg: String, id: String, resourceType: String)(implicit user: Option[models.User]) @main("Not authorized") {

@if(msg != null){ @msg }else{ You are not authorized to proceed with your request }

}