[% PROCESS "opac/parts/header.tt2"; PROCESS "kpac/parts/grid.tt2"; WRAPPER "kpac/parts/subpage.tt2"; PROCESS "opac/parts/misc_util.tt2"; # MARC attrs = {marc_xml => ctx.marc_xml}; PROCESS get_marc_attrs args=attrs; ctx.page_title = l('Get it'); kill_params = ['list', 'hold']; title_html = attrs.title | html; %]

You Got It!

[% IF ctx.anon_list %]

[% |l(title_html) %] You successfully saved [_1].
To manage your lists, go to My Lists [% END %]

[% ELSIF ctx.list %] [% list_html = ctx.list.name | html %]

[% |l(title_html, list_html) %] You successfully saved [_1] to [_2].
To manage your lists, go to My Lists [% END %]

[% ELSE %] [% lib_html = ctx.get_aou(ctx.hold.pickup_lib).name | html %]

[% |l(title_html, lib_html) %] Your request for [_1] was successful.
You will be able to pick up this material at [_2]. [% END %]

[% END %]

[% END %]