[% USE date %]
[% UNLESS is_in_view_all_page %][% note.text | html | html_line_break %] | [% date.format( note.time, format => '%Y-%m-%d %H:%M:%S' ) %] | Edit | Delete | Close | Suspend | Reject |
nothing is found here
[% END %][% note.text | html | html_line_break %] | [% date.format( note.time, format => '%Y-%m-%d %H:%M:%S' ) %] | Edit | Delete | Close | Open | Reject |
nothing is found here
[% END %] [% END; # for UNLESS is_in_view_all_page %] [% IF NOT is_in_view_all_page OR (is_in_view_all_page AND status == 'closed') %]Note | Created Time | Closed Time | - |
---|---|---|---|
[% note.text | html | html_line_break %] | [% date.format( note.time, format => '%Y-%m-%d %H:%M:%S' ) %] | [% date.format( note.closed_time, format => '%Y-%m-%d %H:%M:%S' ) %] | Edit | Delete | re-Open |
nothing is found here
[% END %] [% END; # END for IF NOT is_in_view_all_page OR ... %] [% IF NOT is_in_view_all_page OR (is_in_view_all_page AND status == 'rejected') %]Note | Created Time | Closed Time | - |
---|---|---|---|
[% note.text | html | html_line_break %] | [% date.format( note.time, format => '%Y-%m-%d %H:%M:%S' ) %] | [% date.format( note.closed_time, format => '%Y-%m-%d %H:%M:%S' ) %] | Edit | Delete | re-Open | Close |
nothing is found here
[% END %] [% END; # END for IF NOT is_in_view_all_page OR ... %]