Attach an item [% IF ( biblio.title ) %] to [% INCLUDE 'biblio-title.inc' %][% END %]
[% BLOCK actions %] [% IF Koha.Preference('IntranetBiblioDefaultView') == 'marc' %] [% END %] [% IF ( error ) %]
[% IF ( errornonewitem ) %]ERROR: Unable to create the new item.
[% ELSE %]
[% IF ( success ) %]
[% IF from_biblio.items.count == 0 && CAN_user_editcatalogue_edit_catalogue %]
[% INCLUDE actions %] [% INCLUDE fail %]
[% END %] [% IF ( errornoitem ) %]ERROR: Unable to get the item.[% INCLUDE actions %] [% INCLUDE fail %]
[% END %]
The record [% from_biblio.title | html %] has [% from_biblio.items.count | html %] attached items.