Bug 27742: Page titles have unique info first
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-discharge.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Discharge &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 [% BLOCK cssinclude %][% END %]
6 </head>
7 <body id="opac-discharge" class="scrollto">
8 [% INCLUDE 'masthead.inc' %]
9
10 <div class="main">
11     <nav aria-label="breadcrumb">
12         <ul class="breadcrumb">
13             <li class="breadcrumb-item">
14                 <a href="/cgi-bin/koha/opac-main.pl">Home</a>
15             </li>
16             <li class="breadcrumb-item active" aria-current="page">
17                 <a href="#">Discharge</a>
18             </li>
19         </ul>
20     </nav>
21
22     <div class="container-fluid">
23         <div class="row">
24             <div class="col-lg-2">
25                 <div id="navigation">
26                     [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
27                 </div>
28             </div>
29             <div class="col-10 order-first order-md-first order-lg-2">
30                 <div id="discharge" class="maincontent">
31                     <h1>Discharge</h1>
32                     [% FOR message IN messages %]
33                         <div class="dialog [% message.type | html %]">
34                         [% IF message.code == "unable_to_generate_pdf" %]
35                             An error occurs when generating the pdf file.
36                             Please contact the staff to resolve this problem.
37                         [% END %]
38                         </div>
39                     [% END %]
40
41                     [% IF success %]
42                         <p>Your discharge request has been sent. Your discharge will be available on this page within a few days.</p>
43                     [% ELSIF available %]
44                         <a href="/cgi-bin/koha/opac-discharge.pl?op=get">Get your discharge</a></li>
45                     [% ELSIF pending %]
46                         <p>Your discharge will be available on this page within a few days.</p>
47                     [% ELSIF has_issues %]
48                         <p>You cannot be discharged, you have checked out items. Please return items before asking for a discharge.</p>
49                     [% ELSIF not messages %]
50                         <h2>What is a discharge?</h2>
51                         <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>
52                         <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>
53                         [% IF has_checkouts %]
54                             <div class="alert alert-info">You cannot be discharged, you have checked out items. Please return items before asking for a discharge.</div>
55                         [% ELSE %]
56                             <a class="btn btn-primary" href="/cgi-bin/koha/opac-discharge.pl?op=request">Ask for a discharge</a>
57                         [% END %]
58
59                     [% END %]
60                 </div> <!-- / #discharge -->
61             </div> <!-- / .col-10 -->
62         </div> <!-- / .row -->
63     </div>  <!-- / .container-fluid -->
64 </div> <!-- / .main -->
65
66 [% INCLUDE 'opac-bottom.inc' %]
67 [% BLOCK jsinclude %][% END %]