[% IF ctx.mylist.size %]
[% INCLUDE "opac/parts/filtersort.tt2" mode='bookbag' id="anonsort" name="anonsort" value=CGI.param("anonsort") %] [%- INCLUDE "opac/parts/preserve_params.tt2"; %]

[% l('Temporary List') %]

[% FOR item IN ctx.mylist; attrs = {marc_xml => ctx.mylist_marc_xml.$item}; PROCESS get_marc_attrs args=attrs %] [% END %]
[% l('Title') %] [% l('Author(s)') %] [% l('Local Call Number') %] [%- INCLUDE "opac/parts/preserve_params.tt2"; %]
[% attrs.title | html %] [% attrs.author | html %] [% copy = attrs.holdings.0; IF copy; # only show a relevant call number org = ctx.get_aou_by_shortname(copy.owner); IF org.id == ctx.search_ou OR org.id == ctx.pref_ou OR org.id == ctx.user.home_ou OR org.id == ctx.physical_loc; l('[_1] ([_2])', copy.label, org.name) | html; END; END; %]


[% END %]