diff --git a/templates/emails/summary-downtimes-html.html b/templates/emails/summary-downtimes-html.html index 160fcf33..d735d5d0 100644 --- a/templates/emails/summary-downtimes-html.html +++ b/templates/emails/summary-downtimes-html.html @@ -66,13 +66,11 @@ {% if count %} {{ count }} outage{{ count|pluralize }} - -
- ({{ seconds|hc_approx_duration }} total) -
+
+ {{ seconds|hc_approx_duration }} total {% else %} - + All good! {% endif %}