[% SET ClaimReturnedWarningThreshold = Koha.Preference('ClaimReturnedWarningThreshold') %] [% SET return_claims = patron.return_claims %] [% IF ( has_modifications || warndeparture || returnbeforeexpiry || expired || patron.gonenoaddress || patron.lost || userdebarred || odues || ( return_claims.count > ClaimReturnedWarningThreshold ) || age_limitations || charges || charges_guarantors_guarantees || charges_guarantees || credits ) %]

Attention

[% END # /F ( has_modifications || warndeparture... %] [% IF WaitingHolds.count %]
[% SET waiting_here = 0 %] [% SET waiting_elsewhere = 0 %] [% FOREACH w IN WaitingHolds %] [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode() ) %] [% waiting_here = waiting_here + 1 %] [% ELSE %] [% waiting_elsewhere = waiting_elsewhere + 1 %] [% END %] [% END %] [% IF ( waiting_here > 0 ) %]

Holds waiting here ([% waiting_here | html %])

[% END %] [% IF ( waiting_elsewhere > 0 ) %]

Holds waiting at other libraries ([% waiting_elsewhere | html %])

[% END %]
[% END # /IF WaitingHolds.count %] [% IF ( patron.borrowernotes ) %]

Notes

[% END # /IF patron.borrowernotes %] [% IF ( patron_messages ) %]

Messages

Add a new message
[% END # /IF patron_messages %]