Lines 44-67
Link Here
|
44 |
<a href="/cgi-bin/koha/opac-discharge.pl?op=get">Get your discharge</a></li> |
44 |
<a href="/cgi-bin/koha/opac-discharge.pl?op=get">Get your discharge</a></li> |
45 |
[% ELSIF pending %] |
45 |
[% ELSIF pending %] |
46 |
<p>Your discharge will be available on this page within a few days.</p> |
46 |
<p>Your discharge will be available on this page within a few days.</p> |
47 |
[% ELSIF failure %] |
|
|
48 |
<p>You cannot be discharged because you have checked out items. Please return your checked out items before asking for a discharge.</p> |
49 |
<ul> |
50 |
[% IF has_debt %] |
51 |
<li>You have unpaid charges. Please pay your charges before reapplying.</li> |
52 |
[% END %] |
53 |
[% IF has_issues %] |
54 |
<li>You have checked out items. Please return your checked out items before reapplying.</li> |
55 |
[% END %] |
56 |
[% IF !has_issue and !has_debt %] |
57 |
<li>You cannot be discharged for an unknown reason. Please contact library staff for more information.</li> |
58 |
[% END %] |
59 |
</ul> |
60 |
[% ELSIF not messages %] |
47 |
[% ELSIF not messages %] |
61 |
<h2>What is a discharge?</h2> |
48 |
<h2>What is a discharge?</h2> |
62 |
<p>This document certifies that you have returned all borrowed items. It is sometimes asked during a file transfer from a school to another. The discharge is sent by us to your school. You will also find it available on your reader account.</p> |
49 |
<p>This document certifies that you have returned all borrowed items. It is sometimes asked during a file transfer from a school to another. The discharge is sent by us to your school. You will also find it available on your reader account.</p> |
63 |
<p><strong>Warning</strong>: This request is only valid if you are in good standing with the library. Once the application is made, you can not borrow library materials.</p> |
50 |
<p><strong>Warning</strong>: This request is only valid if you are in good standing with the library. Once the application is made, you can not borrow library materials.</p> |
64 |
[% UNLESS can_be_discharged %] |
51 |
[% UNLESS can_be_discharged %] |
|
|
52 |
[% IF failure %] |
53 |
<p> There was an error during the discharge process </p> |
54 |
[% END %] |
65 |
<div class="alert alert-info">You cannot be discharged because: |
55 |
<div class="alert alert-info">You cannot be discharged because: |
66 |
<ul> |
56 |
<ul> |
67 |
[% IF discharge_problems.checkouts %] |
57 |
[% IF discharge_problems.checkouts %] |