{{#main-content}}
{{#if ajax.user.admin}} {{#grid-header}}
  • {{#link-to 'customer-application.create'}} Create Customer Application {{/link-to}}
  • {{/grid-header}} {{else}} {{grid-header}} {{/if}}
    {{#each model.data as |it|}} {{/each}}
    {{th-filter name='namePrefix' text='Name' label='Name Filter' options=model.namePrefixes value-field='value' text-field='text' }} Remark {{th-filter name='owner' text='Owner' label='Owner Filter' options=model.users value-field='id' text-exp='$.employeeId ($.name)' }} Enabled Settings
    {{customer-application/preview-btn model=it}} {{editable-cell model=it field='note'}} {{option-text model.users it.owner 'id' 'name' '$.employeeId ($.name)'}} {{status-cell model=it enabledText='TRUE' disabledText='FALSE'}}
    {{pagination-bar}}
    {{/main-content}}