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