diff --git a/mozilla/webtools/PLIF/output/http/userPrefs.notification b/mozilla/webtools/PLIF/output/http/userPrefs.notification index a0ba9208cd7..1486962bd40 100644 --- a/mozilla/webtools/PLIF/output/http/userPrefs.notification +++ b/mozilla/webtools/PLIF/output/http/userPrefs.notification @@ -5,10 +5,14 @@ TemplateToolkit title = 'User Preferences: Notes' %] -[% FOREACH notification = notifications %] - -

User = [% notification.0 %], Field = [% notification.1 %], Message = [% notification.2 %]

- -[% END %] +
    + [%- FOREACH notification = notifications -%] + [%- SWITCH notification.2 -%] + [%- CASE '' %] + [%- CASE DEFAULT %] +
  1. [% notification.2 %] ([% notification.1 %])
  2. + [%- END -%] + [%- END %] +
[% INCLUDE template.footer %]