[% all_notepos = podver.visible_notepos; note_index = 0 %] [% IF all_notepos.size > 0 %]

([% all_notepos.size %] notes; [first note])

[% END %] [% 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 %] [% IF param('notepos') == notepos.id && mode == 'Edit' %] [% INCLUDE note_form.html notepos=notepos %] [% ELSIF param('notepos') == notepos.id && mode == 'Move' %] Moving note... click on the arrow next to the desired destination. [% ELSIF notepos.is_visible %] [% PROCESS note.html %] [% END %] [% END %] [% IF mode == 'Create' %] [% IF section == sect %] [% INCLUDE note_form.html notepos='' %] [% END %] [% ELSIF mode == 'Move' %] [% IF sect.id != param('section') %] Move note here [% END %] [% ELSE %] New Note [% END %]
[% ELSE %] [% html %] [% END # if type %] [% END # for %]