[% PROCESS "opac/parts/header.tt2"; PROCESS "opac/parts/misc_util.tt2"; # MARC WRAPPER "kpac/parts/subpage.tt2"; attrs = {marc_xml => ctx.marc_xml}; PROCESS get_marc_attrs args=attrs; ctx.page_title = attrs.title | html %]
[% ident = attrs.isbn_clean || attrs.upc; href = ctx.media_prefix _ '/images/kpac/item_image.jpg'; IF ident; href = ctx.media_prefix _ '/opac/extras/ac/jacket/medium/' _ ident; END %] [% l('Image of item') %]
[% attrs.title | html %]
[% l('by [_1]', attrs.author) | html %]
 [% attrs.format_label %] 
[% attrs.format_label %]
[% attrs.holdings.0.label | html %]
[% l('[_1], [_2]', attrs.publisher, attrs.pubdate) | html %] [% IF attrs.phys_desc %]
[% attrs.phys_desc | html; END %]
 
[% l('Get it') | html %]
[% l('Go Back') | html %]
 
[% l('You can find this item at these locations:') %]
[% INCLUDE 'kpac/parts/copy_table.tt2' %]
[% IF attrs.summary %]
[% l('About this item:') %]
[% FOR sum IN attrs.summary %] [% IF !loop.first; '
'; END %]

[% sum | html %]

[% END %]
[% END %] [% INCLUDE 'kpac/parts/addedcontent.tt2' %] [% END %]