|
Lines 1-6
Link Here
|
| 1 |
[% IF whole.error %] |
1 |
[% IF whole.error %] |
| 2 |
[% IF whole.status == 'missing_identifier' %] |
2 |
[% IF whole.status == 'missing_identifier' %] |
| 3 |
<p><em>Please Note:</em> Mandatory field Identifier is missing.</p> |
3 |
<p><em>Please Note:</em> Mandatory field Identifier is missing.</p> |
|
|
4 |
[% ELSIF whole.status == 'missing_type' %] |
| 5 |
<p><em>Please Note:</em> Type is a mandatory field.</p> |
| 4 |
[% ELSIF whole.status == 'missing_branch' %] |
6 |
[% ELSIF whole.status == 'missing_branch' %] |
| 5 |
<p><em>Please Note:</em> Branch is a mandatory field.</p> |
7 |
<p><em>Please Note:</em> Branch is a mandatory field.</p> |
| 6 |
[% ELSIF whole.status == 'invalid_borrower' %] |
8 |
[% ELSIF whole.status == 'invalid_borrower' %] |
| 7 |
- |
|
|