<CfbFormList
  @search={{this.search}}
  @category={{this.category}}
  @onNewForm={{this.newForm}}
  @onEditForm={{this.editForm}}
  @onUpdateSearch={{fn (mut this.search)}}
  @onUpdateCategory={{fn (mut this.category)}}
/>