Existing announcements

{{#if (hasPermission currentUser 'announcements.create')}} Add announcement {{/if}}
{{#if announcements.length}} {{#each announcements}} {{/each}} {{else}} {{/if}}
Description Screen Groups Type Color Status Duration Actions
{{#if shortLabel}}{{shortLabel}}{{else}}(untitled){{/if}}
{{iconLabel}}
{{!--
{{#if message}}{{truncateText message 50}}{{else}}No message provided.{{/if}}
--}}
{{screenTargetsLabel}} {{announcement_type}} {{color_key}} {{statusLabel}} {{#if expires_at}} {{durationLabel}}
Ends {{expiresAtLabel}}
{{else}} {{durationLabel}} {{/if}}
{{#if (anyPermission ../currentUser 'announcements.create' 'announcements.update' 'announcements.delete')}}
{{#if (hasPermission ../currentUser 'announcements.update')}}
Edit {{/if}} {{#if (hasPermission ../currentUser 'announcements.create')}} Dupe {{/if}} {{#if (hasPermission ../currentUser 'announcements.delete')}}
{{/if}}
{{else}} - {{/if}}
No announcements yet.
{{> table-pagination pagination=pagination basePath="/announcements" alwaysShow=true}}