- {{#requiresPermission 'manage-sounds'}}
-
-
- {{{_ "Showing_results" customsounds.length}}}
-
- {{#table fixed='true' onItemClick=onTableItemClick onScroll=onTableScroll onResize=onTableResize}}
-
-
- |
- {{_ "Name"}}
- |
-
- {{_ "Action"}}
- |
-
-
-
- {{#each customsounds}}
-
- |
-
- |
-
-
- {{#if isPlaying _id}}
- {{>icon _id=_id icon="pause" block="icon-pause-circled"}}
- {{else}}
- {{>icon _id=_id icon="play" block="icon-play-circled"}}
- {{/if}}
- {{>icon _id=_id icon="ban" block="icon-reset-circled"}}
-
- |
-
- {{else}}
- {{# with searchText}}
-
- | {{_ "No_results_found_for"}} {{.}} |
-
- {{/with}}
- {{/each}}
- {{#if isLoading}}
-
- | {{> loading}} |
-
- {{/if}}
-
- {{/table}}
- {{/requiresPermission}}
-
-