[% IF ( authorized ) %]
[% UNLESS ( newshelf ) %]
[% IF ( multiple ) %]
Add [% total | html %] items to [% IF ( singleshelf ) %][% shelfname | html %]: [% ELSE %]a list:[% END %]
[% ELSE %]Add to [% IF ( singleshelf ) %][% shelfname | html %][% ELSE %]a list:[% END %]
[% END %]-
[% FOREACH biblio IN biblios %]
- [% INCLUDE 'biblio-title.inc' %] [% IF ( biblio.author ) %] [% END %] [% END %]
...or...
[% ELSE %] [% IF ( singleshelf ) %] [% END %] [% END # IF / existingshelves %] [% END # / UNLESS newshelf %] [% UNLESS ( singleshelf ) %] [% END # / UNLESS singleshelf %] [% ELSE %][% IF (errcode==1) %] Could not create new list. Please check if the name is unique. [% ELSE %] Sorry, you cannot add items to this list. [% END %]
[% END # IF authorized %]