{{ new Date(incident.created_at).toLocaleString() }} {{ incident.resolved ? ' - ' + timeAgo(incident.created_at) : '' }}
{{ item.message }}
{{ new Date(item.timestamp).toLocaleString() }} {{ !incident.resolved ? ' - ' + timeAgo(item.timestamp) : '' }}