aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/mail/notification-message.vm
blob: 29673d38420f030d734f70d0cfd1f8b575724337 (plain) (blame)
1
2
3
4
5
6
<p>
    $esc.html($notificationHeader):
</p>
#foreach( $i in $notificationItems )
<p>$i</p>
#end