[% FOR hold IN target %]
[%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
- Title: [% helpers.escape_xml(copy_details.title) %]
- Author: [% helpers.escape_xml(copy_details.author) %]
+ Title: [% copy_details.title %]
+ Author: [% copy_details.author %]
Call Number: [% hold.current_copy.call_number.label %]
Barcode: [% hold.current_copy.barcode %]
Library: [% hold.pickup_lib.name %]
[% FOR hold IN target %]
[%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
- Title: [% helpers.escape_xml(copy_details.title) %]
- Author: [% helpers.escape_xml(copy_details.author) %]
+ Title: [% copy_details.title %]
+ Author: [% copy_details.author %]
[% END %]
$$
);
[% FOR hold IN target %]
[%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
- Title: [% helpers.escape_xml(copy_details.title) %]
- Author: [% helpers.escape_xml(copy_details.author) %]
+ Title: [% copy_details.title %]
+ Author: [% copy_details.author %]
Call Number: [% hold.current_copy.call_number.label %]
Barcode: [% hold.current_copy.barcode %]
Library: [% hold.pickup_lib.name %]
[% FOR hold IN target %]
[%- copy_details = helpers.get_copy_bib_basics(hold.current_copy.id) -%]
- Title: [% helpers.escape_xml(copy_details.title) %]
- Author: [% helpers.escape_xml(copy_details.author) %]
+ Title: [% copy_details.title %]
+ Author: [% copy_details.author %]
[% END %]
$$
);