clinic/netforce_clinic/templates/report_discontinue_patient.hbs

28 lines
603 B
Handlebars
Raw Normal View History

2014-11-05 07:03:12 +00:00
<center>
<h2>รายชื่อผู้ป่วยจำหน่าย</h2>
<h3>
{{parent_company_name}}&nbsp;{{company_name}}<br/>
</h3>
<h4>
ประจำเดือน {{month}} {{year}}
</h4>
</center>
<table class="table">
<thead>
<th>#</th>
<th>ชื่อ</th>
<th>หมายเหตุ</th>
</thead>
<tbody>
{{#each lines}}
<tr>
<td></td>
<td></td>
<td></td>
</tr>
{{/each}}
</tbody>
<tfoot>
</tfoot>
</table>