[% IF !OnlyMine %]
[% IF current_branch == '*' %]
Batch patron deletion/anonymization
[% ELSE %]
Batch patron deletion/anonymization for [% Branches.GetName( current_branch ) %]
[% END %]
[% ELSE %]
Batch patron deletion/anonymization for [% Branches.GetName( Branches.GetLoggedInBranchcode ) %]
[% END %]
[% IF step == 1 %]
This tool allows you to delete patrons and anonymize checkout history. For deleting patrons, any combination of limits can be used.
[% END %]
[% IF step == 2 %]
[% END %]
[% IF step == 3 %]
[% IF ( testrun ) %]
[% TotalDel %] patrons would have been removed (if it wasn't a test run)
No patron records have been actually removed
[% ELSE %]
[% IF ( do_delete ) %]
[% IF ( trash ) %]
[% TotalDel %] patrons have been successfully moved to trash
[% ELSE %]
[% TotalDel %] patrons have been successfully deleted
[% END %]
[% ELSE %]
No patron records have been removed
[% END %]
[% END %]
[% IF do_anonym %]
All checkouts ([% do_anonym %]) older than [% last_issue_date | $KohaDates %] have been anonymized
[% ELSE %]
No patron records have been anonymized
[% END %]
[% END %]