Modal.prototype.email = function () {
  if (!this.model.user()) return 'unknown'
  return this.model.user().email()
}