ServiceAlert.load = function (ctx, next) {
  if (ctx.params.alert === 'new') return next()

  ServiceAlert.get(ctx.params.alert, function (err, alert) {
    if (err) {