[% IF ( opadd ) %]
[% ELSE %]
[% END %]
[% INCLUDE 'blocking_errors.inc' %]
[% IF error_alert %]
[% IF ( error_alert == "no_email" ) %]
[% END %]
[% IF ( nok ) %]
[% END %]
This member has no email
[% ELSE %]
[% error_alert | html %]
[% END %]
[% END %]
[% IF info_alert %]
[% END %]
[% INCLUDE 'noadd-warnings.inc' %]
[% UNLESS ( no_add ) %]
[% IF ( opadd ) %] Add patron [% ELSIF ( opduplicate ) %] Duplicate patron [% ELSE %] Modify patron [% END %] [% INCLUDE 'patron-title.inc' %] ([%IF categoryname %] [% categoryname | html %] [% ELSE %] [% IF ( I ) %] Organization [% END %] [% IF ( A ) %] Adult [% END %] [% IF ( C ) %] Child [% END %] [% IF ( P ) %] Professional [% END %] [% IF ( S ) %] Staff [% END %] [% END %])
[% IF quickadd && opadd && !check_member %] Show full form [% END %] [% IF ( check_member ) %]Duplicate patron record?
The following fields are wrong. Please fix them.
-
[% IF ( ERROR_login_exist ) %]
- Username/password already exists. [% END %] [% IF ERROR_cardnumber_already_exists %]
- Cardnumber already in use. [% END %] [% IF ERROR_cardnumber_length %]
- Cardnumber length is incorrect. [% END %] [% IF ( ERROR_age_limitations ) %]
- Patron's age is incorrect for their category. Ages allowed are [% age_low | html %]-[% age_high | html %]. [% END %] [% IF ( ERROR_branch ) %]
- Library is invalid. [% END %] [% IF ( ERROR_dateofbirth ) %]
- Date of birth is invalid. [% END %] [% IF ( ERROR_dateenrolled ) %]
- Date of enrollment is invalid. [% END %] [% IF ( ERROR_dateexpiry ) %]
- Date of expiration is invalid. [% END %] [% IF ( ERROR_password_too_short ) %]
- Password must be at least [% minPasswordLength | html %] characters long. [% END %] [% IF ( ERROR_password_too_weak ) %]
- Password must contain at least one digit, one lowercase and one uppercase. [% END %] [% IF ( ERROR_password_has_whitespaces ) %]
- Password must not contain leading or trailing whitespaces. [% END %] [% IF ( ERROR_password_mismatch ) %]
- Passwords do not match. [% END %] [% IF ( ERROR_extended_unique_id_failed ) %]
- [% ERROR_extended_unique_id_failed_description | html %]: Attribute value "[% ERROR_extended_unique_id_failed_value | html %]" is already in use by another patron record. [% END %] [% IF ERROR_bad_email %]
- The primary email is invalid. [% END %] [% IF ERROR_bad_email_secondary %]
- The secondary email is invalid. [% END %] [% IF ERROR_bad_email_alternative %]
- The alternative email is invalid. [% END %]