{{#grid-header}} {{#has-perm 'PERM_VIEW_SOUND_CREATE'}}
  • {{#link-to 'sound.create'}} 新建声音 {{/link-to}}
  • {{/has-perm}} {{/grid-header}}
    {{#each model.data as |it|}} {{/each}}
    路径 文件大小 备注 {{th-filter name='active' text='状态' options=(array (hash value=true text='启用') (hash value=false text='禁用')) }} 管理
    {{it.path}} {{it.fileSizeHumanReadable}} {{editable-cell model=it field='note'}} {{status-cell model=it}}
    {{#has-perm 'PERM_VIEW_SOUND_EDIT'}} {{status-toggle-button model=it}} {{edit-btn route-name='sound.edit' model-id=it.id perm='PERM_VIEW_SOUND_EDIT'}} {{/has-perm}} {{#has-perm 'PERM_VIEW_SOUND_DELETE'}} {{#unless it.active}} {{delete-button model=it}} {{/unless}} {{/has-perm}}
    {{pagination-bar}}
    {{outlet}}