Your purchase suggestions
[% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]You cannot place any more suggestions
You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.
[% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]You cannot place any more suggestions
You have reached your limit for suggestions you can place at this time ([% Koha.Preference('MaxOpenSuggestions') | html %]). Once the library has processed those suggestions you will be able to place more.
[% ELSE %] [% IF ( opacsuggestion ) %] [% PROCESS koha_news_block news => opacsuggestion %] [% ELSE %]Enter a new purchase suggestion
Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.
Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide any additional information.
[% END %] [% FOR m IN messages %][% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %] Purchase suggestions [% ELSE %] [% IF ( loggedinusername ) %] Your purchase suggestions [% ELSE %] Purchase suggestions [% END %] [% END %]
[% FOR m IN messages %]There are no pending purchase suggestions matching your search.
[% ELSIF loggedinusername AND NOT suggested_by_anyone %]You have no pending purchase suggestions. View all suggestions
[% ELSE %]There are no pending purchase suggestions.
[% END %] [% ELSE %] [% IF ( loggedinusername ) %] [% IF title_filter %]There are no pending purchase suggestions matching your search.
[% ELSE %]You have no pending purchase suggestions.
[% END %] [% ELSE %]You are not authorized to see pending purchase suggestions.
[% END %] [% END %] [% IF ( loggedinusername || ( Koha.Preference( 'AnonSuggestions' ) == 1 ) ) %] [% IF ( Koha.Preference('MaxTotalSuggestions') != '' && patrons_total_suggestions_count >= Koha.Preference('MaxTotalSuggestions') ) %]You may only add up to [% Koha.Preference('MaxTotalSuggestions') | html %] suggestions in [% Koha.Preference('NumberOfSuggestionDays') | html %] days.
[% ELSIF ( Koha.Preference('MaxOpenSuggestions') != '' && patrons_pending_suggestions_count >= Koha.Preference('MaxOpenSuggestions') ) %]You have reached your limit for suggestions you can place at this time.Once the library has processed those suggestions you will be able to place more.
[% ELSE %] [% END %] [% END %] [% END # / IF suggestions_loop %] [% END # IF op_else %]