[% USE Koha %]
[% USE Branches %]
[% USE KohaDates %]
[% USE AuthorisedValues %]
[% USE ColumnsSettings %]
[% IF Koha.Preference('ExportRemoveFields') OR Koha.Preference('ExportWithCsvProfile') %]
[% SET exports_enabled = 1 %]
[% END %]
[% INCLUDE 'doc-head-open.inc' %]
Koha › Patrons ›
[% IF ( unknowuser ) %]
Patron does not exist
[% ELSE %]
Patron details for [% INCLUDE 'patron-title.inc' %]
[% END %]
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'calendar.inc' %]
[% INCLUDE 'datatables.inc' %]
[% INCLUDE 'columns_settings.inc' %]
[% INCLUDE 'strings.inc' %]
[% INCLUDE 'timepicker.inc' %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'patron-search.inc' %]
Home
› Patrons
› [% IF ( unknowuser ) %]Patron does not exist[% ELSE %]Patron details for [% INCLUDE 'patron-title.inc' %][% END %]
[% UNLESS ( unknowuser ) %]
[% INCLUDE 'members-toolbar.inc' %]
[% END %]
[% 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
Patron's account has been renewed until [% dateexpiry | $KohaDates %]
[% END %]
[% IF fines %]
[% INCLUDE 'blocked-fines.inc' %]
[% END %]
[% IF ( flagged ) %]
[% IF ( userdebarred ) %]
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 ( gonenoaddress ) %]
Patron's address is in doubt.
[% END %]
[% IF ( lost ) %]
Patron's card has been reported lost.
[% END %]
[% END %]
[% UNLESS ( I ) %]
[% title %] [% firstname %] [% END %] [% surname %] ([% cardnumber %])
[% UNLESS ( I ) %][% IF ( othernames ) %]“[% othernames %]”[% END %]
[% IF Koha.Preference( 'AddressFormat' ) %]
[% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %]
[% ELSE %]
[% INCLUDE 'member-display-address-style-us.inc' %]
[% END %]