<%- i18n('audit-log', action, {name: i18n('audit-log', object_type)}) %>
#<%- object_id %>
<%- i18n('audit-log', 'user') %>
<%- user.name %>
<%- i18n('audit-log', 'date') %>
<%- formatDbDate(created_on, 'Do MMMM YYYY, h:mm a') %>
<%- JSON.stringify(meta, null, 2) %>