Lines 3-13
Link Here
|
3 |
[% IF whole.status == 'missing_identifier' %] |
3 |
[% IF whole.status == 'missing_identifier' %] |
4 |
<p><em>Please Note:</em> Mandatory field Identifier is missing.</p> |
4 |
<p><em>Please Note:</em> Mandatory field Identifier is missing.</p> |
5 |
[% ELSIF whole.status == 'missing_branch' %] |
5 |
[% ELSIF whole.status == 'missing_branch' %] |
6 |
<p><em>Please Note:</em> Branch is a mandatory field.</p> |
6 |
<p><em>Please Note:</em> Destination library is a mandatory field.</p> |
7 |
[% ELSIF whole.status == 'invalid_borrower' %] |
7 |
[% ELSIF whole.status == 'invalid_borrower' %] |
8 |
<p><em>Please Note:</em> The borrower details you entered are invalid.</p> |
8 |
<p><em>Please Note:</em> The patron details you entered are invalid.</p> |
9 |
[% ELSIF whole.status == 'invalid_branch' %] |
9 |
[% ELSIF whole.status == 'invalid_branch' %] |
10 |
<p><em>Please Note:</em> The branch you chose is invalid.</p> |
10 |
<p><em>Please Note:</em> The destination library you chose is invalid.</p> |
11 |
[% ELSE %] |
11 |
[% ELSE %] |
12 |
<p>Unhandled error</p> |
12 |
<p>Unhandled error</p> |
13 |
[% END %] |
13 |
[% END %] |