${notification.timestamp?number?number_to_date?iso_utc}
<#if alert.conditions[0].comparison.thresholdLow == alert.conditions[0].comparison.thresholdHigh> ${alert.conditions[0].comparison.thresholdLow} over ${alert.conditions[0].threshold}% during ${alert.conditions[0].duration} ${alert.conditions[0].timeUnit}. <#else> ${alert.conditions[0].comparison.thresholdLow[0]}XX over ${alert.conditions[0].threshold}% during ${alert.conditions[0].duration} ${alert.conditions[0].timeUnit}. #if>
<#if alert.description??>${alert.description?html?replace("\r\n|\r|\n", "
", "r")}