Lines 23-28
Link Here
|
23 |
<div class="span10"> |
23 |
<div class="span10"> |
24 |
<div id="discharge" class="maincontainer"> |
24 |
<div id="discharge" class="maincontainer"> |
25 |
<h1>Discharge</h1> |
25 |
<h1>Discharge</h1> |
|
|
26 |
[% FOR message IN messages %] |
27 |
<div class="dialog [% message.type %]"> |
28 |
[% IF message.code == "unable_to_generate_pdf" %] |
29 |
An error occurs when generating the pdf file. |
30 |
Please contact the staff to resolve this problem. |
31 |
[% END %] |
32 |
</div> |
33 |
[% END %] |
34 |
|
26 |
[% IF success %] |
35 |
[% IF success %] |
27 |
<p>Your discharge request has been sent. Your discharge will be available on this page within a few days.</p> |
36 |
<p>Your discharge request has been sent. Your discharge will be available on this page within a few days.</p> |
28 |
[% ELSIF available %] |
37 |
[% ELSIF available %] |
Lines 31-37
Link Here
|
31 |
<p>Your discharge will be available on this page within a few days.</p> |
40 |
<p>Your discharge will be available on this page within a few days.</p> |
32 |
[% ELSIF has_issues %] |
41 |
[% ELSIF has_issues %] |
33 |
<p>You cannot be discharged, you have issues. Please return items before asking for a discharge.</p> |
42 |
<p>You cannot be discharged, you have issues. Please return items before asking for a discharge.</p> |
34 |
[% ELSE %] |
43 |
[% ELSIF not messages %] |
35 |
<h2>What is a discharge?</h2> |
44 |
<h2>What is a discharge?</h2> |
36 |
<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> |
45 |
<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> |
37 |
<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> |
46 |
<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> |