[% USE Price %]
[% SET NoIssuesCharge = Koha.Preference('noissuescharge') %]
[% IF fines and fines > 0 %]
Charges:
Patron has outstanding charges of [% fines | $Price %].
[% IF !Koha.Preference('AllowFineOverride') && NoIssuesCharge && fines > NoIssuesCharge %]
Checkouts are BLOCKED because fine balance is OVER THE LIMIT.
[% END %]
[% IF CAN_user_updatecharges_remaining_permissions %]
Make payment
Pay all charges
[% END %]
[% END %]