Synching with default template
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / stats.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Statistics<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5         <div id="main">
6         <!-- TMPL_IF NAME="loop1" -->
7         <table>
8         <caption>Statistics</caption>
9                 <tr>
10                         <th>Name</th>
11                         <th>Type</th>
12                         <th>Date/time</th>
13                         <th>Amount</th>
14                         <th>Branch</th>
15                 <tr>
16                 <!-- TMPL_LOOP name="loop1" -->
17                 <tr>
18                         <td><!-- TMPL_VAR NAME="name" --></td>
19                         <td><!-- TMPL_VAR NAME="type" --></td>
20                         <td><!-- TMPL_VAR NAME="time" --></td>
21                         <td><!-- TMPL_VAR NAME="amount" --></td>
22                         <td><!-- TMPL_VAR NAME="branch" --></td>
23                 </tr>
24                 <!-- /TMPL_LOOP -->
25                 </table>
26                 <p>Total paid: <!-- TMPL_VAR NAME="total" --><br>Total written off: <!-- TMPL_VAR NAME="totalw" --></p>
27         <!-- TMPL_ELSE -->
28         <h3>No statistics to report</h3>
29         <!-- /TMPL_IF -->
30 </div>
31
32 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->