[% USE Asset %]
[% USE Koha %]
[% USE Branches %]
[% USE KohaDates %]
[% USE AuthorisedValues %]
[% USE ColumnsSettings %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Koha › Patrons ›
[% UNLESS blocking_error %]
Patron details for [% INCLUDE 'patron-title.inc' no_html = 1 %]
[% END %]
[% INCLUDE 'doc-head-close.inc' %]
[% Asset.css("css/datatables.css") %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'patron-search.inc' %]
Home
› Patrons
› [% UNLESS blocking_error %]Patron details for [% INCLUDE 'patron-title.inc' %][% END %]
[% INCLUDE 'members-toolbar.inc' %]
[% IF ( error ) %]
[% IF ( error == 'CANT_DELETE_STAFF' ) %]
Unable to delete staff user
Insufficient privileges.
[% END %]
[% IF ( error == 'CANT_DELETE_YOURSELF' ) %]
Not allowed to delete own account
Deleting your own account would lock you out of Koha.
[% END %]
[% IF ( error == 'CANT_DELETE_OTHERLIBRARY' ) %]
Unable to delete patrons from other libraries with current settings
Insufficient privileges.
[% END %]
[% IF ( error == 'CANT_DELETE' ) %]
Unable to delete patron
Insufficient privileges.
[% END %]
[% END %]
[% IF ( was_renewed ) %]
Patron's account has been renewed until [% patron.dateexpiry | $KohaDates %]
[% END %]
[% IF fines %]
[% INCLUDE 'blocked-fines.inc' %]
[% END %]
[% IF ( patron_messages ) %]
Messages:
[% FOREACH patron_message IN patron_messages %]
[% IF(patron_message.message_type == "L") %]
[% ELSE %]
[% END %]
[% patron_message.message_date | $KohaDates %]
[% Branches.GetName( patron_message.branchcode ) %]
[% IF patron_message.manager_id %]
( [% patron_message.get_column('manager_firstname') %] [% patron_message.get_column('manager_surname') %] )
[% END %]
"[% patron_message.message | html %]"
[% IF patron_message.branchcode == branchcode OR Koha.Preference('AllowAllMessageDeletion') %]
Delete
[% END %]
Patron's account is restricted
[% IF ( userdebarreddate ) %]
until [% userdebarreddate %]
[% END %]
[% IF ( debarredcomment ) %]
with the explanation:
[% IF debarredcomment.search('OVERDUES_PROCESS') %]
Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %]
[% ELSE %]
[% debarredcomment | html_line_break %]
[% END %]
[% END %]
View restrictions
[% END %]
[% IF ( patron.gonenoaddress ) %]
Patron's address is in doubt.
[% END %]
[% IF ( lost ) %]
Patron's card has been reported lost.
[% END %]
[% END %]
[% UNLESS ( I ) %]
[% patron.title | html %] [% patron.firstname | html %] [% END %] [% patron.surname | html %] ([% patron.cardnumber | html %])
[% IF ( patron.othernames ) %]“[% patron.othernames | html %]”[% END %]
[% IF Koha.Preference( 'AddressFormat' ) %]
[% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %]
[% ELSE %]
[% INCLUDE 'member-display-address-style-us.inc' %]
[% END %]