[% title = 'My Starred Items' %]
[% c.load_once("site/star.js") %]
[% c.load_once("jquery.ui/smoothness/jquery-ui-1.7.custom.css") %]
[% c.loc("Star") %] | [% c.loc("Subject") %] | [% c.loc("Author") %] | [% c.loc("Last Update") %] |
[% FOREACH item IN starred_items %]
 |
[% INCLUDE include/object_tds.html object = item %]
[% END %]
[% INCLUDE sub/pager.html %] |