[% USE raw %]
[% USE Biblio %]
[% UNLESS ( norequests ) %]
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
[% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
[% IF ( ReservableItems ) %]
- Place hold
[% END %]
[% END %]
[% END %]
[% END %]
- Print
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
[% IF artreqpossible %]
- Request article
[% END %]
[% END %]
[% IF Koha.Preference( 'virtualshelves' ) == 1 %]
[% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && loggedinusername ) %]
- Save to your lists
[% END %]
[% END %]
[% IF Koha.Preference( 'opacbookbag' ) == 1 %]
[% IF ( incart ) %]
- In your cart (remove)
[% ELSE %]
- Add to your cart (remove)
[% END %]
[% END %]
[% IF ( OpacHighlightedWords && query_desc ) %]
-
Unhighlight
Highlight
[% END %]
[% SET export_options = Koha.Preference('OpacExportOptions').split(',') %]
[% IF export_options.size %]
-
[% END %]
[% IF ( OPACSearchForTitleIn ) %]
-
[% END %]