Your personal details
[% IF action == 'edit' %]
[% ELSE %]
[% END %]
[% IF action == 'edit' %]
[% UNLESS OPACPatronDetails %]
[% END %]
[% IF ( extended_unique_id_failed_code ) %]
To make changes to your record please contact the library.
[% END %]
[% IF nochanges %]
No changes were made.
[% END %]
[% END %]
[% IF empty_mandatory_fields %]
You have not filled out all required fields. Please fill in all missing fields and resubmit.
[% END %]
[% IF invalid_form_fields %]
The following fields contain invalid information:
[% END %]
[% IF cardnumber_wrong_length || cardnumber_already_exists %]
-
[% FOREACH field IN invalid_form_fields %]
[% IF field == "email" %]
- Contact information: primary email address [% END %] [% IF field == "emailpro" %]
- Contact information: secondary email address [% END %] [% IF field == "B_email" %]
- Alternate address information: email address [% END %] [% IF field == "password_match" %]
- Passwords do not match! password [% END %] [% IF field == "password_too_short" %]
- Password must be at least [% patron.category.effective_min_password_length | html %] characters long. [% END %] [% IF field == "password_too_weak" %]
- Password must contain at least one digit, one lowercase and one uppercase. [% END %] [% IF field == "password_has_whitespaces" %]
- Password must not contain leading or trailing whitespaces. [% END %] [% IF field == "duplicate_email" %]
- This email address already exists in our database. [% END %] [% IF field == "email_match" %]
- Emails do not match! confirm email address [% END %] [% END %]
[% IF cardnumber_wrong_length %]
The entered card number is the wrong length.
[% ELSIF cardnumber_already_exists %]
The entered card number is already in use.
[% END %]
Please correct and resubmit.
[% END %]
[% IF failed_captcha %]
You typed in the wrong characters in the box before submitting. Please try again.
[% END %]
[% IF has_guarantor_flag && !Koha.Preference('OPACPrivacy') && ( Koha.Preference('AllowPatronToSetCheckoutsVisibilityForGuarantor') || Koha.Preference('AllowPatronToSetFinesVisibilityForGuarantor') ) %]
[% extended_unique_id_failed_description _ ': ' | html %] Value is already in use ([% extended_unique_id_failed_value | html %])
[% END %]