clinic/netforce_clinic/templates/report_hd_monthly.hbs

27 lines
674 B
Handlebars

<center>
<h2>
Summary of the Hemodialysis
</h2>
<h3>
[Ratchawat : Saamsan4]<br/>
As at October 2014
</h3>
</center>
<table class="table table-striped">
<thead class="scroll-header">
<th>Topic</th>
<th>Month</th>
<th>Amount</th>
</thead>
<tbody>
{{#each lines}}
<tr>
<td>{{topic}}</td>
<td>{{month}}</td>
<!--<td><a href="ui#name=clinic_hd_case&active_id={{contact_id}}&mode=form">{{amount}}</a></td>-->
<td><a href="ui#name=clinic_hd_case&tab_no=3">{{amount}}</a></td>
</tr>
{{/each}}
</tbody>
</table>