render: function () {
    this.$el.html(template({
      username: this._organizationUser.get('username'),
      formAction: `${this._configModel.prefixUrl()}/organization/users/${this._organizationUser.get('username')}`,
      authenticityToken: this._authenticityToken,