{{#if (and (not @changeLogs) readOnly) }}

{{this.tableTitle}}

Document and notify consumers of major changes or outages regarding the current entity

There is no change log available yet.
{{else}}

{{this.tableTitle}}

Document and notify consumers of major changes or outages regarding the current entity

{{#each @changeLogs as |changeLog|}} {{changeLog.createdBy}} {{moment-format (unix changeLog.dateAdded) "MM/DD/YYYY"}} {{if changeLog.sendEmail "Notified" "Not Notified"}} {{!-- Don't display an option to `Send Notification` for Non-owners and already notified change logs --}} {{#if (and (not readOnly) (not changeLog.sendEmail))}} {{/if}} {{/each}} {{!--Non owners can only read existing logs in the Audit log and cannot add new ones--}} {{#unless @readOnly}} {{/unless}}
{{/if}}