{{#if (and this.channel.archive_failed this.currentUser.admin)}}
{{this.channelArchiveFailedMessage}}
{{else if (and this.channel.archive_completed this.currentUser.admin)}}
{{this.channelArchiveCompletedMessage}}
{{/if}}