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