[% FOR sect = podver.sections %] [% html = sect.html; NEXT UNLESS html.length %] [% IF sect.type < 4 %]
[% html %]
[% FOR notepos = sect.notepos.nsort('time') %] [% note = notepos.note %] [% PROCESS note.html %] [% END %] New Note
[% ELSE %] [% html %] [% END # if type %] [% END # for %]