Collection [% colTitle | html %]
[% IF ( previousActionAdd ) %] [% IF ( addSuccess ) %] [% ELSE %]Failed to add item with barcode [% barcode | html %]:
[% IF failureMessage == "NO_ITEM" %] No item with matching barcode found [% ELSIF failureMessage == "IN_COLLECTION_OTHER" %] Item is already in a different rotating collection [% ELSIF failureMessage == "IN_COLLECTION" %] Item is already in this collection [% ELSE %] [% failureMessage | html %] [% END %]
[% IF failureMessage == "NO_ITEM" %] No item with matching barcode found [% ELSIF failureMessage == "NOT_IN_COLLECTION" %] Item is not in this collection [% ELSE %] [% failureMessage | html %] [% END %]
Items in [% colTitle | html %]
[% IF ( collectionItemsLoop ) %]Total items: [% collectionItemsLoop.size | html%]
Title | Call number | Barcode | |
---|---|---|---|
[% INCLUDE 'biblio-title.inc' biblio=collectionItemsLoo link = 1 %] | [% collectionItemsLoo.itemcallnumber | html %] | [% collectionItemsLoo.barcode | html %] | Remove |