gecko-dev/webtools/PLIF/output/http/userPrefs.notification

19 строки
338 B
Plaintext

TemplateToolkit
1
[% INCLUDE template.header
title = 'User Preferences: Notes'
%]
<ol>
[%- FOREACH notification = notifications -%]
[%- SWITCH notification.2 -%]
[%- CASE '' %]
[%- CASE DEFAULT %]
<li>[% notification.2 %] ([% notification.1 %])</li>
[%- END -%]
[%- END %]
</ol>
[% INCLUDE template.footer %]