Delete some old patrons/Anonymize some check-out history
[% IF ( step1 ) %]
[% END %]
[% IF ( step2 ) %]
[% END %]
[% IF ( step3 ) %]
[% 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 %]
[% IF ( do_anonym ) %]
All patrons with checkouts older than [% filterdate1 %] have been anonymized
[% ELSE %]
No patron records have been anonymized
[% END %]
[% END %]