diff --git a/src/main/resources/templates/MonitoredTripHtml.ftl b/src/main/resources/templates/MonitoredTripHtml.ftl index 7ca412671..444e50a6a 100644 --- a/src/main/resources/templates/MonitoredTripHtml.ftl +++ b/src/main/resources/templates/MonitoredTripHtml.ftl @@ -9,9 +9,11 @@

Your trip has the following notifications:

- <#if notification.type == "INITIAL_REMINDER"> -

${notification.body}

- + <#list notifications as notification> + <#if notification.type == "INITIAL_REMINDER"> +

${notification.body}

+ +