[% IF error_alert %]
[% IF ( error_alert == "no_email" ) %]
This member has no email
[% ELSE %]
[% error_alert %]
[% END %]
[% END %]
[% IF info_alert %]
Email has been sent.
[% END %]
[% IF ( no_add ) %]
Cannot add patron
[% IF ( no_branches ) %]
There are no libraries defined. [% IF ( CAN_user_parameters ) %]Please add a library.[% ELSE %]An administrator must define at least one library.[% END %]
[% END %]
[% IF ( no_categories ) %]
There are no patron categories defined. [% IF ( CAN_user_parameters ) %]Please add a patron category.[% ELSE %]An administrator must define at least one patron category.
[% END %][% END %]
[% END %]
[% UNLESS ( no_add ) %]
[% IF ( opadd ) %]Add[% ELSIF ( opduplicate ) %]Duplicate[% ELSE %] Modify[% END %] patron [% IF (firstname) %][% firstname %] [% END %][% IF (surname) %][% surname %] [% END %]([%IF ( categoryname ) %][% categoryname %][% ELSE %][% IF ( I ) %]Organization[% END %][% IF ( A ) %]Adult[% END %][% IF ( C ) %]Child[% END %][% IF ( P ) %]Professional[% END %][% IF ( S ) %]Staff[% END %][% END %])
[% IF ( check_member ) %]
[% END %]
[% IF ( nok ) %]
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 %]-[% age_high %].
[% 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_short_password ) %]
- Password must be at least [% minPasswordLength %] characters long.
[% END %]
[% IF ( ERROR_password_mismatch ) %]
- Passwords do not match.
[% END %]
[% IF ( ERROR_extended_unique_id_failed ) %]
- [% ERROR_extended_unique_id_failed_description %] attribute value [% ERROR_extended_unique_id_failed_value %] 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 %]
[% END %]
[% UNLESS ( check_member ) %]